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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Right Answer For The Question (select one ans pls.....)

Question: How do you run a job that has been saved to be run independently of talend studio.?

1) Extract the files from the archive and then pass the name of the job to the utility program run_job. 
2) Extract the files from the archive and then run the jar file.
3) Run java from the command line passing it the name of the archive.
4) Extract the files from the archive and then run the batch or shell file.

Thanks.
Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hi,
Did you take certification exam?
The Build Job feature allows you to deploy and execute a Job on any server, independent of Talend Studio.
Please take  a  look at  document about: TalendHelpCenter:How to build Jobs

Best regards
Sabrina
Anonymous
Not applicable
Author

Answer is 4 option: you have to build the job which create the archive file which contain .bat and .sh file from where you can run the job logic by command line.

Another option that in the archive file you will get the src folder where java file will contain. You have just import this java class in eclipse and execute from there.




Kittos 0683p000009MACn.png