HyukjinKwon commented on code in PR #54215:
URL: https://github.com/apache/spark/pull/54215#discussion_r2781068171
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -238,6 +238,30 @@ private[spark] object Config extends Logging {
.checkValue(_ >= 0, "The minimum number of tasks should be
non-negative.")
.createWithDefault(0)
+ val EXECUTOR_RESIZE_INTERVAL =
+ ConfigBuilder("spark.kubernetes.executor.resizeInterval")
+ .doc("Interval between executor resize operations. To disable, set 0
(default)")
Review Comment:
Nit but should we probably mention that this works together with
`‎ExecutorResizePlugin`?
--
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]