dongjoon-hyun opened a new pull request, #55584: URL: https://github.com/apache/spark/pull/55584
### What changes were proposed in this pull request? This PR documents K8s executor resize and recovery mode configs for Apache Spark 4.2.0. - `spark.kubernetes.executor.resizeInterval` - `spark.kubernetes.executor.resizeThreshold` - `spark.kubernetes.executor.resizeFactor` - `spark.kubernetes.allocation.recoveryMode.enabled` The three `executor.resize*` configurations are consumed by `org.apache.spark.scheduler.cluster.k8s.ExecutorResizePlugin`. ### Why are the changes needed? To improve the documentation. ### Does this PR introduce _any_ user-facing change? No. Documentation-only update. ### How was this patch tested? Manual verification: ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
