Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG BASE_IMAGE
ENV JAVA_VERSION="21"
ENV JAVA_HOME="/usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64"

ARG SPARK_VERSION="4.1.1"
ARG SPARK_VERSION="4.2.0"
ENV SPARK_VERSION=${SPARK_VERSION}

ENV HADOOP_HOME="/usr/local/lib/hadoop"
Expand Down
2 changes: 1 addition & 1 deletion versions.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ PYTHON_VERSION_2="3.13.15"
R_VERSION_1="4.6.1"
R_VERSION_2="4.5.3"

SPARK_VERSION="4.1.1"
SPARK_VERSION="4.2.0"