HyukjinKwon commented on a change in pull request #30694:
URL: https://github.com/apache/spark/pull/30694#discussion_r539781022
##########
File path:
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -24,6 +24,14 @@ import org.apache.spark.internal.config.ConfigBuilder
private[spark] object Config extends Logging {
+ val DECOM_SCRIPT =
+ ConfigBuilder("spark.kubernetes.decom.script")
Review comment:
Maybe `decom` -> `decommission`? Looks like other decommission
configuration names don't use such abbreviation .
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]