From e4092b7d12bf44f3890ade8c4eedd54ae3933499 Mon Sep 17 00:00:00 2001 From: Luca Canali Date: Tue, 18 Aug 2020 10:19:03 +0200 Subject: [PATCH] Remove following SPARK-32119 --- docs/monitoring.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/monitoring.md b/docs/monitoring.md index 31fc16025c17b..97948f6fac4d9 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 --jars command line option (or equivalent config entry) can be -used to make the plugin code available to both executors and cluster-mode drivers.