pan3793 commented on code in PR #52884:
URL: https://github.com/apache/spark/pull/52884#discussion_r2492730602


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -716,6 +716,15 @@ private[spark] object Config extends Logging {
       .booleanConf
       .createWithDefault(true)
 
+  val KUBERNETES_DELETED_EXECUTORS_CACHE_TTL_SECONDS =
+    ConfigBuilder("spark.kubernetes.executor.deletedExecutorsCacheTTLSeconds")

Review Comment:
   it also accepts human-readable strings, like `10s`, `3min`, can we eliminate 
`Seconds` in the config name then?



-- 
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]

Reply via email to