Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Vanzin committed Oct 19, 2019
1 parent 94329b2 commit 7cc7536
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -1148,10 +1148,9 @@ applications. There are two configuration keys available for loading plugins int
- <code>spark.plugins</code>
- <code>spark.plugins.static</code>

Both do the same thing: they take a comma-separated list of class names that implement the
<code>org.apache.spark.api.plugin.SparkPlugin</code> interface. The two names exist so that
it's possible for one "static" list to be placed in the Spark default config file, allowing
users to easily add other plugins from the command line option without overwriting the
"static" list.
Both take a comma-separated list of class names that implement the
<code>org.apache.spark.api.plugin.SparkPlugin</code> interface. The two names exist so that it's
possible for one "static" list to be placed in the Spark default config file, allowing users to
easily add other plugins from the command line without overwriting the "static" list.

Duplicate plugins are ignored.

0 comments on commit 7cc7536

Please sign in to comment.