Repository: spark Updated Branches: refs/heads/master b93c97d79 -> 6525fc0ab
[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 <[email protected]> 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 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6525fc0a Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6525fc0a Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6525fc0a Branch: refs/heads/master Commit: 6525fc0ab0c953c3346d16db0334aaf01ade7ed5 Parents: b93c97d Author: Jihong MA <[email protected]> Authored: Mon May 18 22:47:50 2015 +0100 Committer: Sean Owen <[email protected]> Committed: Mon May 18 22:47:50 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/6525fc0a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6f525b6..c72d7cb 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
