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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Cannot execute multiple tRunJob at the same time

hi ,
I want to execute multiple jobs at the same time . Therefore i created a job with 3 tRunJob , i tried to check one process for each subjob , and without the option , but it doesn't work .
I don't know if the problem is in my jobs , because all of them use the tWaitForFile component, maybe it's the problem ,
please can you help ?
Thank you
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
With talend open source products, you can use "Multi thread Execution".
In addition, talend provides community user with a Free 30-day Full Product Trial for Talend Enterprise Data Integration. http://www.talend.com/download?qt-download_landing=0#quicktabs-download_landing.
Best regards
Sabrina
0683p000009ME1s.png

View solution in original post

5 Replies
willm1
Creator
Creator

hi ,
I want to execute multiple jobs at the same time . Therefore i created a job with 3 tRunJob , i tried to check one process for each subjob , and without the option , but it doesn't work .
I don't know if the problem is in my jobs , because all of them use the tWaitForFile component, maybe it's the problem ,
please can you help ?
Thank you

Could you please share a screenshot of your job?
To run multiple things at the same time, you can either use the tParallelize or you can place three tRunJob components and configure your job to run multithread...
Anonymous
Not applicable
Author

Here is my job :
- tParallelize don't exist natively in the palette
- I tried using multiple threads for each tRunJob , but it didn't work
0683p000009MDzt.png
willm1
Creator
Creator

largouwalid - Running as independent process simply spawns independent jvms for each subjob... But does not assure parallelism...
willm1
Creator
Creator

More info on the 2 options... http://www.talendforge.org/forum/viewtopic.php?pid=102860#p102860
tParallelize is an Enterprise version component, not the free Open Studio...
Anonymous
Not applicable
Author

Hi,
With talend open source products, you can use "Multi thread Execution".
In addition, talend provides community user with a Free 30-day Full Product Trial for Talend Enterprise Data Integration. http://www.talend.com/download?qt-download_landing=0#quicktabs-download_landing.
Best regards
Sabrina
0683p000009ME1s.png