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: 
Anonymous
Not applicable

Running two sub jobs parallel

Hi ,
PLease let me know how I can run two jobs parallel in talend job?


Thanks and Regards,
Biswajit
Labels (2)
22 Replies
Anonymous
Not applicable
Author

Hi,
Which components do you used in your subjob and the connection between component is what? If you use iteration connection, you can set an Iterate link to run parallel iterations. Please see the reference https://help.talend.com/pages/viewpage.action?pageId=11973280#Raa30748

Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I have two sub jobs, Say one is doing the socket connection and other is doing extract from teradata using fastExport.
I want to run this two job parallel.
In previous version we have a component name as tParallelize but for TOS 5.2 it seems to be missing.
How can I use that?

Thanks and Regards,
Biswajit
Anonymous
Not applicable
Author

Hi,
I have two sub jobs, Say one is doing the socket connection and other is doing extract from teradata using fastExport.
I want to run this two job parallel.
In previous version we have a component name as tParallelize but for TOS 5.2 it seems to be missing.
How can I use that?

For tParallelize, this component is only available in Talend Enterprise Subscription release, with community version, open the Job view, click Extra tab and check the 'multi thread execution' option.
See the related article How to use the features in the Extra tab
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
Thanks for the reply.
Can you please give me any example how I can use multithread execution option to run two parallel job.
Any sample job which I can refer to run two sub job parallely using multithread option?
Regards,
Biswajit
Anonymous
Not applicable
Author

Hi Sabrina,
Thanks for the reply.
Can you please give me any example how I can use multithread execution option to run two parallel job.
Any sample job which I can refer to run two sub job parallely using multithread option?
Regards,
Biswajit
Anonymous
Not applicable
Author

Hi,
I have two sub jobs, one is fetching the file from my local disk and showing the result, the other is just extracting data from file.
I want to run this two job parallel. So check the 'multithread execution' option in Extra tab. Is that what you need?
See my screenshot
Best regards
Sabrina
0683p000009MEE5.png
Anonymous
Not applicable
Author

Hi Sabrina,
Thanks for the reply.
I have a scenario when First Subjob completes then only two parallel sub jobs can start.
If I use multithread execution how can I achieve this scenario?
Thanks and Regards,
BIswajit
Anonymous
Not applicable
Author

You need for this use case two jobs. The first job is your mentioned jobs for the start and the second job contains the two subjobs (the blue underlayed areas) which can run in parallel by switching on the parallel execution option as Sabrina shown.
Anonymous
Not applicable
Author

Hi jlolling,
Thanks for the reply.
Can you please share me any sample screen shot for that?
I didn't get how I can make my first sub job as mentioned job for the start?

Regards,
Biswajit