aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorLianhui Wang <lianhuiwang09@gmail.com>2016-02-23 11:08:39 -0800
committerAndrew Or <andrew@databricks.com>2016-02-23 11:08:39 -0800
commit9f4263392e492b5bc0acecec2712438ff9a257b7 (patch)
tree88c559539bf463d31d3f84d8a87794868ce88c35 /docs/configuration.md
parent5d69eaf097bfb9fad9f6e4433c6cd40ba0552a56 (diff)
downloadspark-9f4263392e492b5bc0acecec2712438ff9a257b7.tar.gz
spark-9f4263392e492b5bc0acecec2712438ff9a257b7.tar.bz2
spark-9f4263392e492b5bc0acecec2712438ff9a257b7.zip
[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 <lianhuiwang09@gmail.com> This patch had conflicts when merged, resolved by Committer: Andrew Or <andrew@databricks.com> Closes #10058 from lianhuiwang/SPARK-7729.
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md7
1 files changed, 7 insertions, 0 deletions
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.
</td>
</tr>
+<tr>
+ <td><code>spark.ui.retainedDeadExecutors</code></td>
+ <td>100</td>
+ <td>
+ How many dead executors the Spark UI and status APIs remember before garbage collecting.
+ </td>
+</tr>
</table>
#### Compression and Serialization