Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-alpha-4
-
None
Description
Currently, use can only assign tables within a namespace from one group to another by writing all table names in move_tables_rsgroup command. Allowing to assign all tables within a specifed namespace by only wirting namespace name is useful.
Usage as follows:
hbase(main):055:0> move_namespaces_rsgroup 'dest_rsgroup',['ns1'] Took 2.2211 seconds
hbase(main):051:0* move_servers_namespaces_rsgroup 'dest_rsgroup',['hbase39.lt.163.org:60020'],['ns1','ns2'] Took 15.3710 seconds