Time for action – executing the hello world job from a terminal window

In order to run the job from a terminal window, follow these instructions:

  1. Open a terminal window.
  2. Go to the directory where Kettle is installed.
    • On Windows systems, type:
      C:\pdi-ce>kitchen /file:c:/pdi_labs/hello_world_param.kjb Maria -param:"HELLOFOLDER=my_work" /norep
    • On Unix, Linux, and other Unix-like systems type:
      /home/yourself/pdi-ce/kitchen.sh /file:/home/yourself/pdi_labs/hello_world_param.kjb Maria -param:"HELLOFOLDER=my_work" /norep
  3. If your job is in another folder, modify the command accordingly. You may also replace the name Maria with your name, of course. If your name has spaces, enclose the whole argument within "", for example in "Maria R".
  4. You will see how the job ...

Get Pentaho Data Integration Beginner's Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.