Reputation: 3728
I have pentaho data integration repository in postgres database. I want to run the job in this repository from remote server. How can I run this transformation from remote server using pan.sh?
Upvotes: 2
Views: 1350
Reputation: 3728
First we need to copy ./kettle from user directory to server. This directory has repository information. Than:
./pan.sh -rep=repo_id -user=admin -pass=admin -trans=transformation_name
If you are running it form cron then you need to set environment variables!!
Upvotes: 1