[ 
https://issues.apache.org/jira/browse/HBASE-9439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13759659#comment-13759659
 ] 

Elliott Clark commented on HBASE-9439:
--------------------------------------

Here's what I got for the tip of 0.96 (+1 patch):

{code}
eclark@a1805:~$ hbase shell
2013-09-05 17:12:28,465 WARN  [main] conf.Configuration: hadoop.native.lib is 
deprecated. Instead, use io.native.lib.available
HBase Shell; enter 'help<RETURN>' for list of supported commands.
Type "exit<RETURN>" to leave the HBase Shell
Version 0.96.0, r91ddd1a9de1a8a8a0d8d5f484a777227aa25d2b8, Thu Sep  5 16:08:37 
PDT 2013

hbase(main):001:0> x = list 
TABLE                                                                           
                                                                                
                                                                                
                                                                                
                                            
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in 
[jar:file:/opt/hbase/jenkins-hbase-custom-branch-31/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in 
[jar:file:/opt/hadoop/hadoop-2.1.0-beta/share/hadoop/common/lib/slf4j-log4j12-1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
IntegrationTestBigLinkedList                                                    
                                                                                
                                                                                
                                                                                
                                            
1 row(s) in 1.0590 seconds

=> #<#<Class:0x99167db>:0x7b54be6d>
hbase(main):002:0> x.each {|t| print "Table: " + t + "\n"}
Table: IntegrationTestBigLinkedList
hbase(main):003: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: Jimmy Xiang
>            Priority: Minor
>             Fix For: 0.98.0, 0.96.0
>
>         Attachments: 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

Reply via email to