<?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 Multiple Job instance in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346270#M113689</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp;I am creating some products through API.&lt;BR /&gt;For this I am sending json in the Post request. I can send 40 requests in one&amp;nbsp;second and one request is taking around 4 second to create a product.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I need to run 60 jobs in parallel&lt;/STRONG&gt;,&lt;BR /&gt;For this I have created a Master job which will iterate 60 times and call the subjob1&amp;nbsp;with run as independent Subjob.&lt;/P&gt;&lt;P&gt;Subjob1 will iterate for 100 products with run as independent Subjob.&lt;/P&gt;&lt;P&gt;But the problem is, Master job is not running as independent Subjob.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am using Open Studio for Talend.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2017 10:51:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-07-24T10:51:45Z</dc:date>
    <item>
      <title>Multiple Job instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346270#M113689</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&amp;nbsp;I am creating some products through API.&lt;BR /&gt;For this I am sending json in the Post request. I can send 40 requests in one&amp;nbsp;second and one request is taking around 4 second to create a product.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I need to run 60 jobs in parallel&lt;/STRONG&gt;,&lt;BR /&gt;For this I have created a Master job which will iterate 60 times and call the subjob1&amp;nbsp;with run as independent Subjob.&lt;/P&gt;&lt;P&gt;Subjob1 will iterate for 100 products with run as independent Subjob.&lt;/P&gt;&lt;P&gt;But the problem is, Master job is not running as independent Subjob.&lt;/P&gt;&lt;P&gt;&amp;nbsp; I am using Open Studio for Talend.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 10:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346270#M113689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T10:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Job instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346271#M113690</link>
      <description>&lt;P&gt;I think you need to be a bit clearer about what you want. When you say "subjob" do you mean "child job"? A subjob is a complete end to end section (usually represented as a series of components in a shaded box area within a job). A child job is simply a Talend job being run by another (parent) job.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You said "&lt;SPAN&gt;But the problem is, Master job is not running as independent Subjob.". The Master job will be running your child jobs, unless you are wanting some sort of recursive process.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What have you got at the moment? Can you post a screenshot?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 11:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346271#M113690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T11:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Job instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346272#M113691</link>
      <description>Hi,
&lt;BR /&gt;Thanks for your reply.
&lt;BR /&gt;I am calling a child job. I have attached the screenshot to the post.
&lt;BR /&gt;Can you suggest any other logic through which i can run 60 parallel instances.</description>
      <pubDate>Mon, 24 Jul 2017 11:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346272#M113691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T11:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Job instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346273#M113692</link>
      <description>&lt;P&gt;You are iterating over your recordset to fire your child jobs. As such, you will only get 1 at a time. The Open Source edition of Talend does not come with multitasking (it's one of the few things they make you pay for). You can manually enable multitasking (of a kind) in Open Studio by triggering compiled jobs to be run using a script and having those jobs controlled by a shared database table (ensuring the same data is not processed by more than one job at a time). There are other ways of doing this kind of thing. You could write a small multi-threaded Java application to do this as well. Unfortunately unless you purchase the Enterprise Edition, you can't really do this with the Open Source Edition.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:15:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346273#M113692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T12:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Job instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346274#M113693</link>
      <description>Thanks for your reply
&lt;BR /&gt;I will try to write program for multi threading in java.
&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-Job-instance/m-p/2346274#M113693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-07-24T12:34:45Z</dc:date>
    </item>
  </channel>
</rss>

