You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Todd Lipcon (JIRA)" <ji...@apache.org> on 2011/06/13 06:07:51 UTC

[jira] [Created] (HBASE-3983) list command in shell seems broken

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

        

[jira] [Commented] (HBASE-3983) list command in shell seems broken

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050975#comment-13050975 ] 

Hudson commented on HBASE-3983:
-------------------------------

Integrated in HBase-TRUNK #1976 (See [https://builds.apache.org/job/HBase-TRUNK/1976/])
    

> 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
>            Assignee: stack
>            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

        

[jira] [Commented] (HBASE-3983) list command in shell seems broken

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048888#comment-13048888 ] 

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

Fixed.  Thanks Todd.

> 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
>            Assignee: stack
>            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

        

[jira] [Commented] (HBASE-3983) list command in shell seems broken

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HBASE-3983) list command in shell seems broken

Posted by "Todd Lipcon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13048884#comment-13048884 ] 

Todd Lipcon commented on HBASE-3983:
------------------------------------

don't you mean @max_width?

> 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
>            Assignee: stack
>            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

        

[jira] [Resolved] (HBASE-3983) list command in shell seems broken

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-3983.
--------------------------

    Resolution: Fixed
      Assignee: stack

Committed to TRUNK.

> 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
>            Assignee: stack
>            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