[
https://issues.apache.org/jira/browse/HBASE-10653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13918907#comment-13918907
]
Biju Nair commented on HBASE-10653:
-----------------------------------
Steps:
1) Create table through HBase shell
2) describe 'table-name'
3) disable 'table-name'
4) describe 'table-name'
The output from steps 2 & 4 shows the table as ENABLED. Following is a sample
output for a disabled table. Hope this helps.
DESCRIPTION ENABLED
'TestTable', {NAME => 'info', DATA_BLOCK_ENCODING => 'NONE', BLOOMF false
ILTER => 'ROW', REPLICATION_SCOPE => '0', VERSIONS => '1', COMPRESS
ION => 'SNAPPY', MIN_VERSIONS => '0', TTL => '2147483647', KEEP_DEL
ETED_CELLS => 'false', BLOCKSIZE => '65536', IN_MEMORY => 'false',
BLOCKCACHE => 'true'}
1 row(s) in 1.4220 seconds
> Incorrect table status in HBase shell Describe
> ----------------------------------------------
>
> Key: HBASE-10653
> URL: https://issues.apache.org/jira/browse/HBASE-10653
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Biju Nair
> Labels: HbaseShell, describe
>
> Describe output of table which is disabled shows as enabled.
--
This message was sent by Atlassian JIRA
(v6.2#6252)