aboutsummaryrefslogtreecommitdiff
path: root/docs/monitoring.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/monitoring.md')
-rw-r--r--docs/monitoring.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/monitoring.md b/docs/monitoring.md
index 2a13022459..8a85928d6d 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -153,19 +153,18 @@ follows:
</td>
</tr>
<tr>
- <td>spark.history.fs.cleaner.interval.seconds</td>
- <td>86400</td>
+ <td>spark.history.fs.cleaner.interval</td>
+ <td>1d</td>
<td>
- How often the job history cleaner checks for files to delete, in seconds. Defaults to 86400 (one day).
- Files are only deleted if they are older than spark.history.fs.cleaner.maxAge.seconds.
+ How often the job history cleaner checks for files to delete.
+ Files are only deleted if they are older than spark.history.fs.cleaner.maxAge.
</td>
</tr>
<tr>
- <td>spark.history.fs.cleaner.maxAge.seconds</td>
- <td>3600 * 24 * 7</td>
+ <td>spark.history.fs.cleaner.maxAge</td>
+ <td>7d</td>
<td>
- Job history files older than this many seconds will be deleted when the history cleaner runs.
- Defaults to 3600 * 24 * 7 (1 week).
+ Job history files older than this will be deleted when the history cleaner runs.
</td>
</tr>
</table>