Commit 9f0c08a 1 parent 6680f35 commit 9f0c08a Copy full SHA for 9f0c08a
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,27 @@ metadata:
22
22
spec :
23
23
type : Scala
24
24
mode : cluster
25
- image : gcr.io/spark-operator /spark:v3.1.1 -gcs-prometheus
25
+ image : {IMAGE_REGISTRY}/{IMAGE_REPOSITORY} /spark:3.5.2 -gcs-prometheus
26
26
imagePullPolicy : Always
27
27
mainClass : org.apache.spark.examples.SparkPi
28
- mainApplicationFile : local:///opt/spark/examples/jars/spark-examples_2.12-3.1.1 .jar
28
+ mainApplicationFile : local:///opt/spark/examples/jars/spark-examples_2.12-3.5.2 .jar
29
29
arguments :
30
30
- " 100000"
31
- sparkVersion : 3.1.1
31
+ sparkVersion : 3.5.2
32
32
restartPolicy :
33
33
type : Never
34
34
driver :
35
35
cores : 1
36
36
memory : 512m
37
37
labels :
38
- version : 3.1.1
38
+ version : 3.5.2
39
39
serviceAccount : spark-operator-spark
40
40
executor :
41
41
cores : 1
42
42
instances : 1
43
43
memory : 512m
44
44
labels :
45
- version : 3.1.1
45
+ version : 3.5.2
46
46
monitoring :
47
47
exposeDriverMetrics : true
48
48
exposeExecutorMetrics : true
Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
#
16
16
17
- ARG SPARK_IMAGE=gcr.io/ spark-operator/spark:v3.1.1
17
+ ARG SPARK_IMAGE=spark:3.5.2
18
18
FROM ${SPARK_IMAGE}
19
19
20
20
# Switch to user root so we can add additional jars and configuration files.
You can’t perform that action at this time.
0 commit comments