Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 66532 invoked from network); 6 Oct 2007 10:43:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2007 10:43:42 -0000 Received: (qmail 17505 invoked by uid 500); 6 Oct 2007 10:43:30 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 17157 invoked by uid 500); 6 Oct 2007 10:43:30 -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 17148 invoked by uid 99); 6 Oct 2007 10:43:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 03:43:30 -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; Sat, 06 Oct 2007 10:43:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C605C714231 for ; Sat, 6 Oct 2007 03:42:50 -0700 (PDT) Message-ID: <17392112.1191667370808.JavaMail.jira@brutus> Date: Sat, 6 Oct 2007 03:42:50 -0700 (PDT) From: "Edward Yoon (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1608) [HbaseShell] Relational Algrebra Operators In-Reply-To: <30939913.1184326504508.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-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532849 ] Edward Yoon commented on HADOOP-1608: ------------------------------------- I got a successful message when i tested my computer. What's wrong? {code} [junit] Running org.apache.hadoop.hbase.shell.TestConsoleTable [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec [junit] Running org.apache.hadoop.hbase.shell.TestHBaseShell [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 59.595 sec [junit] Running org.apache.hadoop.hbase.shell.TestSubstitutionVariables [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.031 sec [junit] Running org.apache.hadoop.hbase.shell.expression.TestBooleanExpressi on [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec [junit] Running org.apache.hadoop.hbase.shell.query.TestFilterMapReduce [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 21.812 sec [junit] Running org.apache.hadoop.hbase.util.TestKeying [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.032 sec [junit] Running org.onelab.test.TestFilter [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.046 sec BUILD SUCCESSFUL Total time: 27 minutes 42 seconds {code} > [HbaseShell] Relational Algrebra Operators > ------------------------------------------ > > Key: HADOOP-1608 > URL: https://issues.apache.org/jira/browse/HADOOP-1608 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Environment: All environments > Reporter: Edward Yoon > Priority: Minor > Fix For: 0.16.0 > > Attachments: added_test_code.txt, patch.txt, patch_v01.txt, patch_v02.txt, shell_r_operators_v01.patch, shell_v02.patch, shell_v03.patch, shell_v04.patch, shell_v05.patch, shell_v06.patch, shell_v07.patch > > > Development of relational algebra operators has begun. > * Projection > * Selection > * Product > * Rename > * Group > * Sort -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.