From 9f4263392e492b5bc0acecec2712438ff9a257b7 Mon Sep 17 00:00:00 2001 From: Lianhui Wang Date: Tue, 23 Feb 2016 11:08:39 -0800 Subject: [SPARK-7729][UI] Executor which has been killed should also be displayed on Executor Tab andrewor14 squito Dead Executors should also be displayed on Executor Tab. as following: ![image](https://cloud.githubusercontent.com/assets/545478/11492707/ae55d7f6-982b-11e5-919a-b62cd84684b2.png) Author: Lianhui Wang This patch had conflicts when merged, resolved by Committer: Andrew Or Closes #10058 from lianhuiwang/SPARK-7729. --- docs/configuration.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/configuration.md b/docs/configuration.md index 568eca9b5f..4b1b00720b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -584,6 +584,13 @@ Apart from these, the following properties are also available, and may be useful How many finished batches the Spark UI and status APIs remember before garbage collecting. + + spark.ui.retainedDeadExecutors + 100 + + How many dead executors the Spark UI and status APIs remember before garbage collecting. + + #### Compression and Serialization -- cgit v1.2.3