Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CC337679A for ; Mon, 13 Jun 2011 23:32:11 +0000 (UTC) Received: (qmail 5399 invoked by uid 500); 13 Jun 2011 23:32:11 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5359 invoked by uid 500); 13 Jun 2011 23:32:11 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 5351 invoked by uid 99); 13 Jun 2011 23:32:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 23:32:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 23:32:09 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A1E41414B60 for ; Mon, 13 Jun 2011 23:31:48 +0000 (UTC) Date: Mon, 13 Jun 2011 23:31:48 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: <123296348.878.1308007908659.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <118185434.1894.1307938071513.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-3983) list command in shell seems broken MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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