[
https://issues.apache.org/jira/browse/HBASE-7129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869955#comment-16869955
]
Sakthi commented on HBASE-7129:
-------------------------------
content wise the doc update lgtm. I have 2 concerns:
* In checkAndUpdate the intuitive way should be preferred i.e. check cell
followed by the update cell. ( & not the other way around i.e. the update cell
followed by the check cell). Maybe a jira needs to be opened for this.
* During my testing of checkAndDelete the check function didn't seem to work as
expected. It deleted whole row just if the row key passed in the rest url
matched (irrespective of the check function failing to match the check value).
Another jira for further testing the checkAndDelete. However, I don't think the
doc needs an update even in case of new jira.( i.e. this jira should be good
enough for that purpose).
> Need documentation for REST atomic operations (HBASE-4720)
> ----------------------------------------------------------
>
> Key: HBASE-7129
> URL: https://issues.apache.org/jira/browse/HBASE-7129
> Project: HBase
> Issue Type: Improvement
> Components: documentation, REST
> Reporter: Joe Pallas
> Assignee: Dequan Chen
> Priority: Minor
> Labels: beginner
> Attachments: HBASE-7129.0001.patch, HBASE-7129.0002.patch,
> HBASE-7129.0003.patch, HBASE-7129.0004.patch, HBASE-7129.0005.patch,
> HBASE-7129.patch, hbase-7129.master.006.patch,
> image-2018-04-17-10-57-48-213.png
>
>
> HBASE-4720 added checkAndPut/checkAndDelete capability to the REST interface,
> but the REST documentation (in the package summary) needs to be updated so
> people know that this feature exists and how to use it.
> http://wiki.apache.org/hadoop/Hbase/Stargate
> http://hbase.apache.org/book/rest.html
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)