fix(spark): upgrade image to apache/spark:4.0.3-scala2.13-java17-ubuntu

3.5.x has no official Docker Hub image. 4.0.3 is the oldest available
scala2.13 variant on Docker Hub.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-16 20:11:38 +02:00
parent 710e2ec308
commit aa8d04a1cc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: history-server
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
command:
- /opt/spark/bin/spark-class
- org.apache.spark.deploy.history.HistoryServer
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: spark-master
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
command:
- /opt/spark/bin/spark-class
- org.apache.spark.deploy.master.Master
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: spark-worker
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
command:
- /opt/spark/bin/spark-class
- org.apache.spark.deploy.worker.Worker