Github user attilapiros commented on a diff in the pull request:
https://github.com/apache/spark/pull/21068#discussion_r182427448
--- Diff:
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala
---
@@ -328,4 +328,26 @@ package object config {
CACHED_FILES_TYPES,
CACHED_CONF_ARCHIVE)
+ /* YARN allocator-level blacklisting related config entries. */
+ private[spark] val YARN_ALLOCATION_BLACKLIST_ENABLED =
+ ConfigBuilder("spark.yarn.allocation.blacklist.enabled")
--- End diff --
First I named it "spark.yarn.blacklist.enabled" but then I was wondering
whether a user will confuse it with YARN backlisting so I have added the
"allocation" part. So I would go for the second option:
"spark.yarn.executor.launch.blacklist.enabled".
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]