Repository: spark Updated Branches: refs/heads/branch-1.1 b7541ae89 -> c1989aa33
Revert "[SPARK-4056] Upgrade snappy-java to 1.1.1.5" This reverts commit b7541ae89c3db71979f11f2f0b2cb737cb5d1fb3. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c1989aa3 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c1989aa3 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c1989aa3 Branch: refs/heads/branch-1.1 Commit: c1989aa33acb79c2dd4b55b3b19247a5728bc9a4 Parents: b7541ae Author: Josh Rosen <[email protected]> Authored: Sat Oct 25 17:09:01 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Sat Oct 25 17:09:01 2014 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/c1989aa3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index bdf6cad..e7ed883 100644 --- a/pom.xml +++ b/pom.xml @@ -318,7 +318,7 @@ <dependency> <groupId>org.xerial.snappy</groupId> <artifactId>snappy-java</artifactId> - <version>1.1.1.5</version> + <version>1.0.5.3</version> </dependency> <dependency> <groupId>net.jpountz.lz4</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
