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 262c55fa6ecf9241e398ef3877344b98dfff595f
Author: Luciano Resende <[email protected]>
AuthorDate: Mon Sep 22 21:28:28 2025 -0700

    Align Spark release to version 3.4.4
---
 Dockerfile | 2 +-
 Makefile   | 2 +-
 build.sbt  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8154754e..61fc8c2a 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.3.2
+ENV APACHE_SPARK_VERSION 3.4.4
 ENV APACHE_SPARK_CUSTOM_NAME=hadoop3
 
 RUN apt-get -y update && \
diff --git a/Makefile b/Makefile
index 2552a6b9..a6a74b6b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ IS_SNAPSHOT?=true
 SNAPSHOT:=-SNAPSHOT
 endif
 
-APACHE_SPARK_VERSION?=3.4.0
+APACHE_SPARK_VERSION?=3.4.4
 SCALA_VERSION?=2.12
 IMAGE?=jupyter/all-spark-notebook:latest
 EXAMPLE_IMAGE?=apache/toree-examples
diff --git a/build.sbt b/build.sbt
index 8127fcee..9adf2c89 100644
--- a/build.sbt
+++ b/build.sbt
@@ -27,7 +27,7 @@ ThisBuild / crossScalaVersions := Seq("2.12.15")
 ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions ).value.head
 ThisBuild / Dependencies.sparkVersion := {
   val envVar = "APACHE_SPARK_VERSION"
-  val defaultVersion = "3.3.2"
+  val defaultVersion = "3.4.4"
 
   Properties.envOrNone(envVar) match {
     case None =>

Reply via email to