Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
squito committed Aug 6, 2018
1 parent 3297195 commit 8fb739b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ package object config {
ConfigBuilder("spark.executor.plugins")
.internal()
.doc("Comma-separated list of class names for \"plugins\" implementing " +
"org.apache.spark.AbstractExecutorPlugin. Plugins have the same privileges as any task " +
"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 " +
"unexpected ways. So be sure to only use this for trusted plugins.")
.stringConf
Expand Down

0 comments on commit 8fb739b

Please sign in to comment.