Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change description
  • Loading branch information
Sanket Chintapalli committed Jun 11, 2018
commit a103673073e3114b9a28cf183a8d7ec9271769e3
3 changes: 2 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,8 @@ Apart from these, the following properties are also available, and may be useful
<td>false</td>
<td>
(Experimental) If set to "true", allow Spark to automatically kill the
executors when they are blacklisted on fetch failure or stage completion.
executors when they are blacklisted on fetch failure or blacklisted for the entire application,
as controlled by spark.blacklist.application.*.
Note that, when an entire node is added to the blacklist,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

very minor nit, can you put this on previous line and wrap text accordingly

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, i checked the README.md and it did not spoil the indentation. No issues :)

all of the executors on that node will be killed.
</td>
Expand Down