File tree Expand file tree Collapse file tree
data-lakehouse-iceberg-trino-spark
spark-k8s-anomaly-detection-taxi-data Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments