aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJihong MA <linlin200605@gmail.com>2015-05-18 22:47:50 +0100
committerSean Owen <sowen@cloudera.com>2015-05-18 22:47:50 +0100
commit6525fc0ab0c953c3346d16db0334aaf01ade7ed5 (patch)
treeb73e914631a6bd6184199628c1ab2fd5b1d52d0b /pom.xml
parentb93c97d79b42a06b48d2a8d98beccc636442541e (diff)
downloadspark-6525fc0ab0c953c3346d16db0334aaf01ade7ed5.tar.gz
spark-6525fc0ab0c953c3346d16db0334aaf01ade7ed5.tar.bz2
spark-6525fc0ab0c953c3346d16db0334aaf01ade7ed5.zip
[SPARK-7063] when lz4 compression is used, it causes core dump
this fix is to solve one issue found in lz4 1.2.0, which caused core dump in Spark Core with IBM JDK. that issue is fixed in lz4 1.3.0 version. Author: Jihong MA <linlin200605@gmail.com> Closes #6226 from JihongMA/SPARK-7063-1 and squashes the following commits: 0cca781 [Jihong MA] SPARK-7063 4559ed5 [Jihong MA] SPARK-7063 daa520f [Jihong MA] SPARK-7063 upgrade lz4 jars 71738ee [Jihong MA] Merge remote-tracking branch 'upstream/master' dfaa971 [Jihong MA] SPARK-7265 minor fix of the content ace454d [Jihong MA] SPARK-7265 take out PySpark on YARN limitation 9ea0832 [Jihong MA] Merge remote-tracking branch 'upstream/master' d5bf3f5 [Jihong MA] Merge remote-tracking branch 'upstream/master' 7b842e6 [Jihong MA] Merge remote-tracking branch 'upstream/master' 9c84695 [Jihong MA] SPARK-7265 address review comment a399aa6 [Jihong MA] SPARK-7265 Improving documentation for Spark SQL Hive support
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 6f525b6ac8..c72d7cbf84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -495,7 +495,7 @@
<dependency>
<groupId>net.jpountz.lz4</groupId>
<artifactId>lz4</artifactId>
- <version>1.2.0</version>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>com.clearspring.analytics</groupId>