Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/2471#discussion_r18107089
--- Diff: docs/monitoring.md ---
@@ -135,6 +135,29 @@ follows:
<code>spark.ui.view.acls</code> when the application was run will
also have authorization
to view that application.
If disabled, no access control checks are made.
+ </td>
+ </tr>
+ <tr>
+ <td>spark.history.fs.cleaner.enable</td>
+ <td>false</td>
+ <td>
+ Specifies whether job history cleaner should check for files to
delete.
+ </td>
+ </tr>
+ <tr>
+ <td>spark.history.fs.cleaner.interval-s</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.maxAge-s.
+ </td>
+ </tr>
+ <tr>
+ <td>spark.history.fs.maxAge-s</td>
--- End diff --
I think `maxAge.seconds` looks much nicer
---
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]