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

    https://github.com/apache/spark/pull/4214#discussion_r25109452
  
    --- 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).
    --- End diff --
    
    86400 (extra 0)


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to