Created 11-07-2016 02:51 PM
How to use the balancer for hbase at a table level. I see that a balancer runs at a cluster level. IS there a wa y to use the balancer at a table level.
Created 11-07-2016 03:15 PM
You can add following property with true to balance by table and restart masters.
hbase.master.loadbalance.bytable
Created 11-07-2016 03:15 PM
You can add following property with true to balance by table and restart masters.
hbase.master.loadbalance.bytable
Created 11-07-2016 03:41 PM
hi @Rajeshbabu Chintaguntla, if this propert is set to true, will all the new tables that gets created in the future too balance accordingly?.
Created 11-07-2016 03:52 PM
@ARUN Yes.
Created 11-07-2016 03:55 PM
Thanks a llot @Rajeshbabu Chintaguntla
Created 11-07-2016 04:00 PM
@ARUN please keep in mind that by setting this property you're giving load balancer algorithm limited information about the load on your cluster. It will impact it's ability to balance the regions.