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 56d149a commit 46f940dCopy full SHA for 46f940d
1 file changed
local-test/config.yaml
@@ -173,8 +173,8 @@ containers:
173
spark-conf.spark.executor.cores: "1"
174
# Configs to prevent spark context from getting failed on executor failures
175
# Number of retries by spark = spark-conf.spark.task.maxFailures - 1
176
- spark-conf.spark.executor.maxNumFailures: "100"
177
- spark-conf.spark.executor.failuresValidityInterval: "60s"
+ spark-conf.spark.executor.maxNumFailures: "2147483647"
+ spark-conf.spark.executor.failuresValidityInterval: "10ms"
178
spark-conf.spark.task.maxFailures: "4"
179
# AWS/MinIO credentials for S3FileIO (Spark optimizer pods need these)
180
spark-conf.spark.kubernetes.driver.secretKeyRef.AWS_ACCESS_KEY_ID: "fusion-s3-credentials:access-key-id"
0 commit comments