We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1c6f9 commit 8da22e3Copy full SHA for 8da22e3
docs/monitoring.md
@@ -114,8 +114,9 @@ The history server can be configured as follows:
114
<td>spark.history.retainedApplications</td>
115
<td>50</td>
116
<td>
117
- The number of application UIs to retain in the cache. If this cap is exceeded, then the oldest
118
- applications will be removed from the cache.
+ The number of applications to retain UI data for in the cache. If this cap is exceeded, then
+ the oldest applications will be removed from the cache. If an application is not in the cache,
119
+ it will have to be loaded from disk if its accessed from the UI.
120
</td>
121
</tr>
122
<tr>
0 commit comments