Repository: spark Updated Branches: refs/heads/master 73ab7f141 -> 318e28b50
SPARK-2881. Upgrade snappy-java to 1.1.1.3. This upgrades snappy-java which fixes the issue reported in SPARK-2881. This is the master branch equivalent to #1994 which provides a different work-around for the 1.1 branch. Author: Patrick Wendell <[email protected]> Closes #1995 from pwendell/snappy-1.1 and squashes the following commits: 0c7c4c2 [Patrick Wendell] SPARK-2881. Upgrade snappy-java to 1.1.1.3. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/318e28b5 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/318e28b5 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/318e28b5 Branch: refs/heads/master Commit: 318e28b503f22a89c23b7b3624e5fcf689fb92a2 Parents: 73ab7f1 Author: Patrick Wendell <[email protected]> Authored: Sun Aug 17 17:06:55 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sun Aug 17 17:06:55 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/318e28b5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9209123..ef12c8f 100644 --- a/pom.xml +++ b/pom.xml @@ -316,7 +316,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.0.5</version> + <version>1.1.1.3</version> </dependency> <dependency> <groupId>net.jpountz.lz4</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
