Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9398110524 for ; Sun, 23 Feb 2014 18:46:06 +0000 (UTC) Received: (qmail 58236 invoked by uid 500); 23 Feb 2014 18:46:03 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 58019 invoked by uid 500); 23 Feb 2014 18:46:02 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Delivered-To: moderator for user@hbase.apache.org Received: (qmail 96838 invoked by uid 99); 23 Feb 2014 07:06:50 -0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of ronsher@gmail.com does not designate 216.139.236.26 as permitted sender) Date: Sat, 22 Feb 2014 23:06:24 -0800 (PST) From: Ron Sher To: user@hbase.apache.org Message-ID: <1393139184833-4056246.post@n3.nabble.com> In-Reply-To: References: <1392814501378-4056162.post@n3.nabble.com> <1392880766735-4056189.post@n3.nabble.com> <1392988316349-4056220.post@n3.nabble.com> Subject: Re: Hbase shell - deletall doesnt remove records MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org But you can only use a timestamp on a specific column, not the whole row. Here's the help: Delete all cells in a given row; pass a table name, row, and optionally a column and timestamp. Examples: hbase> deleteall 't1', 'r1' hbase> deleteall 't1', 'r1', 'c1' hbase> deleteall 't1', 'r1', 'c1', ts1 -- View this message in context: http://apache-hbase.679495.n3.nabble.com/Hbase-shell-deletall-doesnt-remove-records-tp4056162p4056246.html Sent from the HBase User mailing list archive at Nabble.com.