diff --git a/demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml b/demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml index 5a15236d..4d755616 100644 --- a/demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml +++ b/demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml @@ -151,8 +151,8 @@ data: mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py deps: packages: - - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0 - - org.apache.spark:spark-sql-kafka-0-10_2.13:4.0.1 + - org.apache.iceberg:iceberg-spark-runtime-4.1_2.13:1.11.0 + - org.apache.spark:spark-sql-kafka-0-10_2.13:4.1.2 s3connection: reference: minio sparkConf: diff --git a/demos/end-to-end-security/create-spark-report.yaml b/demos/end-to-end-security/create-spark-report.yaml index 2113c5b6..853269f2 100644 --- a/demos/end-to-end-security/create-spark-report.yaml +++ b/demos/end-to-end-security/create-spark-report.yaml @@ -64,7 +64,7 @@ data: mainApplicationFile: local:///stackable/spark/jobs/spark-report.py deps: packages: - - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0 + - org.apache.iceberg:iceberg-spark-runtime-4.1_2.13:1.11.0 sparkConf: spark.driver.extraClassPath: /stackable/config/hdfs spark.executor.extraClassPath: /stackable/config/hdfs diff --git a/demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml b/demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml index 44eea19f..6838e500 100644 --- a/demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml +++ b/demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml @@ -57,7 +57,7 @@ data: mainApplicationFile: local:///spark-scripts/spark-ad.py deps: packages: - - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0 + - org.apache.iceberg:iceberg-spark-runtime-4.1_2.13:1.11.0 requirements: - scikit-learn==1.4.0 s3connection: