Skip to content

Commit 8da22e3

Browse files
committed
updated doc wording
1 parent aa1c6f9 commit 8da22e3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/monitoring.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,9 @@ The history server can be configured as follows:
114114
<td>spark.history.retainedApplications</td>
115115
<td>50</td>
116116
<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.
117+
The number of applications to retain UI data for in the cache. If this cap is exceeded, then
118+
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.
119120
</td>
120121
</tr>
121122
<tr>

0 commit comments

Comments
 (0)