Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This job has components similar to 2 repeated a number of times. Here you can see one of them expanded. I'm wanting to have 2 labelled as distinct from 1, like the other jobs below. Is there a way I can control how these subjobs are split?
Thanks in advance!
Alex
Hi Alex,
The most easy way to do it to convert functionality 2 to a different Talend job call it as a child job to existing parent job.
In fact, there are lot of parallel operations you are doing within same job. I would suggest to use either joblets/child jobs based on our convenience and readability.
When you are running lot of parallel operations make sure you are amending the Xms and Xmx parameters to provide the job sufficient memory.
Warm Regards,
Nikhil Thampi
Hi Alex,
The most easy way to do it to convert functionality 2 to a different Talend job call it as a child job to existing parent job.
In fact, there are lot of parallel operations you are doing within same job. I would suggest to use either joblets/child jobs based on our convenience and readability.
When you are running lot of parallel operations make sure you are amending the Xms and Xmx parameters to provide the job sufficient memory.
Warm Regards,
Nikhil Thampi
Hi Nikhil,
Thanks, that explains it for me. I'll give refactoring them into Child jobs a go.
Much appreciated.
Alex
Hi Alex,
Thanks for the reply and I am happy that I could assist you.
Could you please update the topic as resolved with my answer marked as solution so that it will help our Talend community members during future reference?
Happy programming in Talend 🙂
Warm Regards,
Nikhil Thampi