[
https://issues.apache.org/jira/browse/HBASE-7129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869949#comment-16869949
]
Sakthi commented on HBASE-7129:
-------------------------------
{code:java}
2. `"cm93MQ=="` is `the Base-64 for "row1"` for the checkAndPut `row key`{code}
This should be checkAndDelete rather than checkAndPut in the latter part of the
example. Also the patch doesn't look applicable because of whitespace issues as
the jira has been stale since long. Let me put up a patch with the whitespace
issues fixed.
> 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, 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)