aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-17 15:48:39 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-17 15:48:39 -0700
commitd411f4190252546b0ea99c1934efd5e5f84be50c (patch)
tree2355cb107ec20aaa45bddcb2c1c03c873a8126ad /pom.xml
parent91af120b4391656cb8f7b2300202dc622c032c33 (diff)
downloadspark-d411f4190252546b0ea99c1934efd5e5f84be50c.tar.gz
spark-d411f4190252546b0ea99c1934efd5e5f84be50c.tar.bz2
spark-d411f4190252546b0ea99c1934efd5e5f84be50c.zip
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 <pwendell@gmail.com> 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.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c87f776bda..9e5217e294 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>