This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit 261795549ca5edce33a12fde21cb41eeacc6fa8b
Author: Luciano Resende <lrese...@apache.org>
AuthorDate: Tue Dec 17 14:23:07 2019 -0800

    Use Apache Spark 2.3.4 as default release version
---
 Dockerfile             | 2 +-
 Dockerfile.system-test | 2 +-
 Makefile               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 07a8bfc..bd409ea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,7 +26,7 @@ RUN curl -sL https://deb.nodesource.com/setup_0.12 | bash - 
&& \
     npm install -g bower
 
 # for Apache Spark demos
-ENV APACHE_SPARK_VERSION 2.2.0
+ENV APACHE_SPARK_VERSION 2.3.4
 
 RUN apt-get -y update && \
     apt-get -y install software-properties-common
diff --git a/Dockerfile.system-test b/Dockerfile.system-test
index e8e1cff..d3dbcec 100644
--- a/Dockerfile.system-test
+++ b/Dockerfile.system-test
@@ -23,7 +23,7 @@ FROM jupyter/all-spark-notebook:d4cbf2f80a2a
 USER root
 
 # Spark dependencies
-ENV APACHE_SPARK_VERSION 2.3.3
+ENV APACHE_SPARK_VERSION 2.3.4
 
 RUN apt-get -y update && \
     apt-get install -y --no-install-recommends openjdk-8-jre-headless && \
diff --git a/Makefile b/Makefile
index dddf927..057136a 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ IS_SNAPSHOT?=true
 SNAPSHOT:=-SNAPSHOT
 endif
 
-APACHE_SPARK_VERSION?=2.2.2
+APACHE_SPARK_VERSION?=2.3.4
 SCALA_VERSION?=2.11
 IMAGE?=jupyter/all-spark-notebook:228ae7a44e0c
 EXAMPLE_IMAGE?=apache/toree-examples

Reply via email to