Skip to content

Commit 2cee401

Browse files
fix: updated-spark-conf (#23)
1 parent 56d149a commit 2cee401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local-test/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ containers:
173173
spark-conf.spark.executor.cores: "1"
174174
# Configs to prevent spark context from getting failed on executor failures
175175
# 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"
176+
spark-conf.spark.executor.maxNumFailures: "2147483647"
177+
spark-conf.spark.executor.failuresValidityInterval: "10ms"
178178
spark-conf.spark.task.maxFailures: "4"
179179
# AWS/MinIO credentials for S3FileIO (Spark optimizer pods need these)
180180
spark-conf.spark.kubernetes.driver.secretKeyRef.AWS_ACCESS_KEY_ID: "fusion-s3-credentials:access-key-id"

0 commit comments

Comments
 (0)