Hi All,
This is probably just my lack of knowledge with Chronos/Zookeeper - however where i can find the location of where the actual jobs are stored on a docker implementation?
Basically i'm looking for the area where the job definitions like the below are stored:
{
"name": "Job Name",
"command": "command here"
"shell": true,
"executor": "",
"executorFlags": "",
"taskInfoData": "",
"retries": 2,
"owner": "",
"ownerName": "",
"description": "",
"cpus": 0.1,
"disk": 256,
"mem": 128,
"disabled": false,
"softError": false,
"dataProcessingJobType": false,
"fetch": [],
"uris": [],
"environmentVariables": [],
"arguments": [],
"highPriority": false,
"runAsUser": "user",
"concurrent": false,
"maxCompletionTime": 0,
"constraints": [],
"schedule": "R/2018-09-16T23:00:00.000Z/PT24H",
"scheduleTimeZone": ""
}
To date i've had a look around but can't find them.I'm on a CentOS 6.9 box if that helps...
Cheers,
Elliot