[
https://issues.apache.org/jira/browse/HBASE-19426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279473#comment-16279473
]
Hudson commented on HBASE-19426:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4175 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/4175/])
HBASE-19426 Move has() and setTimestamp() to Mutation (Chia-Ping Tsai) (stack:
rev 8e3714e772599cd1e41e469668e06a775fb2519a)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/Increment.java
* (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/fs/HFileSystem.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Delete.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Append.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Put.java
> Move has() and setTimestamp() to Mutation
> -----------------------------------------
>
> Key: HBASE-19426
> URL: https://issues.apache.org/jira/browse/HBASE-19426
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-19426.v0.patch, HBASE-19426.v0.test.patch
>
>
> The {{Put}} has many helper methods to get the inner cell. These methods
> should be moved to {{Mutation}} so as to have user get the cell from other
> subclasses of {{Mutation}}. Ditto for {{setTimestamp}}.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)