Skip to content

Commit 4b0d2c6

Browse files
committed
fix: typo in iceberg version
1 parent 171384e commit 4b0d2c6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ data:
5656
mainApplicationFile: local:///spark-scripts/spark-ad.py
5757
deps:
5858
packages:
59-
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
59+
- org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.0
6060
requirements:
6161
- scikit-learn==1.4.0
6262
s3connection:
@@ -104,9 +104,6 @@ data:
104104
spark.sql.catalog.prediction: org.apache.iceberg.spark.SparkCatalog
105105
spark.sql.catalog.prediction.type: hive
106106
spark.sql.catalog.prediction.uri: thrift://hive-iceberg-metastore:9083
107-
# AFAIK This can be removed in 24.3
108-
#spark.driver.userClassPathFirst: "false"
109-
#spark.executor.userClassPathFirst: "false"
110107
---
111108
apiVersion: v1
112109
kind: ConfigMap

0 commit comments

Comments
 (0)