list_rsgroups

Definition

Returns all Region Server groups. An optional regular expression parameter can be used to filter the output.

Usage

list_rsgroups ['<rsgroup_regex>']
Arguments
Parameter Description

rsgroup_regex

A regular expression for searching Region Server groups

Examples

Listing all Region Server groups

hbase(main):004:0> list_rsgroups
NAME                     SERVER / TABLE
 test_group
 default                 server bds-adh-1.ru-central1.internal:16020
                         server bds-adh-2.ru-central1.internal:16020
                         server bds-adh-3.ru-central1.internal:16020
                         table hbase:meta
                         table hbase:acl
                         table SYSTEM.CATALOG
                         table t4
                         table t5
                         table t6
                         table hbase:labels
                         table temp1
                         table hbase:namespace
                         table SYSTEM.SEQUENCE
                         table SYSTEM.LOG
                         table SYSTEM.FUNCTION
                         table SYSTEM.MUTEX
                         table SYSTEM.STATS
                         table hbase:rsgroup
2 row(s)
Took 0.0289 seconds

Listing the groups matching the regular expression

hbase(main):005:0> list_rsgroups 'test*'
NAME                     SERVER / TABLE
 test_group
1 row(s)
Took 0.0069 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it