You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

In Talend, can we put the job flow in different phases or use checkpoint just like Ab Initio does? or similiar usage.
You help is much appreciated.
Offline

In Ab Initio, what it can do is
1) In the same subjob, you have row1, row2, row3, row4, you can specify row1 and row2 as phase 1, row3 and row4 as phase2, when it is executed, row1 and row2 will run first, once it is finished, row3 and row4 will start. This can avoid too many thread runing at the same time.
2) For the checkpoint, if the job failed at the 1000th record, when you restart the job, it will start from 1001th record
Offline

Ok I see for phases Talend does not have such feature natively but you can "simulate" that behaviour using trigger link and buffer components (workaround)
Concerning the checkpoint we have this but this is not at row level. You can set it on "Onsubjobok" link and restart a job from a particular subjob.
Offline

Thanks camsellem for your information.
How to use buffer components do workaround? Could you explain more?
Offline
Pages: 1