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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: history-server
|
- name: history-server
|
||||||
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
|
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
|
||||||
command:
|
command:
|
||||||
- /opt/spark/bin/spark-class
|
- /opt/spark/bin/spark-class
|
||||||
- org.apache.spark.deploy.history.HistoryServer
|
- org.apache.spark.deploy.history.HistoryServer
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-master
|
- name: spark-master
|
||||||
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
|
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
|
||||||
command:
|
command:
|
||||||
- /opt/spark/bin/spark-class
|
- /opt/spark/bin/spark-class
|
||||||
- org.apache.spark.deploy.master.Master
|
- org.apache.spark.deploy.master.Master
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: spark-worker
|
- name: spark-worker
|
||||||
image: apache/spark:3.5.4-scala2.13-java17-ubuntu
|
image: apache/spark:4.0.3-scala2.13-java17-ubuntu
|
||||||
command:
|
command:
|
||||||
- /opt/spark/bin/spark-class
|
- /opt/spark/bin/spark-class
|
||||||
- org.apache.spark.deploy.worker.Worker
|
- org.apache.spark.deploy.worker.Worker
|
||||||
|
|||||||
Reference in New Issue
Block a user