Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DD70E10ADF for ; Fri, 2 May 2014 13:56:14 +0000 (UTC) Received: (qmail 8015 invoked by uid 500); 2 May 2014 13:56:14 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 7975 invoked by uid 500); 2 May 2014 13:56:13 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 7967 invoked by uid 99); 2 May 2014 13:56:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 13:56:12 +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 escribamarko@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2014 13:56:08 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WgDwJ-0003q2-8J for dev@accumulo.apache.org; Fri, 02 May 2014 06:55:47 -0700 Date: Fri, 2 May 2014 06:55:47 -0700 (PDT) From: Marko Escriba To: dev@accumulo.apache.org Message-ID: <1399038946991-9573.post@n5.nabble.com> Subject: Remove Row Data MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, Is it possible to remove number of rows from a table based from its Column Qualifier or Family? I have noticed that I can only remove on row, the latest inserted row (based on timestamp). In case you want to ask why I need to remove rows, is for the reason that I need to revert the failure transaction made by the webapp. Any advice on this please. Thanks. -- View this message in context: http://apache-accumulo.1065345.n5.nabble.com/Remove-Row-Data-tp9573.html Sent from the Developers mailing list archive at Nabble.com.