Skip to content

Commit 05b5f2a

Browse files
authored
chore: Bump to Iceberg 1.10.1 (#376)
1 parent 548fdb4 commit 05b5f2a

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,13 @@ data:
144144
stackable.tech/vendor: Stackable
145145
spec:
146146
sparkImage:
147+
# Iceberg 1.10.1 only supports Spark 4.0.x
147148
productVersion: 4.0.1
148149
mode: cluster
149150
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
150151
deps:
151152
packages:
152-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.0
153+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
153154
- org.apache.spark:spark-sql-kafka-0-10_2.13:4.0.1
154155
s3connection:
155156
reference: minio

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ data:
5555
name: spark-report
5656
spec:
5757
sparkImage:
58+
# Iceberg 1.10.1 only supports Spark 4.0.x
5859
productVersion: 4.0.1
5960
mode: cluster
6061
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
6162
deps:
6263
packages:
63-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.0
64+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
6465
sparkConf:
6566
spark.driver.extraClassPath: /stackable/config/hdfs
6667
spark.executor.extraClassPath: /stackable/config/hdfs

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ data:
5151
name: spark-ad
5252
spec:
5353
sparkImage:
54+
# Iceberg 1.10.1 only supports Spark 4.0.x
5455
productVersion: 4.0.1
5556
mode: cluster
5657
mainApplicationFile: local:///spark-scripts/spark-ad.py
5758
deps:
5859
packages:
59-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.0
60+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
6061
requirements:
6162
- scikit-learn==1.4.0
6263
s3connection:

stacks/airflow/airflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ data:
537537
spec:
538538
version: "1.0"
539539
sparkImage:
540-
productVersion: 4.0.1
540+
productVersion: 4.1.1
541541
mode: cluster
542542
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
543543
job:

stacks/jupyterhub-pyspark-hdfs/spark_connect.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ spec:
3030
image:
3131
# Using an image that includes scikit-learn (among other things)
3232
# because this package needs to be available on the executors.
33-
custom: oci.stackable.tech/stackable/spark-connect-client:4.0.1-stackable0.0.0-dev
34-
productVersion: 4.0.1
33+
custom: oci.stackable.tech/stackable/spark-connect-client:4.1.1-stackable0.0.0-dev
34+
productVersion: 4.1.1
3535
pullPolicy: IfNotPresent
3636
args:
3737
server:

0 commit comments

Comments
 (0)