Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 15527 invoked from network); 3 Jan 2008 05:40:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 05:40:55 -0000 Received: (qmail 41668 invoked by uid 500); 3 Jan 2008 05:40:43 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 41639 invoked by uid 500); 3 Jan 2008 05:40:43 -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 41630 invoked by uid 99); 3 Jan 2008 05:40:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 21:40:43 -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; Thu, 03 Jan 2008 05:40:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 11899714268 for ; Wed, 2 Jan 2008 21:40:34 -0800 (PST) Message-ID: <2768556.1199338834068.JavaMail.jira@brutus> Date: Wed, 2 Jan 2008 21:40:34 -0800 (PST) From: "Hadoop QA (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-2240) Truncate for hbase In-Reply-To: <2838930.1195606183192.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-2240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12555486#action_12555486 ] Hadoop QA commented on HADOOP-2240: ----------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12372318/2240-v4.patch against trunk revision . @author +1. The patch does not contain any @author tags. patch -1. The patch command could not apply the patch. Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/1450/console This message is automatically generated. > Truncate for hbase > ------------------ > > Key: HADOOP-2240 > URL: https://issues.apache.org/jira/browse/HADOOP-2240 > Project: Hadoop > Issue Type: New Feature > Components: contrib/hbase > Affects Versions: 0.16.0 > Reporter: Billy Pearson > Assignee: stack > Priority: Minor > Fix For: 0.16.0 > > Attachments: 2240-v3.patch, 2240-v4.patch, 2240.2, 2240.patch, help-string.patch > > > Would be nice to have a way to truncate the tables from the shell. With out doing a drop and create your self. Maybe the truncate could issue the drop and create command for you based off the layout in the the table before the truncate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.