get_rsgroup
Contents
Usage
get_rsgroup '<rsgroup_name>'
Parameter | Description |
---|---|
rsgroup_name |
A Region Server group name |
Examples
hbase(main):031:0> get_rsgroup 'default' SERVERS bds-adh-1.ru-central1.internal:16020 bds-adh-2.ru-central1.internal:16020 2 row(s) TABLES hbase:meta hbase:acl SYSTEM.CATALOG ns1:temp2 t5 t6 hbase:labels hbase:namespace SYSTEM.SEQUENCE SYSTEM.LOG SYSTEM.FUNCTION SYSTEM.MUTEX SYSTEM.STATS hbase:rsgroup 14 row(s) Took 0.0044 seconds hbase(main):032:0> get_rsgroup 'test_group' SERVERS bds-adh-3.ru-central1.internal:16020 1 row(s) TABLES t4 temp1 2 row(s) Took 0.0035 seconds