From d411f4190252546b0ea99c1934efd5e5f84be50c Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Sun, 17 Aug 2014 15:48:39 -0700 Subject: 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 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. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index c87f776bda..9e5217e294 100644 --- a/pom.xml +++ b/pom.xml @@ -315,7 +315,7 @@ org.xerial.snappy snappy-java - 1.0.5 + 1.0.5.3 net.jpountz.lz4 -- cgit v1.2.3