Description
In HadoopUtil, there are two similar methods – getCurrentHBaseConfiguration() and newHBaseConfiguration().
They both create hbae configuration, but in slightly different ways.
One must call the other to ensure we always get consistent config.