[
https://issues.apache.org/jira/browse/HBASE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13779422#comment-13779422
]
Jonathan Hsieh commented on HBASE-9439:
---------------------------------------
Old:
{code}
hbase(main):012:0* list
TABLE
foo
1 row(s) in 0.0280 seconds
=> #<#<Class:0x4decb8c1>:0x575e47b8>
hbase(main):013:0>
{code}
New:
{code}
hbase(main):009:0* ts = list
TABLE
foo
1 row(s) in 0.0260 seconds
=> ["foo"]
hbase(main):012:0> ts
=> ["foo"]
hbase(main):014:0> ts.each {|t| print "Table: " + t + "\n"}
Table: foo
=> ["foo"]
hbase(main):015:0>
{code}
> shell command list shows something not meaningful
> -------------------------------------------------
>
> Key: HBASE-9439
> URL: https://issues.apache.org/jira/browse/HBASE-9439
> Project: HBase
> Issue Type: Bug
> Components: shell
> Reporter: Jimmy Xiang
> Assignee: Jonathan Hsieh
> Priority: Minor
> Fix For: 0.98.0, 0.96.0
>
> Attachments: hbase-9439.v2.patch, trunk-9439.patch
>
>
> Here is a sample output:
> {noformat}
> hbase(main):004:0> list
> TABLE
>
>
> usertable
>
>
> 1 row(s) in 0.3240 seconds
> => #<#<Class:0x2026c088>:0x5eb8f6d>
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira