Skip to content

Commit c9be277

Browse files
authored
chore: version updates for 24.11 (#459)
* chore: update tests and examples to spark 3.5.2 * update changelog * Update CHANGELOG.md
1 parent ae37c79 commit c9be277

20 files changed

+31
-28
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ All notable changes to this project will be documented in this file.
1111
- `affinity`
1212
- `volumes`
1313
- `volumeMounts`
14+
- Update tests and docs to Spark version 3.5.2 ([#459])
1415

1516
### Fixed
1617

1718
- Fix `envOverrides` for SparkApplication and SparkHistoryServer ([#451]).
1819

20+
### Removed
21+
22+
- Support for Spark versions 3.4.2 and 3.4.3 has been dropped ([#459]).
23+
1924
[#450]: https://github.com/stackabletech/spark-k8s-operator/pull/450
2025
[#451]: https://github.com/stackabletech/spark-k8s-operator/pull/451
26+
[#459]: https://github.com/stackabletech/spark-k8s-operator/pull/459
2127

2228
## [24.7.0] - 2024-07-24
2329

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.1
8+
productVersion: 3.5.2
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.1
8+
productVersion: 3.5.2
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.1
9+
productVersion: 3.5.2
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: docker.stackable.tech/stackable/ny-tlc-report:0.2.0 # <1>
99
sparkImage:
10-
productVersion: 3.5.1
10+
productVersion: 3.5.2
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.1
9+
productVersion: 3.5.2
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.1
8+
productVersion: 3.5.2
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.1
9+
productVersion: 3.5.2
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
@@ -73,7 +73,7 @@ metadata:
7373
namespace: default
7474
spec:
7575
sparkImage:
76-
productVersion: 3.5.1
76+
productVersion: 3.5.2
7777
mode: cluster
7878
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
7979
driver:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ metadata:
7373
namespace: default
7474
spec:
7575
sparkImage:
76-
productVersion: 3.5.1
76+
productVersion: 3.5.2
7777
mode: cluster
7878
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
7979
driver:

0 commit comments

Comments
 (0)