Skip to content

Commit 42588c2

Browse files
authored
chore: Update Spark versions to 4.1.1 (#408)
* updating spark versions in demos * updating iceberg to 1.11.0
1 parent 3ebcacc commit 42588c2

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ data:
145145
stackable.tech/demo: {{ DEMO }}
146146
spec:
147147
sparkImage:
148-
# Iceberg 1.10.1 only supports Spark 4.0.x
149-
productVersion: 4.0.1
148+
# Iceberg 1.11.0 only supports Spark 4.1.x
149+
productVersion: 4.1.1
150150
mode: cluster
151151
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
152152
deps:
153153
packages:
154-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
154+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0
155155
- org.apache.spark:spark-sql-kafka-0-10_2.13:4.0.1
156156
s3connection:
157157
reference: minio

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ data:
5858
stackable.tech/demo: {{ DEMO }}
5959
spec:
6060
sparkImage:
61-
# Iceberg 1.10.1 only supports Spark 4.0.x
62-
productVersion: 4.0.1
61+
# Iceberg 1.11.0 only supports Spark 4.1.x
62+
productVersion: 4.1.1
6363
mode: cluster
6464
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
6565
deps:
6666
packages:
67-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
67+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0
6868
sparkConf:
6969
spark.driver.extraClassPath: /stackable/config/hdfs
7070
spark.executor.extraClassPath: /stackable/config/hdfs

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ data:
5151
name: spark-ad
5252
spec:
5353
sparkImage:
54-
# Iceberg 1.10.1 only supports Spark 4.0.x
55-
productVersion: 4.0.1
54+
# Iceberg 1.11.0 only supports Spark 4.1.x
55+
productVersion: 4.1.1
5656
mode: cluster
5757
mainApplicationFile: local:///spark-scripts/spark-ad.py
5858
deps:
5959
packages:
60-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
60+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0
6161
requirements:
6262
- scikit-learn==1.4.0
6363
s3connection:

0 commit comments

Comments
 (0)