[
https://issues.apache.org/jira/browse/PHOENIX-1455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14221338#comment-14221338
]
Hudson commented on PHOENIX-1455:
---------------------------------
SUCCESS: Integrated in Phoenix-3.0-hadoop1 #319 (See
[https://builds.apache.org/job/Phoenix-3.0-hadoop1/319/])
PHOENIX-1455 Replace org.xerial.snappy with org.iq80.snappy pure Java snappy
implementation (apurtell: rev 391410359fca4e111027e0359e1e0bdbd35ac497)
* pom.xml
* phoenix-core/src/main/java/org/apache/phoenix/join/HashCacheClient.java
* phoenix-core/pom.xml
*
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountClientAggregator.java
*
phoenix-core/src/main/java/org/apache/phoenix/expression/aggregator/DistinctValueWithCountServerAggregator.java
* phoenix-core/src/main/java/org/apache/phoenix/join/HashCacheFactory.java
> Replace org.xerial.snappy with org.iq80.snappy pure Java snappy implementation
> ------------------------------------------------------------------------------
>
> Key: PHOENIX-1455
> URL: https://issues.apache.org/jira/browse/PHOENIX-1455
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Fix For: 5.0.0, 4.2, 3.2
>
> Attachments: PHOENIX-1455.patch
>
>
> We can avoid Phoenix runtime dependencies on native snappy support by using
> the all Java snappy compression implementation found at
> https://github.com/dain/snappy.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)