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

    https://github.com/apache/spark/pull/1443#discussion_r15028096
  
    --- Diff: docs/spark-standalone.md ---
    @@ -157,6 +157,20 @@ SPARK_MASTER_OPTS supports the following system 
properties:
     <table class="table">
     <tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr>
     <tr>
    +  <td><code>spark.deploy.retainedApplications</code></td>
    +  <td>200</td>
    +  <td>
    +    The number of completedApps to retain. If this cap is exceeded, then 
the oldest completedApps will be removed. <br/>
    --- End diff --
    
    This language is specific to internal naming. It might be better to say 
something like this:
    
    ```
    The maximum number of completed applications to display. Older applications 
will be dropped from the UI to maintain this limit.
    ```
    
    And likewise below.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to