Romil Choksi created HBASE-14868:
------------------------------------
Summary: Table Attributes in shell output of desc command does not
have a closing paranthesis
Key: HBASE-14868
URL: https://issues.apache.org/jira/browse/HBASE-14868
Project: HBase
Issue Type: Bug
Components: shell
Affects Versions: 1.2.0
Reporter: Romil Choksi
Assignee: Romil Choksi
Priority: Trivial
Table Attributes in shell output of desc command does not have a closing
paranthesis
{code}
hbase(main):011:0> desc 'table_qa638m7y2r'
Table table_qa638m7y2r is ENABLED
table_qa638m7y2r, {TABLE_ATTRIBUTES => {NORMALIZATION_ENABLED => 'true'}
COLUMN FAMILIES DESCRIPTION
{NAME => 'cf1', BLOOMFILTER => 'ROW', VERSIONS => '1', IN_MEMORY => 'false',
KEEP_DELETED_CELLS => 'FALSE', DATA_BLOCK_ENCODING => 'NONE', TTL => 'FOREVER',
COMPRESSION => 'NONE', MIN_VERSIONS => '0', BLO
CKCACHE => 'true', BLOCKSIZE => '65536', REPLICATION_SCOPE => '0'}
1 row(s) in 0.0610 second
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)