PDA

View Full Version : Command line ETL Job Execution



ngoodman
11-30-2006, 12:16 AM
I know this might seem pretty obivous to those that use Kettle frequently, but there’s a VERY easy way to execute Kettle jobs at the command line. Kitchen is the command line interface and is quite convenient for executing that ETL job you’ve built. Crontab anyone?

kitchen.sh -file=/mnt/pentaho-professional/pentaho-solutions/software-quality/data/etl/jira_do_everything.kjb
-OR-
kitchen.bat -file=c:\dir\jira_do_everything.kjb
Does anyone use kitchen or pan and have any best practices or suggestions to offer?


More... (http://www.nicholasgoodman.com/bt/blog/2006/11/20/command-line-etl-job-execution/)