aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorTim Ellison <t.p.ellison@gmail.com>2015-05-12 20:48:26 +0100
committerSean Owen <sowen@cloudera.com>2015-05-12 20:48:26 +0100
commit5438f49ccf374fed16bc2b7fc1556e4c0095b14c (patch)
tree53c655d9d412832052a1a121f73b402845166d98 /pom.xml
parent8e935b0a214f8b477fe9579fbf6a2d0a27b59118 (diff)
downloadspark-5438f49ccf374fed16bc2b7fc1556e4c0095b14c.tar.gz
spark-5438f49ccf374fed16bc2b7fc1556e4c0095b14c.tar.bz2
spark-5438f49ccf374fed16bc2b7fc1556e4c0095b14c.zip
[SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization p…
…roblem Pick up newer version of dependency with fix for SPARK-2018. The update involved patching the ning/compress LZF library to handle big endian systems correctly. Credit goes to gireeshpunathil for diagnosing the problem, and cowtowncoder for fixing it. Spark tests run clean for me. Author: Tim Ellison <t.p.ellison@gmail.com> Closes #6077 from tellison/UpgradeLZF and squashes the following commits: ad8d4ef [Tim Ellison] [SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization problem
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 94cf28332c..cf9279ea5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -481,7 +481,7 @@
<dependency>
<groupId>com.ning</groupId>
<artifactId>compress-lzf</artifactId>
- <version>1.0.0</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>