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

    https://github.com/apache/spark/pull/4214#discussion_r25109482
  
    --- Diff: docs/monitoring.md ---
    @@ -144,6 +144,29 @@ follows:
           If disabled, no access control checks are made. 
         </td>
       </tr>
    +  <tr>
    +    <td>spark.history.fs.cleaner.enable</td>
    +    <td>false</td>
    +    <td>
    +      Specifies whether the History Server should periodically clean up 
event logs from storage.
    +    </td>
    +  </tr>
    +  <tr>
    +    <td>spark.history.fs.cleaner.interval.seconds</td>
    +    <td>86400</td>
    +    <td>
    +      How often the job history cleaner checks for files to delete, in 
seconds. Defaults to 864000 (one day).
    +      Files are only deleted if they are older than 
spark.history.fs.cleaner.maxAge.seconds.
    +    </td>
    +  </tr>
    +  <tr>
    +    <td>spark.history.fs.cleaner.maxAge.seconds</td>
    +    <td>604800</td>
    --- End diff --
    
    can you break this down to `3600 * 24 * 7` here instead so it's immediately 
clear that it's a week? (same in L167)


---
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