Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 92449 invoked from network); 4 Dec 2007 09:10:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 09:10:09 -0000 Received: (qmail 70507 invoked by uid 500); 4 Dec 2007 09:09:58 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 70161 invoked by uid 500); 4 Dec 2007 09:09:57 -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 70152 invoked by uid 99); 4 Dec 2007 09:09:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 01:09:57 -0800 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; Tue, 04 Dec 2007 09:10:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0430714236 for ; Tue, 4 Dec 2007 01:09:45 -0800 (PST) Message-ID: <610813.1196759385719.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 01:09:45 -0800 (PST) From: "Edward Yoon (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-2339) [Hbase Shell] Delete command with no WHERE clause In-Reply-To: <21632542.1196725543412.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-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Yoon updated HADOOP-2339: -------------------------------- Attachment: 2339_v04.patch Local test passed. So, re-submitting. {code} test: [echo] contrib: hbase [delete] Deleting directory /root/workspace/hadoop/build/contrib/hbase/test/logs [mkdir] Created dir: /root/workspace/hadoop/build/contrib/hbase/test/logs [junit] Running org.apache.hadoop.hbase.shell.TestHBaseShell [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 52.787 sec [junit] Running org.apache.hadoop.hbase.shell.TestSubstitutionVariables [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestBooleanCondition [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestBooleanTermFilter [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 23.241 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestJoinCondition [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.158 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestTableJoinMapReduce [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 87.233 sec [junit] Running org.apache.hadoop.hbase.util.TestBase64 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136 sec [junit] Running org.apache.hadoop.hbase.util.TestKeying [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec [junit] Running org.onelab.test.TestFilter [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.025 sec BUILD SUCCESSFUL Total time: 2 minutes 54 seconds bash-3.00# {code} > [Hbase Shell] Delete command with no WHERE clause > ------------------------------------------------- > > Key: HADOOP-2339 > URL: https://issues.apache.org/jira/browse/HADOOP-2339 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.16.0 > Reporter: Edward Yoon > Assignee: Edward Yoon > Fix For: 0.16.0 > > Attachments: 2339.patch, 2339_v02.patch, 2339_v03.patch, 2339_v04.patch > > > using HbaseAdmin.deleteColumn() method. > {code} > DELETE column_name FROM table_name; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.