You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2016/02/25 20:52:18 UTC

[jira] [Commented] (HBASE-15323) Hbase Rest CheckAndDeleteAPi should be able to delete more cells

    [ 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)