aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-08-17 17:06:55 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-08-17 17:06:55 -0700
commit318e28b503f22a89c23b7b3624e5fcf689fb92a2 (patch)
treea825167df6f6a89e74ea516382c187a1c0b07ca4 /pom.xml
parent73ab7f141c205df277c6ac19252e590d6806c41f (diff)
downloadspark-318e28b503f22a89c23b7b3624e5fcf689fb92a2.tar.gz
spark-318e28b503f22a89c23b7b3624e5fcf689fb92a2.tar.bz2
spark-318e28b503f22a89c23b7b3624e5fcf689fb92a2.zip
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 <pwendell@gmail.com> 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.
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 920912353f..ef12c8f1a5 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>