Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Execute a Kettle transformation

What is the minimal software necessary to execute a Kettle transformation from a .ktr file? It is necessary to install the Kettle software to run the transformation from the command line?

A good option is to create a Java App to run it?

Thanks

like image 299
user2144555 Avatar asked May 24 '26 23:05

user2144555


1 Answers

you will need: java installed, dowload the pentaho data-integration pack: into this pack you will find-

-spoon.sh (aka Kettle), the visual tool to design and develop your jobs and transformations,

-pan.sh: the command line program to execute transformations.

-kitchen.sh : the command line program to execute jobs.

-carte.sh: a web server that you could send your transformations or jobs via http.

like image 63
jacktrade Avatar answered May 27 '26 14:05

jacktrade