[
https://issues.apache.org/jira/browse/HBASE-16784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15567992#comment-15567992
]
Hudson commented on HBASE-16784:
--------------------------------
FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #1771 (See
[https://builds.apache.org/job/HBase-Trunk_matrix/1771/])
HBASE-16784 Make use of ExtendedCell#write(OutputStream os) for the
(ramkrishna: rev b76b75142df215db8a8b144cf3e7ff00327e9800)
* (edit) hbase-common/src/main/java/org/apache/hadoop/hbase/KeyValueUtil.java
* (edit)
hbase-common/src/main/java/org/apache/hadoop/hbase/io/encoding/NoneEncoder.java
> Make use of ExtendedCell#write(OutputStream os) for the default
> HFileWriter#append()
> ------------------------------------------------------------------------------------
>
> Key: HBASE-16784
> URL: https://issues.apache.org/jira/browse/HBASE-16784
> Project: HBase
> Issue Type: Improvement
> Affects Versions: 2.0.0
> Reporter: ramkrishna.s.vasudevan
> Assignee: ramkrishna.s.vasudevan
> Fix For: 2.0.0
>
> Attachments: HBASE-16784.patch, HBASE-16784_1.patch,
> HBASE-16784_2.patch, HBASE-16784_3.patch
>
>
> Initially this I was thinking we need to add an interface to represent the
> fact that the key is contiguous. But since Extendedcell is added
> encapsulating all the internal interfaces and adds a write(OutputStream ,
> boolean) and tries to exploit the fact that the Cell is in KV serialized
> format. Hence we can make use of it in HFileWriter#append() code in case of
> No encoding case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)