Property | Default | Description |
---|---|---|
clustermgr.job.history.size | 100 | The number of "recent" jobs to retain for the "Recent Jobs" admin page. |
clustermgr.job.logging.retain.maxjobsize | 0 | The maximum amount of disk space that will be used by job logs on any given machine in GB. If disk space used for logs exceeds this threshold, log files will be deleted, oldest first, until log space usage is within this limit. Default: 0 (no limit). |
clustermgr.job.logging.retain.time | The maximum amount of time job logs will be kept. Job logs will be periodically checked and logs older than the given threshold will be deleted. If this is empty (the default), job logs will not be deleted after a specific amount of time. Consists of a number and a letter such as 12h. Valid units of time are: • h - hour • d - day • w - week • m - month • y - year |