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 2911AD0DA for ; Wed, 10 Oct 2012 21:41:05 +0000 (UTC) Received: (qmail 55093 invoked by uid 500); 10 Oct 2012 21:41:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 55047 invoked by uid 500); 10 Oct 2012 21:41:04 -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 54977 invoked by uid 99); 10 Oct 2012 21:41:04 -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:41:04 +0000 Date: Wed, 10 Oct 2012 21:41:04 +0000 (UTC) From: "Ricky Saltzer (JIRA)" To: issues@hbase.apache.org Message-ID: <1452778374.22552.1349905264637.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (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 Ricky Saltzer created HBASE-6972: ------------------------------------ Summary: 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