[
https://issues.apache.org/jira/browse/HBASE-732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack resolved HBASE-732.
-------------------------
Resolution: Fixed
Fix Version/s: 0.2.0
Committed. Thanks for the patch Izaak.
> shell formatting error with the describe command
> ------------------------------------------------
>
> Key: HBASE-732
> URL: https://issues.apache.org/jira/browse/HBASE-732
> Project: Hadoop HBase
> Issue Type: Bug
> Components: documentation, scripts
> Reporter: Izaak Rubin
> Assignee: Izaak Rubin
> Priority: Minor
> Fix For: 0.2.0
>
> Attachments: hbase-732.patch
>
>
> The formatting of the output of the shell command "describe" repeats some of
> the text. The following is an example of the problem:
> {code}
> hbase(main):001:0> describe 'table2'
> NAME => 'table2', FAMILIES => [{NAME => 'fam3', VERSIONS => 3, COMPRESSION =>
> 'NONE', IN_MEMORY => false, BLOC
> KCACHE => false, LENGTH => 2147483647, TTL => FOREVER, BLOOMFILTER => NONE},
> {NAME => 'fam2', VERSIONS => 6, COMPRESSION => 'NONE', IN_MEMORY => false,
> BLOCKCACHE => false, LENGTH => 2147483647, TTL => FOREVER, BLOOMFILT
> OMPRESSION => 'NONE', IN_MEMORY => false, BLOCKCACHE => false, LENGTH =>
> 2147483647, TTL => FOREVER, BLOOMFILTER => NONE}, {NAME => 'fam1', VERSIONS
> => 5, COMPRESSION => 'NONE', IN_MEMORY => false, BLOCKCACHE => false, LENGTH
> => 2147483647, TTL => FOREVER, BLOOMFILTER => NONE}]
> ER => NONE}, {NAME => 'fam1', VERSIONS => 5, COMPRESSION => 'NONE', IN_MEMORY
> => false, BLOCKCACHE => false, LENGTH => 2147483647, TTL => FOREVER,
> BLOOMFILTER => NONE}]
> ENGTH => 2147483647, TTL => FOREVER, BLOOMFILTER => NONE}]
>
> 1 row(s) in 0.2520 seconds
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.