File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,16 +114,16 @@ 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. If this cap is exceeded, then the oldest
118- applications will be removed.
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 .
119119 </td>
120120 </tr >
121121 <tr >
122122 <td>spark.history.ui.maxApplications</td>
123123 <td>Int.MaxValue</td>
124124 <td>
125- The number of applications to display on the history summary page. Application UIs are
126- still available even if they are not displayed on the history summary page.
125+ The number of applications to display on the history summary page. Application UIs are still
126+ available by accessing their URLs directly even if they are not displayed on the history summary page.
127127 </td>
128128 </tr >
129129 <tr >
You can’t perform that action at this time.
0 commit comments