Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/22192#discussion_r212746626
--- Diff:
core/src/main/scala/org/apache/spark/internal/config/package.scala ---
@@ -604,4 +604,15 @@ package object config {
.intConf
.checkValue(v => v > 0, "The max failures should be a positive
value.")
.createWithDefault(40)
+
+ private[spark] val EXECUTOR_PLUGINS =
+ ConfigBuilder("spark.executor.plugins")
+ .internal()
--- End diff --
Not really internal, since the feature requires users to set it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]