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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user