Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Hbase balancer at a table level

avatar

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.

1 ACCEPTED SOLUTION

avatar

You can add following property with true to balance by table and restart masters.

hbase.master.loadbalance.bytable

View solution in original post

5 REPLIES 5

avatar

You can add following property with true to balance by table and restart masters.

hbase.master.loadbalance.bytable

avatar

hi @Rajeshbabu Chintaguntla, if this propert is set to true, will all the new tables that gets created in the future too balance accordingly?.

avatar

@ARUN Yes.

avatar

Thanks a llot @Rajeshbabu Chintaguntla

avatar
Master Mentor

@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.