[
https://issues.apache.org/jira/browse/HBASE-18927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16191843#comment-16191843
]
Hudson commented on HBASE-18927:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-2.0 #626 (See
[https://builds.apache.org/job/HBase-2.0/626/])
HBASE-18927 Add the DataType which is subset of KeyValue#Type to (chia7712: rev
2a5b6bc681ff14e7c18055c2912a649e364b8105)
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/protobuf/TestProtobufUtil.java
* (edit)
hbase-client/src/test/java/org/apache/hadoop/hbase/shaded/protobuf/TestProtobufUtil.java
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/ExtendedCellBuilderImpl.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestHStore.java
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellBuilder.java
* (edit)
hbase-examples/src/test/java/org/apache/hadoop/hbase/types/TestPBCell.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java
* (edit) hbase-common/src/test/java/org/apache/hadoop/hbase/TestCellBuilder.java
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/CellUtil.java
* (edit)
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/BulkLoadCellFilter.java
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/ExtendedCellBuilder.java
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValueBuilder.java
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/IndividualBytesFieldCellBuilder.java
* (edit)
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/MockHStoreFile.java
* (edit)
hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
> Add the DataType which is subset of KeyValue#Type to CellBuilder for building
> cell
> ----------------------------------------------------------------------------------
>
> Key: HBASE-18927
> URL: https://issues.apache.org/jira/browse/HBASE-18927
> Project: HBase
> Issue Type: Task
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 2.0.0-beta-1
>
> Attachments: HBASE-18927.v0.patch, HBASE-18927.v0.patch,
> HBASE-18927.v0.patch
>
>
> All class we use to build own cell are shown below:
> 1) Cell -> IA.Public
> 2) CellBuilder -> IA.Public
> 3) CellBuilderFactory -> IA.Public
> 4) Put -> IA.Public
> 5) Put#add(Cell) -> IA.Public
> *5) KeyValue#Type -> IA.Private*
> That means that building the cell is on the unstable way.
> see [dev
> list|https://lists.apache.org/thread.html/e2bd9d526412df337d92327d5339b7a43534b5f841f8319f3664e849@%3Cdev.hbase.apache.org%3E]
> for more information.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)