Job - Hello World
What's a Pentaho Job ..
Last updated
What's a Pentaho Job ..
Last updated
In this guided demonstration, we will create a Job.
The concepts learnt, help to build the foundation necessary for creating any Job.
In this guided demonstration, you will:
Learn to create a new Job.
Add entries and configure hops.
START defines the starting point for job execution. Every job must have one (and only one) Start. Unconditional job hops only are available from a Start job entry. The start job entry settings contain basic scheduling functionality; however, scheduling is not persistent and is only available while the device is running.
The Data Integration Server provides a more robust option for scheduling execution of jobs and transformations and is the preferred alternative to scheduling using the Start step. If you want the job to run like a daemon process, however, enable Repeat in the job settings dialog box.
Note: The basic scheduling functionality and the repeat option are only functional within the main job and not within a sub job.
To create a newJob:
In Spoon, click File > New > Job.
Drag the ‘START’ job entry onto the canvas.
The Transformation job entry is used to execute a previously defined transformation. For ease of use, it is also possible to create a new transformation within the dialog, pressing the New Transformation button.
Drag the ‘Transformation’ job entry onto the canvas.
Double-click on the step, and configure the following properties:
This step clears any error state encountered in a job and forces it to a success state.
Drag the ‘Success’ job entry onto the canvas.
Click the Run button in the Canvas Toolbar.
Click on the Job Metrics tab.
The Job Entries are executed sequentially.