Describing a disabled table displays the table as being ENABLED
---------------------------------------------------------------
Key: HBASE-4332
URL: https://issues.apache.org/jira/browse/HBASE-4332
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 0.90.3
Reporter: Ramya Sunil
On hbase 0.90.3, describing a table which is disabled, on hbase shell shows the
table as being ENABLED i.e.
{noformat}
hbase> create 't1','c1'
hbase> describe 't1'
DESCRIPTION ENABLED
hbase> drop 't1'
ERROR: Table t1 is enabled. Disable it first.'
hbase> disable 't1'
hbase> describe 't1'
DESCRIPTION ENABLED
hbase> drop 't1'
Table dropped
{noformat}
The describe option can be useful to know if the table is disabled/enabled. I
looked through jiras to find if an issue already exists but could not find one.
Please mark it as duplicate if one already exists.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira