[
https://issues.apache.org/jira/browse/PHOENIX-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14554768#comment-14554768
]
Hudson commented on PHOENIX-1996:
---------------------------------
SUCCESS: Integrated in Phoenix-master #761 (See
[https://builds.apache.org/job/Phoenix-master/761/])
PHOENIX-1996 Use BytesStringer instead of ZeroCopyByteString (ndimiduk: rev
286ff26d82b2638dc5d3db850fa6f4537ab6153f)
*
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/PColumnImpl.java
* phoenix-core/src/main/java/org/apache/phoenix/protobuf/ProtobufUtil.java
* phoenix-core/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
* phoenix-core/src/main/java/org/apache/phoenix/schema/PTableImpl.java
* phoenix-core/src/main/java/org/apache/phoenix/parse/PFunction.java
*
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
> Use BytesStringer instead of ZeroCopyByteString
> -----------------------------------------------
>
> Key: PHOENIX-1996
> URL: https://issues.apache.org/jira/browse/PHOENIX-1996
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 5.0.0, 4.5.0
>
> Attachments: PHOENIX-1996.00.patch
>
>
> Since HBASE-11118 (0.98.4, 1.0), we should be using the utility class
> {{ByteStringer}} instead of {{HBaseZeroCopyByteString}}. Using HZCBS requires
> the user to include hbase-protocol.jar in their {{HADOOP_CLASSPATH}}.
> HBASE-11118 removed this requirement, and enables environments like Oozie and
> Cascading's tools.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)