Repository: spark
Updated Branches:
  refs/heads/branch-1.1 91af120b4 -> d411f4190


SPARK-2881: Upgrade to Snappy 1.0.5.3 to avoid SPARK-2881.

This version of Snappy was released with a backported fix specifically
for Spark. This fixes an issue where names collide in the snappy .so
file when users are submitting jobs as different users on the same
cluster.

Author: Patrick Wendell <[email protected]>

Closes #1999 from pwendell/snappy-upgrade and squashes the following commits:

38974ff [Patrick Wendell] SPARK-2881: Upgrade to Snappy 1.0.5.3 to avoid 
SPARK-2881.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d411f419
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d411f419
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d411f419

Branch: refs/heads/branch-1.1
Commit: d411f4190252546b0ea99c1934efd5e5f84be50c
Parents: 91af120
Author: Patrick Wendell <[email protected]>
Authored: Sun Aug 17 15:48:39 2014 -0700
Committer: Patrick Wendell <[email protected]>
Committed: Sun Aug 17 15:48:39 2014 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d411f419/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c87f776..9e5217e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.0.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]

Reply via email to