Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2C301D100 for ; Wed, 10 Oct 2012 21:49:03 +0000 (UTC) Received: (qmail 70851 invoked by uid 500); 10 Oct 2012 21:49:03 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 70809 invoked by uid 500); 10 Oct 2012 21:49:02 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 70798 invoked by uid 99); 10 Oct 2012 21:49:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 21:49:02 +0000 Date: Wed, 10 Oct 2012 21:49:02 +0000 (UTC) From: "Ricky Saltzer (JIRA)" To: issues@hbase.apache.org Message-ID: <2042760690.22564.1349905742893.JavaMail.jiratomcat@arcas> In-Reply-To: <1452778374.22552.1349905264637.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6972) HBase Shell deleteall requires column to be defined MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473592#comment-13473592 ] Ricky Saltzer commented on HBASE-6972: -------------------------------------- *After Patch* Works as intended {noformat} hbase(main):004:0> deleteall 'test', 'row2' 0 row(s) in 0.0190 seconds {noformat} > HBase Shell deleteall requires column to be defined > ---------------------------------------------------- > > Key: HBASE-6972 > URL: https://issues.apache.org/jira/browse/HBASE-6972 > Project: HBase > Issue Type: Bug > Components: shell > Reporter: Ricky Saltzer > > It appears that the shell does not allow users to delete a row without specifying a column (deleteall). It looks like the deleteall.rb used to pre-define column as nil, making it optional. > I've created a patch and confirmed it to be working in standalone mode, I will upload it shortly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira