Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.