Skip to content

Commit a1b3d7b

Browse files
committed
[SPARK-52480] Remove scalaVersion from Spark 4+ examples
### What changes were proposed in this pull request? This PR aims to remove `scalaVersion` from Spark 4+ examples. ### Why are the changes needed? Since Apache Spark 4.0.0, we only provide a single Scala version which is 2.13. ### Does this PR introduce _any_ user-facing change? No behavior change because these are examples. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#248 from dongjoon-hyun/SPARK-52480. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 05f372d commit a1b3d7b

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

examples/pi-java21.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ spec:
2828
applicationTolerations:
2929
resourceRetainPolicy: OnFailure
3030
runtimeVersions:
31-
scalaVersion: "2.13"
3231
sparkVersion: "4.0.0"

examples/pi-on-yunikorn.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ spec:
3434
applicationTolerations:
3535
resourceRetainPolicy: OnFailure
3636
runtimeVersions:
37-
scalaVersion: "2.13"
3837
sparkVersion: "4.0.0"

examples/pi-scala.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ spec:
2828
applicationTolerations:
2929
resourceRetainPolicy: OnFailure
3030
runtimeVersions:
31-
scalaVersion: "2.13"
3231
sparkVersion: "4.0.0"

examples/pi-v1alpha1.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ spec:
2828
applicationTolerations:
2929
resourceRetainPolicy: OnFailure
3030
runtimeVersions:
31-
scalaVersion: "2.13"
3231
sparkVersion: "4.0.0"

examples/pi-with-driver-timeout.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ spec:
3131
applicationTolerations:
3232
resourceRetainPolicy: OnFailure
3333
runtimeVersions:
34-
scalaVersion: "2.13"
3534
sparkVersion: "4.0.0"

examples/pi-with-spark-connect-plugin.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ spec:
3030
applicationTolerations:
3131
resourceRetainPolicy: OnFailure
3232
runtimeVersions:
33-
scalaVersion: "2.13"
3433
sparkVersion: "4.0.0"

examples/pi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ spec:
2828
applicationTolerations:
2929
resourceRetainPolicy: OnFailure
3030
runtimeVersions:
31-
scalaVersion: "2.13"
3231
sparkVersion: "4.0.0"

examples/spark-connect-server.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ spec:
2828
applicationTolerations:
2929
resourceRetainPolicy: OnFailure
3030
runtimeVersions:
31-
scalaVersion: "2.13"
3231
sparkVersion: "4.0.0"

0 commit comments

Comments
 (0)