<?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: Running two sub jobs parallel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288089#M61609</link>
    <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have a scenario when First Subjob completes then only two parallel sub jobs can start.&lt;BR /&gt;If I use multithread execution how can I achieve this scenario?&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;BIswajit</description>
    <pubDate>Thu, 25 Apr 2013 15:03:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-04-25T15:03:57Z</dc:date>
    <item>
      <title>Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288082#M61602</link>
      <description>Hi ,&lt;BR /&gt;PLease let me know how I can run two jobs parallel in talend job?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Biswajit</description>
      <pubDate>Wed, 17 Apr 2013 06:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288082#M61602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T06:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288083#M61603</link>
      <description>Hi, &lt;BR /&gt;Which components do you used in your subjob and the connection between component is what? If you use iteration connection,  you can set an Iterate link to run parallel iterations. Please see the reference &lt;A href="https://help.talend.com/pages/viewpage.action?pageId=11973280#Raa30748" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/pages/viewpage.action?pageId=11973280#Raa30748&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Apr 2013 07:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288083#M61603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T07:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288084#M61604</link>
      <description>Hi Sabrina,&lt;BR /&gt;I have two sub jobs, Say one is doing the socket connection and other is doing extract from teradata  using fastExport.&lt;BR /&gt;I want to run this two job parallel.&lt;BR /&gt;In previous version we have a component name as tParallelize but for TOS 5.2 it seems to be missing.&lt;BR /&gt;How can I use that?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Biswajit</description>
      <pubDate>Wed, 17 Apr 2013 07:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288084#M61604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T07:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288085#M61605</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have two sub jobs, Say one is doing the socket connection and other is doing extract from teradata using fastExport.&lt;BR /&gt;I want to run this two job parallel.&lt;BR /&gt;In previous version we have a component name as tParallelize but for TOS 5.2 it seems to be missing.&lt;BR /&gt;How can I use that?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;For tParallelize, this component is only available in Talend Enterprise Subscription release, with community version, open the Job view, click Extra tab and check the 'multi thread execution' option. 
&lt;BR /&gt;See the related article 
&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=11973585#Raa64534" target="_blank" rel="nofollow noopener noreferrer"&gt;How to use the features in the Extra tab&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Apr 2013 07:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288085#M61605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T07:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288086#M61606</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;Can you please give me any example how I can use multithread execution option to run two parallel job.&lt;BR /&gt;Any sample job which I can refer to run two sub job parallely using multithread option?&lt;BR /&gt;Regards,&lt;BR /&gt;Biswajit</description>
      <pubDate>Thu, 18 Apr 2013 09:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288086#M61606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T09:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288087#M61607</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;Can you please give me any example how I can use multithread execution option to run two parallel job.&lt;BR /&gt;Any sample job which I can refer to run two sub job parallely using multithread option?&lt;BR /&gt;Regards,&lt;BR /&gt;Biswajit</description>
      <pubDate>Thu, 18 Apr 2013 09:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288087#M61607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T09:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288088#M61608</link>
      <description>Hi, 
&lt;BR /&gt;I have two sub jobs, one is fetching the file from my local disk and showing the result, the other is just extracting data from file. 
&lt;BR /&gt;I want to run this two job parallel. So check the 'multithread execution' option in Extra tab. Is that what you need? 
&lt;BR /&gt;See my screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEE5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134456i77AD6892198AF416/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEE5.png" alt="0683p000009MEE5.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 18 Apr 2013 12:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288088#M61608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-18T12:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288089#M61609</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;I have a scenario when First Subjob completes then only two parallel sub jobs can start.&lt;BR /&gt;If I use multithread execution how can I achieve this scenario?&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;BIswajit</description>
      <pubDate>Thu, 25 Apr 2013 15:03:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288089#M61609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-25T15:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288090#M61610</link>
      <description>You need for this use case two jobs. The first job is your mentioned jobs for the start and the second job contains the two subjobs (the blue underlayed areas) which can run in parallel by switching on the parallel execution option as Sabrina shown.</description>
      <pubDate>Thu, 25 Apr 2013 21:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288090#M61610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-25T21:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288091#M61611</link>
      <description>Hi jlolling,
&lt;BR /&gt;Thanks for the reply.
&lt;BR /&gt;Can you please share me any sample screen shot for that?
&lt;BR /&gt;I didn't get how I can make my first sub job as mentioned job for the start?
&lt;BR /&gt;
&lt;BR /&gt;Regards,
&lt;BR /&gt;Biswajit</description>
      <pubDate>Fri, 26 Apr 2013 04:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288091#M61611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T04:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288092#M61612</link>
      <description>Hi, &lt;BR /&gt;I think you should create a Parent job for your First Subjob and then create a Child job for only two parallel sub jobs(use multithread execution in Child job ).  So that the scenario when First Subjob completes then only two parallel sub jobs can start can be achieved.&lt;BR /&gt;Please see the component reference with related scenario &lt;A href="https://help.talend.com/search/all?query=tRunJob&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tRunjob&lt;/A&gt;. It will be helpful for your job design.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 26 Apr 2013 07:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288092#M61612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-26T07:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288093#M61613</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;But the issue with tRunJOb is that if in PArent job I am setting any global variable then how I can get it in my child job?&lt;BR /&gt;Please let me know  how I can pass global variable values from Parent Job to Child jobs?&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Biswajit</description>
      <pubDate>Sat, 27 Apr 2013 09:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288093#M61613</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T09:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288094#M61614</link>
      <description>Hi, &lt;BR /&gt;The effective scope of a variable is limited to a specific Job, meaning that the variables defined in one Job can't be accessed from other Jobs. If you want to share the same value between different Jobs, you must define context variables in each Job and then pass the value between them. &lt;BR /&gt;See the related reference &lt;A href="https://help.talend.com/search/all?query=Passing+a+value+from+a+parent+Job+to+a+child+Job&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;Passing a value from a parent Job to a child Job&lt;/A&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Sat, 27 Apr 2013 09:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288094#M61614</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T09:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288095#M61615</link>
      <description>Thanks for the reply Sabrina.
&lt;BR /&gt;
&lt;BR /&gt;It proved a Great help to me :-)
&lt;BR /&gt;I need one more help like Now I want to pass the value from child to parent . How I can do that?
&lt;BR /&gt;Is there any other approach?
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Biswajit</description>
      <pubDate>Sat, 27 Apr 2013 10:54:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288095#M61615</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288096#M61616</link>
      <description>Hi, 
&lt;BR /&gt;To pass a value from child job parent job, you can use tBufferOutput component, please refer to 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqJxCAK" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-How-to-pass-values-from-child-job-to-parent-job/td-p/107981&lt;/A&gt; 
&lt;BR /&gt;Let us know if you still need any help! 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sat, 27 Apr 2013 10:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288096#M61616</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T10:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288097#M61617</link>
      <description>Thanks Again for such a quick reply. 
&lt;BR /&gt;The link which u gave shows how I can pass the variables from Runjob1 to Run job 2. but my issue is how I can get back the status if the sub job run successfully? I want to catch value from my sub job to my Parent Job.
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Biswajit</description>
      <pubDate>Sat, 27 Apr 2013 11:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288097#M61617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288098#M61618</link>
      <description>Hi, 
&lt;BR /&gt;In 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqJxCAK" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-How-to-pass-values-from-child-job-to-parent-job/td-p/107981&lt;/A&gt;, second floor, shong has replied an answer with a related forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCj5rCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/Passing-context-parameters-in-a-tRunJob/td-p/66305&lt;/A&gt;, which is the key one I want to show you. 
&lt;BR /&gt; If you still don't understand it after reading the related forum, I will design a demo job and send the job .zip file to you, don't be worried about it. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Sat, 27 Apr 2013 11:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288098#M61618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-27T11:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288099#M61619</link>
      <description>Hai Sabrina, 
&lt;BR /&gt;Thanks for reply and help.
&lt;BR /&gt;Can you please share me the demo job. I am still unable to get the output back to parent job from child job.
&lt;BR /&gt;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Biswajit</description>
      <pubDate>Sun, 28 Apr 2013 10:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288099#M61619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-28T10:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288100#M61620</link>
      <description>Hi, 
&lt;BR /&gt;Returning a value from child job to parent job 
&lt;BR /&gt;We will read data from a text file as below in a child job. And populate the total number of rows and pass it to the parent job. 
&lt;BR /&gt;in.txt: 
&lt;BR /&gt;id;name 
&lt;BR /&gt;1;Shong 
&lt;BR /&gt;2;Ross 
&lt;BR /&gt;3;Patrick 
&lt;BR /&gt;First Step 
&lt;BR /&gt;Create a job: let's call it 'ChildJob'. The job design looks like 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;pic1) 
&lt;BR /&gt;The components' settings are as below(pic2,3,4) 
&lt;BR /&gt;Second Step 
&lt;BR /&gt;Create a job: let's call it 'ParentJob'. The job design (as below) is called the child job 'ChildJob' on tRunJob_1(pic5) 
&lt;BR /&gt;tJavaRow's setting(pic6) 
&lt;BR /&gt;code on tJavaRow: 
&lt;BR /&gt; 
&lt;PRE&gt;System.out.println("The total number of rows is:"+input_row.nb_line);&lt;/PRE&gt; 
&lt;BR /&gt;Third Step 
&lt;BR /&gt;Execute the job; The console has the following output result: 
&lt;BR /&gt;1|Shong 
&lt;BR /&gt;2|Ross 
&lt;BR /&gt;3|Patrick 
&lt;BR /&gt;The total number of rows is:3 
&lt;BR /&gt;Summary 
&lt;BR /&gt;Through the example above, we can see that the most important technical point is using a tBufferOutput component in child job to buffer the records. tRunJob will read the records from the buffer and transfer them to the next component. 
&lt;BR /&gt;Hope it will be helpful for you! 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEMg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138492iE1264C58505EAD40/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEMg.png" alt="0683p000009MEMg.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEGA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157174i23868102E117A025/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEGA.png" alt="0683p000009MEGA.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEMl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152652i17008C8495D7611C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEMl.png" alt="0683p000009MEMl.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEK8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135626iE131CE6A0A708BC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEK8.png" alt="0683p000009MEK8.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEMq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141031i7B28FEFD228AEF7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEMq.png" alt="0683p000009MEMq.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEKg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144861i2AE8D14FC47563BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEKg.png" alt="0683p000009MEKg.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sun, 28 Apr 2013 11:06:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288100#M61620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-28T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Running two sub jobs parallel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288101#M61621</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Thanks again for quick reply. 
&lt;BR /&gt;Can you please share me the bigger images . They are smaller so they are not clearly visible. 
&lt;BR /&gt;anyways Thanks again. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Biswajit</description>
      <pubDate>Sun, 28 Apr 2013 11:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-two-sub-jobs-parallel/m-p/2288101#M61621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-28T11:16:15Z</dc:date>
    </item>
  </channel>
</rss>

