vanzin commented on a change in pull request #24901: [SPARK-28091[CORE] Extend 
Spark metrics system with user-defined metrics using executor plugins
URL: https://github.com/apache/spark/pull/24901#discussion_r320896812
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/internal/config/package.scala
 ##########
 @@ -1080,8 +1080,11 @@ package object config {
   private[spark] val EXECUTOR_PLUGINS =
     ConfigBuilder("spark.executor.plugins")
       .doc("Comma-separated list of class names for \"plugins\" implementing " 
+
-        "org.apache.spark.ExecutorPlugin.  Plugins have the same privileges as 
any task " +
-        "in a Spark executor.  They can also interfere with task execution and 
fail in " +
+        "org.apache.spark.ExecutorPlugin.  Executor \"plugins\" are 
initialized " +
 
 Review comment:
   There's no need to explain the API here. That's what the API docs are for.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to