aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 771d93be04..46d92ceb76 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -554,6 +554,20 @@ Apart from these, the following properties are also available, and may be useful
How many finished drivers the Spark UI and status APIs remember before garbage collecting.
</td>
</tr>
+<tr>
+ <td><code>spark.sql.ui.retainedExecutions</code></td>
+ <td>1000</td>
+ <td>
+ How many finished executions the Spark UI and status APIs remember before garbage collecting.
+ </td>
+</tr>
+<tr>
+ <td><code>spark.streaming.ui.retainedBatches</code></td>
+ <td>1000</td>
+ <td>
+ How many finished batches the Spark UI and status APIs remember before garbage collecting.
+ </td>
+</tr>
</table>
#### Compression and Serialization