get_table_rsgroup

Definition

Gets a name of the group, which the given table is a member of.

Usage

get_table_rsgroup '[<namespace_name>:]<table_name>'
Arguments
Parameter Description

namespace_name

A namespace name

table_name

A table name

Examples

hbase(main):036:0> get_table_rsgroup 'temp1'
test_group
1 row(s)
Took 0.0124 seconds
hbase(main):037:0> get_table_rsgroup 'ns1:temp2'
default
1 row(s)
Took 0.0041 seconds
Found a mistake? Seleсt text and press Ctrl+Enter to report it