You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Is possible to execute jobs like Linux crontab?
Offline

Hi
Export Talend job and unarchive it. Then you will find a file called JobName_Run.sh which is used to trigger this Talend job under Linux. Then use crontab to schedule this file, which means that you can schedule this Talend job.
Regards,
Pedro
Offline
hi pedro, can you share an example of a Talend job (JobName_Run.sh) being scheduled? I'm doing this for a week now but still the script doesn't run. Below is my job when I use crontab -e
PATH=/opt/jaspersoft-etl/jobs/LoadFactInventory_0.1/LoadFactInventory/:/usr/bin:/sbin:/bin:$PATH
40 22 * * * LoadFactInventory_run.sh > /opt/jaspersoft-etl/fi.log
Is there something that I missed on the PATH?
Thanks,
Sid
Offline
Pages: 1