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 @@ -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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments