tgravescs commented on a change in pull request #29906:
URL: https://github.com/apache/spark/pull/29906#discussion_r501048450
##########
File path:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
##########
@@ -379,14 +379,15 @@ package object config extends Logging {
.stringConf
.createOptional
- /* YARN allocator-level blacklisting related config entries. */
- private[spark] val YARN_EXECUTOR_LAUNCH_BLACKLIST_ENABLED =
- ConfigBuilder("spark.yarn.blacklist.executor.launch.blacklisting.enabled")
+ /* YARN allocator-level excludeOnFailure related config entries. */
+ private[spark] val YARN_EXECUTOR_LAUNCH_EXCLUDE_ON_FAILURE_ENABLED =
+ ConfigBuilder("spark.yarn.executor.launch.excludeOnFailure.enabled")
Review comment:
because its excluding due to executor launch failures. I'd prefer to
leave this.
----------------------------------------------------------------
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]