You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/05/12 21:48:44 UTC

spark git commit: [SPARK-2018] [CORE] Upgrade LZF library to fix endian serialization p…

Repository: spark
Updated Branches:
  refs/heads/master 8e935b0a2 -> 5438f49cc


[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....@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5438f49c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5438f49c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5438f49c

Branch: refs/heads/master
Commit: 5438f49ccf374fed16bc2b7fc1556e4c0095b14c
Parents: 8e935b0
Author: Tim Ellison <t....@gmail.com>
Authored: Tue May 12 20:48:26 2015 +0100
Committer: Sean Owen <so...@cloudera.com>
Committed: Tue May 12 20:48:26 2015 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5438f49c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 94cf283..cf9279e 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org