Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wujia committed Jun 23, 2022
1 parent 40b10a9 commit ad1b9b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/spark-history-server-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image:
repository: harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark
repository: harbor.magnote.pub/spark/spark
tag: v3.1.1
pullPolicy: IfNotPresent

Expand Down
2 changes: 1 addition & 1 deletion examples/spark-pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
spec:
type: Python
mode: cluster
image: "harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark:v3.1.1"
image: "harbor.magnote.pub/spark/spark:v3.1.1"
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1.jar
mainClass: org.apache.spark.examples.SparkPi
sparkConf:
Expand Down
2 changes: 1 addition & 1 deletion examples/spark-word-count-alluxio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: Scala
pythonVersion: "3"
mode: cluster
image: "harbor.datamodel.jiutian.hq.cmcc:8089/spark/spark:v3.1.1"
image: "harbor.magnote.pub/spark/spark:v3.1.1"
mainApplicationFile: local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1.jar
mainClass: org.apache.spark.examples.JavaWordCount
arguments:
Expand Down

0 comments on commit ad1b9b6

Please sign in to comment.