Repository: flume Updated Branches: refs/heads/trunk 4d79aa003 -> a51ca18b7
FLUME-3057. Update snappy-java version Flume has a snappy-java dependency with version 1.1.0. Upon building Flume on ppc64le architecture, errors such as "[FAILED_TO_LOAD_NATIVE_LIBRARY] no native library is found for os.name=Linux and os.arch=ppc64le" are seen Native libraries for ppc64le were added in snappy-java version 1.1.1. Hence Flume needs to have a higher version of snappy-java. This closes #157 Reviewers: Ferenc Szabo, Attila Simon (Pravin D'silva via Denes Arvay) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/a51ca18b Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/a51ca18b Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/a51ca18b Branch: refs/heads/trunk Commit: a51ca18b77625055051e310a021c38a002ffe89c Parents: 4d79aa0 Author: Pravin D'silva <[email protected]> Authored: Thu Aug 24 18:25:21 2017 +0530 Committer: Denes Arvay <[email protected]> Committed: Thu Aug 24 17:19:29 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/a51ca18b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b83504a..2ac09ab 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ limitations under the License. <netty.version>3.9.4.Final</netty.version> <protobuf.version>2.5.0</protobuf.version> <rat.version>0.11</rat.version> - <snappy-java.version>1.1.0</snappy-java.version> + <snappy-java.version>1.1.4</snappy-java.version> <solr-global.version>4.3.0</solr-global.version> <slf4j.version>1.6.1</slf4j.version> <system-rules.version>1.16.0</system-rules.version>
