Skip to content

Commit 7fe2c14

Browse files
authored
chore: Update Spark to 3.5.5 (#161)
* chore: bump spark version * revert wrongly updated airflow version
1 parent 4838825 commit 7fe2c14

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ data:
4343
stackable.tech/vendor: Stackable
4444
spec:
4545
sparkImage:
46-
productVersion: 3.5.2
46+
productVersion: 3.5.5
4747
mode: cluster
4848
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
4949
deps:
5050
packages:
51-
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.7.0
52-
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.2
51+
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1
52+
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.5
5353
s3connection:
5454
reference: minio
5555
sparkConf:

demos/end-to-end-security/create-spark-report.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ data:
5555
name: spark-report
5656
spec:
5757
sparkImage:
58-
productVersion: 3.5.2
58+
productVersion: 3.5.5
5959
mode: cluster
6060
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
6161
deps:
6262
packages:
63-
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.7.0
63+
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1
6464
sparkConf:
6565
spark.driver.extraClassPath: /stackable/config/hdfs
6666
spark.executor.extraClassPath: /stackable/config/hdfs

demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ data:
3737
name: spark-ad
3838
spec:
3939
sparkImage:
40-
productVersion: 3.5.2
40+
productVersion: 3.5.5
4141
mode: cluster
4242
mainApplicationFile: local:///spark-scripts/spark-ad.py
4343
deps:
4444
packages:
45-
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.5.0
46-
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.0
45+
- org.apache.iceberg:iceberg-spark-runtime-3.5_2.12:1.8.1
46+
- org.apache.spark:spark-sql-kafka-0-10_2.12:3.5.5
4747
requirements:
4848
- scikit-learn==1.4.0
4949
s3connection:

0 commit comments

Comments
 (0)