You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Karthik Palanisamy (Jira)" <ji...@apache.org> on 2019/12/03 18:40:00 UTC

[jira] [Created] (HBASE-23360) [CLI] Fix help command "set_quota"

Karthik Palanisamy created HBASE-23360:
------------------------------------------

             Summary: [CLI] Fix help command "set_quota"
                 Key: HBASE-23360
                 URL: https://issues.apache.org/jira/browse/HBASE-23360
             Project: HBase
          Issue Type: Improvement
            Reporter: Karthik Palanisamy
            Assignee: Karthik Palanisamy


To remove a quota by throttle_type,
{code:java}
hbase> help "set_quota"
...
hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE, USER => 'u1', LIMIT => NONE
....
{code}
but the actual command should be, 
{code:java}
hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE_NUMBER, USER => 'u1', LIMIT => NONE{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)