LuciferYang commented on code in PR #38732:
URL: https://github.com/apache/spark/pull/38732#discussion_r1043111597
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -723,6 +723,25 @@ private[spark] object Config extends Logging {
.checkValue(value => value > 0, "Maximum number of pending pods should
be a positive integer")
.createWithDefault(Int.MaxValue)
+ val KUBERNETES_MAX_EXECUTOR_FAILURES =
+ ConfigBuilder("spark.kubernetes.executor.maxNumFailures")
Review Comment:
How about `spark. kubernetes.max.executor.failures`? Keep same name pattern
as `yarn`
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -723,6 +723,25 @@ private[spark] object Config extends Logging {
.checkValue(value => value > 0, "Maximum number of pending pods should
be a positive integer")
.createWithDefault(Int.MaxValue)
+ val KUBERNETES_MAX_EXECUTOR_FAILURES =
+ ConfigBuilder("spark.kubernetes.executor.maxNumFailures")
Review Comment:
How about `spark.kubernetes.max.executor.failures`? Keep same name pattern
as `yarn`
--
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]