Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 88717 invoked from network); 14 Feb 2008 03:07:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2008 03:07:29 -0000 Received: (qmail 35110 invoked by uid 500); 14 Feb 2008 03:07:23 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 35101 invoked by uid 500); 14 Feb 2008 03:07:23 -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 35092 invoked by uid 99); 14 Feb 2008 03:07:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Feb 2008 19:07:23 -0800 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.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2008 03:07:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C7A99714074 for ; Wed, 13 Feb 2008 19:07:08 -0800 (PST) Message-ID: <7636615.1202958428801.JavaMail.jira@brutus> Date: Wed, 13 Feb 2008 19:07:08 -0800 (PST) From: "Edward Yoon (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-67) Help Output Format should be easy to read. 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-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568786#action_12568786 ] Edward Yoon commented on HBASE-67: ---------------------------------- Please commit it, too. > Help Output Format should be easy to read. > ------------------------------------------ > > Key: HBASE-67 > URL: https://issues.apache.org/jira/browse/HBASE-67 > Project: Hadoop HBase > Issue Type: Improvement > Components: hql > Affects Versions: 0.1.0 > Environment: All > Reporter: Edward Yoon > Assignee: Edward Yoon > Priority: Trivial > Fix For: 0.2.0 > > Attachments: 67.patch, 67_v02.patch > > > Current help-output is some difficult to read. > {code} > +-------------------------+-------------------------+-------------------------+ > | SELECT | Select values from table| SELECT {column_name, [, | > | | | column_name] ... | *} FR| > | | | OM table_name [WHERE row| > | | | ='row_key' | STARTING FR| > | | | OM 'row-key'] [NUM_VERSI| > | | | ONS = version_count] [TI| > | | | MESTAMP 'timestamp'] [LI| > | | | MIT = row_count] [INTO F| > | | | ILE 'file_name']; | > +-------------------------+-------------------------+-------------------------+ > | JAR | Hadoop RunJar util | JAR jarFile [mainClass] | > | | | arguments...; | > +-------------------------+-------------------------+-------------------------+ > | CLEAR | Clear the screen | CLEAR; | > +-------------------------+-------------------------+-------------------------+ > | DESCRIBE | Print table information | [DESCRIBE|DESC] table_na| > | | | me; | > +-------------------------+-------------------------+-------------------------+ > hql > > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.