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/10/09 03:02:00 UTC

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

Karthik Palanisamy created HBASE-23140:
------------------------------------------

             Summary: 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


"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)