karthikhw opened a new pull request #896: HBASE-23360 [CLI] Fix help command 
'set_quota'
URL: https://github.com/apache/hbase/pull/896
 
 
   To remove a quota by throttle_type,
   ``` 
   hbase> help "set_quota"
   ...
   hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE, USER => 'u1', 
LIMIT => NONE
   ....
   ```
   
   but the actual command should be, 
   ```
   hbase> set_quota TYPE => THROTTLE, THROTTLE_TYPE => WRITE_NUMBER, USER => 
'u1', LIMIT => NONE
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to