You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Zheng Hu (Jira)" <ji...@apache.org> on 2019/10/09 08:16:00 UTC

[jira] [Resolved] (HBASE-23140) Remove unknown table error

     [ https://issues.apache.org/jira/browse/HBASE-23140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zheng Hu resolved HBASE-23140.
------------------------------
    Fix Version/s: 2.2.2
                   3.0.0
       Resolution: Fixed

> Remove unknown table error
> --------------------------
>
>                 Key: HBASE-23140
>                 URL: https://issues.apache.org/jira/browse/HBASE-23140
>             Project: HBase
>          Issue Type: Improvement
>    Affects Versions: 3.0.0
>            Reporter: Karthik Palanisamy
>            Assignee: Karthik Palanisamy
>            Priority: Minor
>             Fix For: 3.0.0, 2.2.2
>
>
> "hbase:quota" will be created automatically when hbase.quota.enabled set to true but If this feature is disabled then should not throw unknown table error. 
> {code:java}
> hbase(main):025:0>
> describe_namespace 'hbase'
> DESCRIPTION
> {NAME => 'hbase'}
> QUOTAS
> ERROR: Unknown table
> hbase:quota!
> For usage try 'help
> "describe_namespace"'
> {code}
>  



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