This is an automated email from the ASF dual-hosted git repository.

sarutak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 21e0dd04 [SPARK-32119][FOLLOWUP][DOC] Update monitoring doc following 
the improvement in SPARK-32119
21e0dd04 is described below

commit 21e0dd0461ef6496bea1436687fae46463f310b2
Author: Luca Canali <luca.can...@cern.ch>
AuthorDate: Tue Aug 18 18:53:34 2020 +0900

    [SPARK-32119][FOLLOWUP][DOC] Update monitoring doc following the 
improvement in SPARK-32119
    
    ### What changes were proposed in this pull request?
    Update monitoring doc following the improvement/fix in SPARK-32119.
    
    ### Why are the changes needed?
    SPARK-32119 removes the limitations listed in the monitoring doc 
"Distribution of the jar files containing the plugin code is currently not done 
by Spark."
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Not relevant
    
    Closes #29463 from LucaCanali/followupSPARK32119.
    
    Authored-by: Luca Canali <luca.can...@cern.ch>
    Signed-off-by: Kousuke Saruta <saru...@oss.nttdata.com>
---
 docs/monitoring.md | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/docs/monitoring.md b/docs/monitoring.md
index 31fc160..97948f6 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -1366,9 +1366,3 @@ Both take a comma-separated list of class names that 
implement the
 possible for one list to be placed in the Spark default config file, allowing 
users to
 easily add other plugins from the command line without overwriting the config 
file's list. Duplicate
 plugins are ignored.
-
-Distribution of the jar files containing the plugin code is currently not done 
by Spark. The user
-or admin should make sure that the jar files are available to Spark 
applications, for example, by
-including the plugin jar with the Spark distribution. The exception to this 
rule is the YARN
-backend, where the <code>--jars</code> command line option (or equivalent 
config entry) can be
-used to make the plugin code available to both executors and cluster-mode 
drivers.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to