You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/01/10 02:13:35 UTC

[jira] [Resolved] (HBASE-12821) Describe on table doesn't show table attributes on hbase shell

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

Andrew Purtell resolved HBASE-12821.
------------------------------------
       Resolution: Duplicate
    Fix Version/s:     (was: 1.1.0)
                       (was: 0.98.10)
                       (was: 2.0.0)
                       (was: 1.0.0)
         Assignee:     (was: Amit Kabra)

> 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
>            Priority: Minor
>
> 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)