Configure RegionServer grouping

When you add a new rsgroup, you are creating an rsgroup other than the default group.

To configure a rsgroup, in the HBase shell:

  1. Add an rsgroup: $hbase> add_rsgroup 'mygroup'.
  2. Add RegionServers and tables to this rsgroup: $hbase> move_servers_tables_rsgroup ‘mygroup’, ['server1:port','server2:port'],['table1','table2'].
  3. Run the balance_rsgroup command if the tables are slow to migrate to the group's dedicated server.