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 C528418388 for ; Thu, 25 Feb 2016 19:52:24 +0000 (UTC) Received: (qmail 90774 invoked by uid 500); 25 Feb 2016 19:52:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 90728 invoked by uid 500); 25 Feb 2016 19:52:18 -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 90713 invoked by uid 99); 25 Feb 2016 19:52:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Feb 2016 19:52:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 39CB42C1F58 for ; Thu, 25 Feb 2016 19:52:18 +0000 (UTC) Date: Thu, 25 Feb 2016 19:52:18 +0000 (UTC) From: "Enis Soztutar (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15323) Hbase Rest CheckAndDeleteAPi should be able to delete more cells 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-15323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167750#comment-15167750 ] Enis Soztutar commented on HBASE-15323: --------------------------------------- The changes look good. No need to remove the license header in this patch, because the HBASE-15290 patch should not contain that license at commit. Can you please also fix RemoteHTable.checkAndDelete(). It does not send the Delete object correctly according to the Table.checkAndDelete() semantics. > Hbase Rest CheckAndDeleteAPi should be able to delete more cells > ---------------------------------------------------------------- > > Key: HBASE-15323 > URL: https://issues.apache.org/jira/browse/HBASE-15323 > Project: HBase > Issue Type: Bug > Components: hbase > Affects Versions: 1.1.1 > Environment: Linux And Windows > Reporter: Ajith > Attachments: HBASE-15323-Check-And-Delete-Fix.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > Java CheckAndDelete API accepts Delete object which can be used to delete (a cell / cell version / multiple cells / column family or a row), but the rest api only allows to delete the cell (without any version) > Need to add this capability to rest api. -- This message was sent by Atlassian JIRA (v6.3.4#6332)