Skip to content

Commit 2299373

Browse files
committed
Remove sparkVersion from sparkApplication spec
1 parent 60bcc89 commit 2299373

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

e2e/charts/spark-jobs/templates/spark-pi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ spec:
1010
mainApplicationFile: local:///opt/spark/examples/spark-pi.py
1111
arguments:
1212
- "10"
13-
sparkVersion: "4.0.0"
1413
driver:
1514
cores: 1
1615
coreLimit: "1200m"

e2e/charts/spark-jobs/templates/spark-sql.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ spec:
88
image: "{{ .Values.image.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
99
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
1010
mainApplicationFile: local:///opt/spark/examples/spark-sql.py
11-
sparkVersion: "4.0.0"
1211
driver:
1312
cores: 1
1413
coreLimit: "1200m"

0 commit comments

Comments
 (0)