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 025b9bafe28f61d386281004f2006e0de0c6ad86 Author: Luciano Resende <[email protected]> AuthorDate: Fri Sep 3 21:38:08 2021 -0700 Update to Apache Spark 3.0.3 --- Dockerfile | 2 +- Dockerfile.toree-dev | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dbbd8bb..0cf32a4 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 3.0.2 +ENV APACHE_SPARK_VERSION 3.0.3 RUN apt-get -y update && \ apt-get -y install software-properties-common diff --git a/Dockerfile.toree-dev b/Dockerfile.toree-dev index 409e19c..16778a1 100644 --- a/Dockerfile.toree-dev +++ b/Dockerfile.toree-dev @@ -23,7 +23,7 @@ FROM jupyter/all-spark-notebook USER root # Spark dependencies -ENV APACHE_SPARK_VERSION 3.0.2 +ENV APACHE_SPARK_VERSION 3.0.3 RUN apt-get -y update && \ apt-get install -y --no-install-recommends openjdk-8-jdk ca-certificates-java && \ diff --git a/Makefile b/Makefile index 98543c1..d0268d9 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ IS_SNAPSHOT?=true SNAPSHOT:=-SNAPSHOT endif -APACHE_SPARK_VERSION?=3.0.2 +APACHE_SPARK_VERSION?=3.0.3 SCALA_VERSION?=2.12 IMAGE?=jupyter/all-spark-notebook:latest EXAMPLE_IMAGE?=apache/toree-examples
