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 8fb266f commit d2c14f7Copy full SHA for d2c14f7
openeogeotrellis/deploy/sparkapplication_template.yaml.j2
@@ -52,6 +52,7 @@ spec:
52
"spark.serializer": "org.apache.spark.serializer.KryoSerializer"
53
"spark.dynamicAllocation.enabled": "true"
54
"spark.dynamicAllocation.shuffleTracking.enabled": "true"
55
+ "spark.dynamicAllocation.executorIdleTimeout": "240s"
56
"spark.decommission.enabled": "true"
57
"spark.storage.decommission.enabled": "true"
58
"spark.storage.decommission.rddBlocks.enabled": "true"
0 commit comments