kinkajou
kinkajou

Reputation: 3728

How do I run pentaho data integration transformation from repository?

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

Answers (1)

kinkajou
kinkajou

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

Related Questions