#1 2012-07-21 21:03:45

mauricioabreua
New member
Company: Effective Marketing
Registered: 2012-07-21
Posts: 7

Jobs like crontab?

Is possible to execute jobs like Linux crontab?


Time for the true display of skills.

Offline

#2 2012-07-23 03:33:13

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: Jobs like crontab?

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


Only Paranoid Survive.

Offline

#3 2012-12-10 05:29:03

pointblank25
New member
Registered: 1970-01-01
Posts: 4

Re: Jobs like crontab?

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

Board footer

Powered by FluxBB