You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/11/16 07:22:41 UTC

spark git commit: [SPARK-4419] Upgrade snappy-java to 1.1.1.6

Repository: spark
Updated Branches:
  refs/heads/master 40eb8b6ef -> 7d8e152ee


[SPARK-4419] Upgrade snappy-java to 1.1.1.6

This upgrades snappy-java to 1.1.1.6, which includes a patch that improves error messages when attempting to deserialize empty inputs using SnappyInputStream (see xerial/snappy-java#89).

We previously tried up upgrade to 1.1.1.5 in #2911 but reverted that patch after discovering a memory leak in snappy-java.  This should leak have been fixed in 1.1.1.6, though (see xerial/snappy-java#92).

Author: Josh Rosen <jo...@databricks.com>

Closes #3287 from JoshRosen/SPARK-4419 and squashes the following commits:

5d6f4cc [Josh Rosen] [SPARK-4419] Upgrade snappy-java to 1.1.1.6.


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

Branch: refs/heads/master
Commit: 7d8e152eecc7e822b7b1e40b791267a8911e01cf
Parents: 40eb8b6
Author: Josh Rosen <jo...@databricks.com>
Authored: Sat Nov 15 22:22:34 2014 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sat Nov 15 22:22:34 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/spark/blob/7d8e152e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90d3bff..639ea22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -413,7 +413,7 @@
       <dependency>
         <groupId>org.xerial.snappy</groupId>
         <artifactId>snappy-java</artifactId>
-        <version>1.1.1.3</version>
+        <version>1.1.1.6</version>
       </dependency>
       <dependency>
         <groupId>net.jpountz.lz4</groupId>


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