aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/spark-standalone.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md
index f5c0f7cef8..ad8b6c0e51 100644
--- a/docs/spark-standalone.md
+++ b/docs/spark-standalone.md
@@ -157,6 +157,20 @@ SPARK_MASTER_OPTS supports the following system properties:
<table class="table">
<tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
<tr>
+ <td><code>spark.deploy.retainedApplications</code></td>
+ <td>200</td>
+ <td>
+ The maximum number of completed applications to display. Older applications will be dropped from the UI to maintain this limit.<br/>
+ </td>
+</tr>
+<tr>
+ <td><code>spark.deploy.retainedDrivers</code></td>
+ <td>200</td>
+ <td>
+ The maximum number of completed drivers to display. Older drivers will be dropped from the UI to maintain this limit.<br/>
+ </td>
+</tr>
+<tr>
<td><code>spark.deploy.spreadOut</code></td>
<td>true</td>
<td>