Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a query regarding how failure is managed in talend for jobs which are running in parallel.
I have one Main job which has following components inside:
prejob->hiveconnection->hanaconnection
hivetable1->tmap->hanatable1
table2->tmap->table2
|
|
and so on
postjob->hanaclose->hiveclose
I used tparallelize component to run these subjobs (10 in number) in parallel.
when 1 subjob fails, it doesn't impact other jobs and they continue to run and finishes their data loading .
But when I re execute the main job, it rerun every job again but I want to run only the failed subjob.
How can I manage this. How can I rexecute the failed job only? Any suggestion would be great help.