[
https://issues.apache.org/jira/browse/HBASE-12821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14272048#comment-14272048
]
Enis Soztutar commented on HBASE-12821:
---------------------------------------
Sorry I did not see this one before creating HBASE-12832.
> Describe on table doesn't show table attributes on hbase shell
> --------------------------------------------------------------
>
> Key: HBASE-12821
> URL: https://issues.apache.org/jira/browse/HBASE-12821
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.8
> Reporter: Amit Kabra
> Assignee: Amit Kabra
> Priority: Minor
> Fix For: 1.0.0, 2.0.0, 0.98.10, 1.1.0
>
>
> 1) hbase(main):003:0> create 'test','CF'
> 2) hbase(main):006:0> alter 'test', METADATA => {'TEST_PROPERTY' =>
> 'TEST_VALUE'}
> 3) hbase(main):007:0> describe 'test'
> {NAME => 'CF', DATA_BLOCK_ENCODING => 'NONE', BLOOMFILTER => 'ROW',
> REPLICATION_SCOPE => '0', VERSIONS => '1', COMPRESSION => 'NONE',
> MIN_VERSIONS => '0', TTL => 'FOREVER', KEEP_DELETED_CELLS => 'FALSE',
> BLOCKSIZE => '65536', IN_MEMORY => 'false', BLOCKCACHE => 'true'}
> Issue : The added property , table attribute, isn't getting displayed.
> Note : If we check the table description from master page, we can see the
> changed property.
> 'test', {TABLE_ATTRIBUTES => {METADATA => {'TEST_PROPERTY' => 'TEST_VALUE'}},
> {NAME => 'CF'}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)