Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 51101 invoked from network); 25 Jun 2008 17:21:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2008 17:21:36 -0000 Received: (qmail 38005 invoked by uid 500); 25 Jun 2008 17:21:37 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 37990 invoked by uid 500); 25 Jun 2008 17:21:37 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 37978 invoked by uid 99); 25 Jun 2008 17:21:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 10:21:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2008 17:20:55 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 188F7234C14B for ; Wed, 25 Jun 2008 10:20:45 -0700 (PDT) Message-ID: <2087645255.1214414445099.JavaMail.jira@brutus> Date: Wed, 25 Jun 2008 10:20:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-704) update new shell docs and commands on help menu In-Reply-To: <913315178.1214380125150.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-704: ------------------------ Attachment: 704.patch Hey Billy: Sorry, there was a typo in the new shell help. There was a missing comma after the 't1'. The attached patch which I've applied fixes the typo and adds some more create table examples that hopefully will help. If the new help text is sufficient, please close this issue. Open new issues for other places that help is lacking and I'll address them. > update new shell docs and commands on help menu > ----------------------------------------------- > > Key: HBASE-704 > URL: https://issues.apache.org/jira/browse/HBASE-704 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.2.0 > Reporter: Billy Pearson > Priority: Blocker > Fix For: 0.2.0 > > Attachments: 704.patch > > > From the help screen on the new shell > {code} > [root@s2 hbase]# hbase shell > HBase Shell; enter 'help' for list of supported commands. > Version: 0.2.0-dev, r670701, Wed Jun 25 02:27:19 CDT 2008 > hbase(main):001:0> create 't1' {NAME => 'f1', VERSIONS => 5} > SyntaxError: (hbase):2: , unexpected tLCURLY > {code} > The help menu gives the above example on creating table in hbase but it does not work! > If we release this for the new shell examples need to be more clear. I have not been able to create a table using the new shell yet, > Also might be worth adding the old shell back in and remove it after we release 2.0 or at lease until we work out the bugs in new client. If it would not require much updating to keep it current with the new api. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.