Jobs in Cloudera Data Engineering (CDE) can be run on demand, or
scheduled to run on an ongoing basis. The following instructions demonstrate
how to create or modify a schedule for an existing job.
In the Cloudera Data Platform (CDP) console, click the
Data Engineering tile. The CDE Home page
displays.
Click Jobs on the left navigation menu. The
Jobs page displays.
Click in the Actions column next to the job, and then click
Add Schedule.
In the Schedule tab, click Create a
Schedule.
Set the Start time, End time, and
Cron expression.
The start and end times designate the time frame for which the schedule is active. The
Cron expression uses the cron scheduling syntax
to specify when the application should run within the start and end times. For information
and examples of the cron syntax, see the Cron
entry on Wikipedia.
Select optional scheduling configurations:
Select Enable Catchup to kick off job runs for any data
interval that has not been run since the last data interval. If this option is not
selected, only the runs that start after the time that the job was created will be
included.
Select Depends on Previous to ensure that each job run is
preceeded by a successful job run.