<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Concurrent Subjob execution. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341680#M109612</link>
    <description>Hi, &lt;BR /&gt;If the issue is closed, could you please click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved.&lt;BR /&gt;Many thanks&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Tue, 15 Jul 2014 08:17:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-07-15T08:17:57Z</dc:date>
    <item>
      <title>[resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341677#M109609</link>
      <description>Is it possible to call a Subjob over a iterate connection and not wait for sequential execution completion? 
&lt;BR /&gt;Lets say I have a folder with 10 files. I would like to process 4 files concurrently, passing each filename to a subjob for processing. Currently, 1 file name is passed to the subjob, when that subjob is complete, the next filename is passed. What I would like if for each filename to be passed to a subjob, the subjobs to execute concurrently, and once all 4 are finished, the next batch of four filenames are passed to subjobs.</description>
      <pubDate>Mon, 14 Jul 2014 15:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341677#M109609</guid>
      <dc:creator>sammierlening</dc:creator>
      <dc:date>2014-07-14T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341678#M109610</link>
      <description>I would recommend you to have four subjobs which are running parallely as independent process in main job... 
&lt;BR /&gt;Inside your subjobs, once the file is processed, move to archive folder and it would do what you are expecting..
&lt;BR /&gt;vaibhav</description>
      <pubDate>Mon, 14 Jul 2014 16:17:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341678#M109610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-14T16:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341679#M109611</link>
      <description>Solved.</description>
      <pubDate>Mon, 14 Jul 2014 16:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341679#M109611</guid>
      <dc:creator>sammierlening</dc:creator>
      <dc:date>2014-07-14T16:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341680#M109612</link>
      <description>Hi, &lt;BR /&gt;If the issue is closed, could you please click the "Set this topic as resolved" link which is right underneath your initial post? This way, other users will be informed that this thread has been resolved.&lt;BR /&gt;Many thanks&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 15 Jul 2014 08:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341680#M109612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T08:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341681#M109613</link>
      <description>Hi,&lt;BR /&gt;Can you please provide a screenshot or approach used to solve the current problem.&lt;BR /&gt;thanks&lt;BR /&gt;vaibhav</description>
      <pubDate>Tue, 15 Jul 2014 08:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341681#M109613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T08:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341682#M109614</link>
      <description>sanvaibhav, I use a tjava component coming out of the first tFileList iterate to determine which batch a file should process in. I map that value to the globalMap. Then I use a tLoop to loop each batch from 1 to the max batch number in the globalMap. Finally, I use a second tFileList to iterate each file in each batch. I changed the iterate link to "Enable parallel execution". Each filepath is passed to a subjob for each file in each batch. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEYm.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140344i48036255DB79F62D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEYm.png" alt="0683p000009MEYm.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 15 Jul 2014 18:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341682#M109614</guid>
      <dc:creator>sammierlening</dc:creator>
      <dc:date>2014-07-15T18:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Concurrent Subjob execution.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341683#M109615</link>
      <description>Oh.. that's great...
&lt;BR /&gt;Thanks for the information and update.
&lt;BR /&gt;vaibhav</description>
      <pubDate>Wed, 16 Jul 2014 08:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Concurrent-Subjob-execution/m-p/2341683#M109615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-16T08:46:59Z</dc:date>
    </item>
  </channel>
</rss>

