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

stack commented on HBASE-3983:
------------------------------

Committing the below:

{code}
Index: src/main/ruby/shell/formatter.rb
===================================================================
--- src/main/ruby/shell/formatter.rb    (revision 1135335)
+++ src/main/ruby/shell/formatter.rb    (working copy)
@@ -74,7 +74,7 @@
         if args.length == 1
           splits = split(@max_width, dump(args[0]))
           for l in splits
-            output(l)
+            output(@mac_width, l)
             @out.puts
           end
         elsif args.length == 2

{code}

> list command in shell seems broken
> ----------------------------------
>
>                 Key: HBASE-3983
>                 URL: https://issues.apache.org/jira/browse/HBASE-3983
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.0
>            Reporter: Todd Lipcon
>            Priority: Blocker
>             Fix For: 0.92.0
>
>
> hbase(main):007:0> list
> ERROR: wrong number of arguments (1 for 2)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to