diff --git a/docs/spark-standalone.md b/docs/spark-standalone.md index f5c0f7cef83d..ad8b6c0e51a7 100644 --- a/docs/spark-standalone.md +++ b/docs/spark-standalone.md @@ -156,6 +156,20 @@ SPARK_MASTER_OPTS supports the following system properties:
| Property Name | Default | Meaning |
|---|---|---|
spark.deploy.retainedApplications |
+ 200 | +
+ The maximum number of completed applications to display. Older applications will be dropped from the UI to maintain this limit. + |
+
spark.deploy.retainedDrivers |
+ 200 | +
+ The maximum number of completed drivers to display. Older drivers will be dropped from the UI to maintain this limit. + |
+
spark.deploy.spreadOut |
true |