Github user tgravescs commented on a diff in the pull request:

    https://github.com/apache/spark/pull/14835#discussion_r76818102
  
    --- Diff: docs/monitoring.md ---
    @@ -114,16 +114,16 @@ The history server can be configured as follows:
         <td>spark.history.retainedApplications</td>
         <td>50</td>
         <td>
    -      The number of application UIs to retain. If this cap is exceeded, 
then the oldest
    -      applications will be removed.
    +      The number of application UIs to retain in the cache. If this cap is 
exceeded, then the oldest
    +      applications will be removed from the cache.
    --- End diff --
    
    Kind of a nit here but perhaps we should change this to "The number of 
applications to retain in the cache".  I'm wondering if UIs could still be 
confusing with the number displayed.  And perhaps after the last sentence add 
something like: If an application is not in the cache, it will have to be 
loaded from disk if its accessed from the UI.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to