Executing a single Job using Talend in Parallel

0 votes

Can someone guide me in executing the same Job parallelly but with different components.

Apr 23, 2018 in Talend by v.liyyah
• 1,300 points
1,820 views

1 answer to this question.

0 votes

Well, the exact solution to your problem will depend on the Talend tool you are using:

In case you are using:

Talend Open Studio: In Talend Open Studio, all you need to do is export the Job as a zip file and then invoke it however you like(by scheduling it or manually from the command line). Just keep in mind, in case your Job is using shared resources then it might lead to concurrency issues as each time the job is executed will require the same resources.

Commercial Product: In this version, you can access the Talend Administration Center using which you can schedule the same job multiple times and that too with different contexts. Also, in the commercial version, a tParallelize component is available as well, which you can execute other Jobs multiple times.

In both the cases, you will have to make sure you are using context variables so that no scope issues occur.

Hope this was what you were looking for. 

Get your Talend certification today to become certified professional.

Thanks.

answered Apr 23, 2018 by misc.edu04
• 1,450 points

Related Questions In Talend

0 votes
1 answer

How to generate multiple rows from a single row in Talend?

I think using tJavaFlex, tMap and tFlowToIterate ...READ MORE

answered Apr 18, 2018 in Talend by code.reaper12
• 3,500 points
7,252 views
0 votes
1 answer

Using tHiveRow to execute multiple Hive queries in Talend

In order to execute multiple queries, you ...READ MORE

answered Apr 14, 2018 in Talend by misc.edu04
• 1,450 points
3,518 views
0 votes
1 answer

Using Java Classes in Talend

While working with routines, the very 1st ...READ MORE

answered Apr 14, 2018 in Talend by geek.erkami
• 2,680 points
2,421 views
0 votes
1 answer
0 votes
2 answers
0 votes
1 answer

tWaitForFile component insufficiency in Talend

Regarding your first issue, tWaitForFile component provides ...READ MORE

answered Apr 11, 2018 in Talend by geek.erkami
• 2,680 points
2,148 views
0 votes
1 answer

How to load a set of files into database using Talend

Using tFileList component,  you can read all the files present ...READ MORE

answered Apr 17, 2018 in Talend by code.reaper12
• 3,500 points
5,667 views
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP