[
https://issues.apache.org/jira/browse/HBASE-20256?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16411629#comment-16411629
]
Peter Somogyi commented on HBASE-20256:
---------------------------------------
list_quotas do not work
{noformat}
hbase(main):007:0> list_quotas TABLE => 'ltt'
OWNER QUOTAS
ERROR: Unknown table !
Here is some help for this command:
List the quota settings added to the system.
You can filter the result based on USER, TABLE, or NAMESPACE.
For example:
hbase> list_quotas
hbase> list_quotas USER => 'bob.*'
hbase> list_quotas USER => 'bob.*', TABLE => 't1'
hbase> list_quotas USER => 'bob.*', NAMESPACE => 'ns.*'
hbase> list_quotas TABLE => 'myTable'
hbase> list_quotas NAMESPACE => 'ns.*'{noformat}
> Document commands that do not work with 1.2 shell
> -------------------------------------------------
>
> Key: HBASE-20256
> URL: https://issues.apache.org/jira/browse/HBASE-20256
> Project: HBase
> Issue Type: Sub-task
> Components: documentation, shell
> Affects Versions: 2.0.0
> Reporter: Peter Somogyi
> Assignee: Peter Somogyi
> Priority: Major
>
> Some commands do not work from 1.2 shell when running against 2.0 server. Add
> a section to the reference guide mentioning the incompatibilities.
> Some of these are collected in this document:
> https://docs.google.com/document/d/1l2ad5G_GUk0WQ02xKeKO6mTbpdyZjU1NGuPPI42Wbf4/edit
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)