Skip to content

Commit 0d6b0f0

Browse files
razvanmaltesander
andauthored
chore: update latest spark version to 3.5.5 (#534)
* chore: update latest spark version to 3.5.5 * update test jars * update cargo.lock * update iceberg version * Update tests/test-definition.yaml Co-authored-by: Malte Sander <[email protected]> * Update tests/test-definition.yaml Co-authored-by: Malte Sander <[email protected]> --------- Co-authored-by: Malte Sander <[email protected]>
1 parent 96a4852 commit 0d6b0f0

24 files changed

+53
-51
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,15 @@ All notable changes to this project will be documented in this file.
1616
### Changed
1717

1818
- Default to OCI for image metadata and product image selection ([#514]).
19+
- Update tests and docs to Spark version 3.5.5 ([#534])
1920

2021
[#501]: https://github.com/stackabletech/spark-k8s-operator/pull/501
2122
[#508]: https://github.com/stackabletech/spark-k8s-operator/pull/508
2223
[#514]: https://github.com/stackabletech/spark-k8s-operator/pull/514
2324
[#515]: https://github.com/stackabletech/spark-k8s-operator/pull/515
2425
[#528]: https://github.com/stackabletech/spark-k8s-operator/pull/528
2526
[#532]: https://github.com/stackabletech/spark-k8s-operator/pull/532
27+
[#534]: https://github.com/stackabletech/spark-k8s-operator/pull/534
2628

2729
## [24.11.1] - 2025-01-10
2830

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules/spark-k8s/examples/example-history-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: spark-pi-s3-1
66
spec:
77
sparkImage:
8-
productVersion: 3.5.2
8+
productVersion: 3.5.5
99
pullPolicy: IfNotPresent
1010
mode: cluster
1111
mainClass: org.apache.spark.examples.SparkPi

docs/modules/spark-k8s/examples/example-history-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: spark-history
66
spec:
77
image:
8-
productVersion: 3.5.2
8+
productVersion: 3.5.5
99
logFileDirectory: # <1>
1010
s3:
1111
prefix: eventlogs/ # <2>

docs/modules/spark-k8s/examples/example-sparkapp-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: default
77
spec:
88
sparkImage:
9-
productVersion: 3.5.2
9+
productVersion: 3.5.5
1010
mode: cluster
1111
mainApplicationFile: s3a://stackable-spark-k8s-jars/jobs/ny-tlc-report-1.1.0.jar # <3>
1212
mainClass: tech.stackable.demo.spark.NYTLCReport

docs/modules/spark-k8s/examples/example-sparkapp-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
spec:
88
image: oci.stackable.tech/stackable/ny-tlc-report:0.2.0 # <1>
99
sparkImage:
10-
productVersion: 3.5.2
10+
productVersion: 3.5.5
1111
mode: cluster
1212
mainApplicationFile: local:///stackable/spark/jobs/ny_tlc_report.py # <2>
1313
args:

docs/modules/spark-k8s/examples/example-sparkapp-pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: default
77
spec:
88
sparkImage:
9-
productVersion: 3.5.2
9+
productVersion: 3.5.5
1010
mode: cluster
1111
mainApplicationFile: s3a://stackable-spark-k8s-jars/jobs/ny-tlc-report-1.0-SNAPSHOT.jar # <1>
1212
mainClass: org.example.App # <2>

docs/modules/spark-k8s/examples/example-sparkapp-s3-private.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: example-sparkapp-s3-private
66
spec:
77
sparkImage:
8-
productVersion: 3.5.2
8+
productVersion: 3.5.5
99
mode: cluster
1010
mainApplicationFile: s3a://my-bucket/spark-examples.jar # <1>
1111
mainClass: org.apache.spark.examples.SparkPi # <2>

docs/modules/spark-k8s/examples/example-sparkapp-streaming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
namespace: default
77
spec:
88
sparkImage:
9-
productVersion: 3.5.2
9+
productVersion: 3.5.5
1010
mode: cluster
1111
mainApplicationFile: local:///stackable/spark/examples/src/main/python/streaming/hdfs_wordcount.py
1212
args:

docs/modules/spark-k8s/examples/getting_started/getting_started.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ metadata:
6363
namespace: default
6464
spec:
6565
sparkImage:
66-
productVersion: 3.5.2
66+
productVersion: 3.5.5
6767
mode: cluster
6868
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
6969
driver:

0 commit comments

Comments
 (0)