[
https://issues.apache.org/jira/browse/HBASE-20607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911203#comment-16911203
]
Ashok shetty commented on HBASE-20607:
--------------------------------------
i tried the same thing but it a little different way it worked
steps
add_rsgroup 'my_group'
move_servers_rsgroup 'my_group',['server:port']
create_namespace 'test_namespace', {'hbase.rsgroup.name'=>'my_group'}
create 'test_namespace:t11', 'f1'
create 'test_namespace:t12', 'f1'
create 'test_namespace:t13', 'f1'
now whatever tables you create under test_namespace it will under my_group
> hbase namespace table is not created/assigned to correct rsgroup
> ----------------------------------------------------------------
>
> Key: HBASE-20607
> URL: https://issues.apache.org/jira/browse/HBASE-20607
> Project: HBase
> Issue Type: Bug
> Components: master
> Reporter: Biju Nair
> Priority: Major
> Labels: quota, rsgroup
>
> This is a follow-up ticket of HBASE-20566
> * Create a {{rsgroup}} and assign {{hbase}} namespace to the new {{rsgroup}}
> * Enable {{quota}} feature by adding the property hbase.quota.enable
> and restarting {{hbase}}
> * By listing the {{rsgroups}}, the {{hbase:quota}} will listed under the
> {{default}} rsgroup.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)