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.

Who agreed with this solution

avatar
HBase does include a balancer. Note however that it balances based on
number of regions, not their size or traffic. So it is still possible that
a regionserver ends up with more larger/busier regions than other
regionservers. If you notice this behaviour, you can always manually
reassign a region using the HBase Shell.

http://hbase.apache.org/book/node.management.html#lb

Regards,
Gautam Gopalakrishnan

View solution in original post

Who agreed with this solution