[
https://issues.apache.org/jira/browse/HBASE-18522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16126349#comment-16126349
]
Hudson commented on HBASE-18522:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-1.4 #855 (See
[https://builds.apache.org/job/HBase-1.4/855/])
HBASE-18522 Add RowMutations support to Batch (jerryjch: rev
c6f57e0f382e9dcef48f05da087d12eb0e47e9ad)
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ResponseConverter.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMultiParallel.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java
* (edit) hbase-client/src/main/java/org/apache/hadoop/hbase/client/Table.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide3.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/client/MultiServerCallable.java
> Add RowMutations support to Batch
> ---------------------------------
>
> Key: HBASE-18522
> URL: https://issues.apache.org/jira/browse/HBASE-18522
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 1.2.6
> Reporter: Jerry He
> Assignee: Jerry He
> Fix For: 2.0.0, 3.0.0, 1.4.0, 1.5.0
>
> Attachments: HBASE-18522-branch-1.patch,
> HBASE-18522-branch-1-v2.patch, HBASE-18522-master-v2.patch
>
>
> RowMutations is multiple Puts and/or Deletes atomically on a single row.
> Current Batch call does not support RowMutations as part of the batch.
> We should add this missing part. We should be able to batch RowMutations.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)