Skip to content

Commit be2cc8d

Browse files
chore(deps): update dependency apache/spark to v3.5.7 (#283)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e0a43b7 commit be2cc8d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
base_image: python-minimal
8484
python_version_1: 3.13.7
8585
python_version_2: 3.12.11
86-
spark_version: 3.5.6
86+
spark_version: 3.5.7
8787
build_gpu: false
8888
secrets: inherit
8989
jupyter-pyspark:
@@ -95,7 +95,7 @@ jobs:
9595
base_image: pyspark
9696
python_version_1: 3.13.7
9797
python_version_2: 3.12.11
98-
spark_version: 3.5.6
98+
spark_version: 3.5.7
9999
build_gpu: false
100100
secrets: inherit
101101
vscode-pyspark:
@@ -107,7 +107,7 @@ jobs:
107107
base_image: pyspark
108108
python_version_1: 3.13.7
109109
python_version_2: 3.12.11
110-
spark_version: 3.5.6
110+
spark_version: 3.5.7
111111
build_gpu: false
112112
secrets: inherit
113113
python-pytorch:
@@ -189,7 +189,7 @@ jobs:
189189
base_image: r-minimal
190190
r_version_1: 4.5.1
191191
r_version_2: 4.4.3
192-
spark_version: 3.5.6
192+
spark_version: 3.5.7
193193
build_gpu: false
194194
secrets: inherit
195195
rstudio-sparkr:
@@ -201,7 +201,7 @@ jobs:
201201
base_image: sparkr
202202
r_version_1: 4.5.1
203203
r_version_2: 4.4.3
204-
spark_version: 3.5.6
204+
spark_version: 3.5.7
205205
build_gpu: false
206206
secrets: inherit
207207
r-python-julia:

spark/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG BASE_IMAGE
88
ENV JAVA_VERSION="17"
99
ENV JAVA_HOME="/usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64"
1010

11-
ARG SPARK_VERSION="3.5.5"
11+
ARG SPARK_VERSION="3.5.7"
1212
ENV SPARK_VERSION=${SPARK_VERSION}
1313

1414
ENV HADOOP_HOME="/usr/local/lib/hadoop"

0 commit comments

Comments
 (0)