...
In this example, the Atomic Update runs everyday at 1:15 AM.
Here is another example for a weekly job, each Monday at 4 AM:
Code Block |
---|
0 4 * * 1 /opt/datafari/bin/atomicupdates/atomic-updates-launcher.sh OCR |
When the job is done
At the end of the job, its status and execution date is written in the file “atomicUpdateLastExec” (in [DATAFARI_HOME]/bin/atomicupdates).This file is created after the first execution of Atomic Update and is common to all jobs configured. Example, for the OCR
...