diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml index f320680072b..04b6983fb03 100644 --- a/spark-dependencies/pom.xml +++ b/spark-dependencies/pom.xml @@ -525,9 +525,9 @@ true - 2.0.0 + 2.0.1 2.5.0 - 0.10.1 + 0.10.3 2.11.8 diff --git a/spark/pom.xml b/spark/pom.xml index 66d93c42ee6..efb7452647c 100644 --- a/spark/pom.xml +++ b/spark/pom.xml @@ -37,7 +37,7 @@ 1.8.2 1.10.19 1.6.4 - 2.0.0 + 2.0.1 @@ -519,9 +519,9 @@ true - 2.0.0 + 2.0.1 2.5.0 - 0.10.1 + 0.10.3 2.11.8 diff --git a/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java b/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java index 878c0106b06..0c390c350bb 100644 --- a/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java +++ b/spark/src/main/java/org/apache/zeppelin/spark/SparkInterpreter.java @@ -479,7 +479,7 @@ private void setupConfForPySpark(SparkConf conf) { //Only one of py4j-0.9-src.zip and py4j-0.8.2.1-src.zip should exist String[] pythonLibs = new String[]{"pyspark.zip", "py4j-0.9-src.zip", "py4j-0.8.2.1-src.zip", - "py4j-0.10.1-src.zip"}; + "py4j-0.10.1-src.zip", "py4j-0.10.3-src.zip"}; ArrayList pythonLibUris = new ArrayList<>(); for (String lib : pythonLibs) { File libFile = new File(pysparkPath, lib); diff --git a/zeppelin-distribution/src/bin_license/LICENSE b/zeppelin-distribution/src/bin_license/LICENSE index 2ee668a130e..2bdd3267e96 100644 --- a/zeppelin-distribution/src/bin_license/LICENSE +++ b/zeppelin-distribution/src/bin_license/LICENSE @@ -252,7 +252,7 @@ The following components are provided under the BSD-style License. (BSD-like) ASM asm-utils (org.ow2.asm:asm-utils:5.0.3 - http://asm.ow2.org/) - Copyright (c) 2000-2011 INRIA, France Telecom (New BSD License) Markdown4j (org.commonjava.googlecode.markdown4j:markdown4j:jar:2.2-cj-1.0 - https://code.google.com/p/markdown4j/) (New BSD License) Py4J (net.sf.py4j:py4j:0.9 - http://py4j.sourceforge.net/) - (New BSD License) Py4J (net.sf.py4j:py4j:0.10.1 - http://py4j.sourceforge.net/) - https://github.com/bartdag/py4j/blob/0.10.1/LICENSE.txt + (New BSD License) Py4J (net.sf.py4j:py4j:0.10.3 - http://py4j.sourceforge.net/) - https://github.com/bartdag/py4j/blob/0.10.3/LICENSE.txt (New BSD License) Markdown4j (org.commonjava.googlecode.markdown4j:markdown4j:jar:2.2-cj-1.0 - https://code.google.com/p/markdown4j/) (BSD 3 Clause) Paranamer (com.thoughtworks.paranamer:paranamer:jar:2.6) - https://github.com/paul-hammant/paranamer/blob/paranamer-parent-2.6/LICENSE.txt (BSD 3 Clause) netlib core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)