[
https://issues.apache.org/jira/browse/HBASE-18515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16115394#comment-16115394
]
Chia-Ping Tsai commented on HBASE-18515:
----------------------------------------
# Delete#addDeleteMarker being depredcated, you should move the implementation
from Delete#addDeleteMarker to Delete#add
# Please add comments for the @deprecated. The
[Append.add|https://github.com/apache/hbase/blob/master/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java#L108]
is a good reference.
> Introduce Delete.add as a replacement for Delete#addDeleteMarker
> -----------------------------------------------------------------
>
> Key: HBASE-18515
> URL: https://issues.apache.org/jira/browse/HBASE-18515
> Project: HBase
> Issue Type: Task
> Components: Client
> Reporter: Chia-Ping Tsai
> Assignee: Xie YiFan
> Labels: beginner
> Fix For: 3.0.0, 2.0.0-alpha-2
>
> Attachments: HBASE-18515.master.v0.patch,
> HBASE-18515.master.v1.patch, HBASE-18515.master.v2.patch
>
>
> {quote}
> public Delete addDeleteMarker(Cell kv) throws IOException {
> // TODO: Deprecate and rename 'add' so it matches how we add KVs to Puts.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)