Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ data:
stackable.tech/demo: {{ DEMO }}
spec:
sparkImage:
# Iceberg 1.10.1 only supports Spark 4.0.x
productVersion: 4.0.1
# Iceberg 1.11.0 only supports Spark 4.1.x
productVersion: 4.1.1
mode: cluster
mainApplicationFile: local:///stackable/spark/jobs/spark-ingest-into-lakehouse.py
deps:
packages:
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
- 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
s3connection:
reference: minio
Expand Down
6 changes: 3 additions & 3 deletions demos/end-to-end-security/create-spark-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ data:
stackable.tech/demo: {{ DEMO }}
spec:
sparkImage:
# Iceberg 1.10.1 only supports Spark 4.0.x
productVersion: 4.0.1
# Iceberg 1.11.0 only supports Spark 4.1.x
productVersion: 4.1.1
mode: cluster
mainApplicationFile: local:///stackable/spark/jobs/spark-report.py
deps:
packages:
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0
sparkConf:
spark.driver.extraClassPath: /stackable/config/hdfs
spark.executor.extraClassPath: /stackable/config/hdfs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ data:
name: spark-ad
spec:
sparkImage:
# Iceberg 1.10.1 only supports Spark 4.0.x
productVersion: 4.0.1
# Iceberg 1.11.0 only supports Spark 4.1.x
productVersion: 4.1.1
mode: cluster
mainApplicationFile: local:///spark-scripts/spark-ad.py
deps:
packages:
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.11.0
requirements:
- scikit-learn==1.4.0
s3connection:
Expand Down
Loading