
Anonymous
Not applicable
2018-09-27
11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to run same job with multiple times in parallel in Talend Open Source Studio
Hi All,
I am using Talend Open SOurce Studio. And i have a use case like as - I want to execute same job multiple times with different WHERE condition and this has to be parallel execution. I've used multi thread option of tRunJob but i am not getting desired outcome.
It means how to get different values for same dynamically. If i am using context then it would be same for all threads.
Please provide me appropriate solution.
Thanks in advance
Vishal Vats
9650236023
vishalvats.in@outlook.com
678 Views
1 Solution
Accepted Solutions

Master
2018-09-28
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
here is the documentation with samle:
https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/HWMTwTCxdzqR0bzDViupTg
in our case you fave to create a job retrieving where clause (sample: read from a file ) in row link add flow to iterate them iterate to trunJab.
this job get context from the previous one and run a query adding the where close.
https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/HWMTwTCxdzqR0bzDViupTg
in our case you fave to create a job retrieving where clause (sample: read from a file ) in row link add flow to iterate them iterate to trunJab.
this job get context from the previous one and run a query adding the where close.
678 Views
3 Replies

Master
2018-09-27
11:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
calling a subjob, you can set context variable of the subjob.
678 Views

Anonymous
Not applicable
2018-09-27
12:08 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I did the same. But it wasn't working properly. could you elaborate more?
Thanks for your consideration.
Thanks for your consideration.
678 Views

Master
2018-09-28
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
here is the documentation with samle:
https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/HWMTwTCxdzqR0bzDViupTg
in our case you fave to create a job retrieving where clause (sample: read from a file ) in row link add flow to iterate them iterate to trunJab.
this job get context from the previous one and run a query adding the where close.
https://help.talend.com/reader/KxVIhxtXBBFymmkkWJ~O4Q/HWMTwTCxdzqR0bzDViupTg
in our case you fave to create a job retrieving where clause (sample: read from a file ) in row link add flow to iterate them iterate to trunJab.
this job get context from the previous one and run a query adding the where close.
679 Views
