Goal
I would like to ensure that my Datameer private folder used to house JobHistory execution data is not holding stale data.
Learn
The path of a typical JobHistory folder:
/user/datameer/jobhistory/<execution_id>/
Contained within Datameer's database, there is a tabled entitled `dap_job_execution`. The ID in that table matches the "<execution_id>" from the path above.
If objects that exist in the JobHistory folder are not represented in `dap_job_execution`, they may be purged.
If objects that exist in the JobHistory folder are older than the date configured in `default.properties` (Default value is 28 day), they may be purged.
Link to Housekeeping Documentation:
https://documentation.datameer.com/documentation/display/DAS70/Housekeeping+Service
Comments
0 comments
Please sign in to leave a comment.