Description
Steps to reproduce
add_rsgroup 'test_rsgroup'
- Add a server to the new rsgroup
hbase(main):002:0> list_rsgroups NAME SERVER / TABLE test_rsgroup default server dob2-bach-r3n13:16020 server dob2-bach-r3n13:16022 server dob2-bach-r3n13:16023 server dob2-bach-r3n13:16024 server dob2-bach-r3n13:16025 server dob2-bach-r3n13:16026 table hbase:meta table hbase:acl table hbase:namespace table hbase:rsgroup move_servers_rsgroup 'test_rsgroup',['dob2-bach-r3n13:16020']
- Move hbase namespace to the new rsgroup
hbase(main):005:0> move_namespaces_rsgroup 'test_rsgroup',['hbase']
- List Rsgroups to verify all the hbase tables are moved
hbase(main):006:0> list_rsgroups NAME SERVER / TABLE test_rsgroup server dob2-bach-r3n13:16020 table hbase:meta table hbase:namespace table hbase:rsgroup default server dob2-bach-r3n13:16022 server dob2-bach-r3n13:16023 server dob2-bach-r3n13:16024 server dob2-bach-r3n13:16025 server dob2-bach-r3n13:16026 table hbase:acl
- hbase:acl table is not moved to the new rsgroup
Attachments
Issue Links
- is duplicated by
-
HBASE-20595 Remove the concept of 'special tables' from rsgroups
- Resolved