We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171384e commit e611730Copy full SHA for e611730
1 file changed
demos/spark-k8s-anomaly-detection-taxi-data/create-spark-anomaly-detection-job.yaml
@@ -56,7 +56,7 @@ data:
56
mainApplicationFile: local:///spark-scripts/spark-ad.py
57
deps:
58
packages:
59
- - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.1
+ - org.apache.iceberg:iceberg-spark-runtime-4.0_2.13:1.10.0
60
requirements:
61
- scikit-learn==1.4.0
62
s3connection:
@@ -104,9 +104,6 @@ data:
104
spark.sql.catalog.prediction: org.apache.iceberg.spark.SparkCatalog
105
spark.sql.catalog.prediction.type: hive
106
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"
110
---
111
apiVersion: v1
112
kind: ConfigMap
0 commit comments