Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 99647 invoked from network); 6 Sep 2007 22:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Sep 2007 22:07:57 -0000 Received: (qmail 82288 invoked by uid 500); 6 Sep 2007 22:07:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 81985 invoked by uid 500); 6 Sep 2007 22:07:50 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 81976 invoked by uid 99); 6 Sep 2007 22:07:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Sep 2007 15:07:50 -0700 X-ASF-Spam-Status: No, hits=-100.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, 06 Sep 2007 22:07:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 617B8714201 for ; Thu, 6 Sep 2007 15:07:30 -0700 (PDT) Message-ID: <25711945.1189116450320.JavaMail.jira@brutus> Date: Thu, 6 Sep 2007 15:07:30 -0700 (PDT) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1828) [Hbase Shell] Switch Command for sub-shell In-Reply-To: <26197682.1188803839491.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/HADOOP-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525538 ] Hadoop QA commented on HADOOP-1828: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12364988/shell.patch applied and successfully tested against trunk revision r573166. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/697/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/697/console > [Hbase Shell] Switch Command for sub-shell > ------------------------------------------ > > Key: HADOOP-1828 > URL: https://issues.apache.org/jira/browse/HADOOP-1828 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.14.0 > Environment: All environments > Reporter: Edward Yoon > Fix For: 0.15.0 > > Attachments: shell.patch > > > This is a swtich command patch for the future implementation of sub-shell. > {code} > HBase > altools; > Hbase altools, 0.0.1 version > Type 'help;' for Hbase altools usage. > HBase.Altools > help; > Type 'help ;' to see command-specific usage. > * Global commands. > FS Hadoop FsShell operations. > EXIT Exit shell > SHOW List all tables. > CLEAR Clear the screen. > DESCRIBE Describe a table's columnfamilies. > * Altools Commands. > Projection ... > HBase.Altools > exit; > HBase > exit; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.