Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to make parent and child job as a single jar from eclipse

Hi All, I'm using Talend open studio from big data ver6.4.0. For data pulling from ALM to mongoDB, i've one main-job(parent) & three sub-job(child). In Talend tool no worries to get the data. But i'm trying to make a runnable single jar file. What i did means, I used 'build job' option in Talend & imported the jobs into eclipse. From eclipse, trying for generating jar file. If single job means , i can able to generate the jar. but how to do with parent & child job?
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,

Is the 'Use dynamic job' box checked on tRunJob? What components does the job has?

Best regards

Sabrina

abhinav5
Contributor
Contributor

@trprakash , Hi , I am working on same scenario- need to build parent child job in a single jar. How could you achieve this.