Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
soujanyam
Contributor
Contributor

Schedule Talend job using Linux crontab command

Hi all,
I have 1doubt please anyone resolve it.
I've scheduled my talend job using crontab, but it is not executing?
How could I know if crontab is running?
If I run that job in command prompt(UBUNTU) using

sh filename
the job is running and getting output also.
But when execute using scheduler could not get?
what might be the problem?

Please reply me
Thanks in advance
Labels (2)
11 Replies
Anonymous
Not applicable

hi,
have a look at : 
http://www.rahul.net/raithel/MyBackPages/crontab.html
regards
laurent
soujanyam
Contributor
Contributor
Author

I got output by scheduling as
*/5 * * * * /home/user/Desktop/test_sort/test_sort_run.sh >> /home/user/Desktop/test_sort/test_out.log