<?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: Reg: tBufferInput and tBufferOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291189#M64397</link>
    <description>It's possible to call a subjob that starts with a tBufferInput like this?&lt;BR /&gt;father job:&lt;BR /&gt;tRunJob(run the child job)--&amp;gt;tBufferOutput_1&lt;BR /&gt;     |&lt;BR /&gt;onsubjobok&lt;BR /&gt;     |&lt;BR /&gt;tRunJob(start with tBufferInput component)--&amp;gt;tLogRow_1</description>
    <pubDate>Wed, 09 Feb 2011 09:05:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-02-09T09:05:31Z</dc:date>
    <item>
      <title>Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291186#M64394</link>
      <description>Hi,&lt;BR /&gt;If I design my job like below. How many times will father jobs reads the source? 1 time or 6 times?&lt;BR /&gt;&lt;BR /&gt;child job :&lt;BR /&gt;tOracleInput--&amp;gt;tMap--&amp;gt;tBufferOutput&lt;BR /&gt;father job 1:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;father job 2:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;father job 3:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;father job 4:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;father job 5:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;father job 6:&lt;BR /&gt;tRunJob(run the child job)---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput&lt;BR /&gt;&lt;BR /&gt;To my understanding whenever my father jobs getting executed, child job executed first. &lt;BR /&gt;If my 6 father jobs are using same child jobs at same time, it means my child job executed 6 times, which is nothing but reading the same source 6 times. Am I right?&lt;BR /&gt;I don't know how it works in Talend. Expecting some replies for this post&lt;BR /&gt;Thanks&lt;BR /&gt;Naju</description>
      <pubDate>Sat, 16 Nov 2024 13:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291186#M64394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291187#M64395</link>
      <description>Hello Naju 
&lt;BR /&gt;In your case, the child job is executed 6 times, because you are using 6 tRunJob to call the child job 6 times. If you want the child job only executed one time and read the same source 6 times, using 1 tBufferOutput in the father job to store the source into memory and 6 tBufferInput to read the same source, the job looks like: 
&lt;BR /&gt;child job : 
&lt;BR /&gt;tOracleInput--&amp;gt;tMap--&amp;gt;tBufferOutput 
&lt;BR /&gt;father job: 
&lt;BR /&gt;tRunJob(run the child job)--&amp;gt;tBufferOutput_1 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_1---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_2---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_3---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_4---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_5---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tBufferInput_6---&amp;gt;tMap--tfilerRow--tMap--tOracleOutput 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 20 May 2010 04:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291187#M64395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-20T04:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291188#M64396</link>
      <description>Or use one tBufferInput and then tReplicate</description>
      <pubDate>Mon, 07 Jun 2010 01:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291188#M64396</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2010-06-07T01:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291189#M64397</link>
      <description>It's possible to call a subjob that starts with a tBufferInput like this?&lt;BR /&gt;father job:&lt;BR /&gt;tRunJob(run the child job)--&amp;gt;tBufferOutput_1&lt;BR /&gt;     |&lt;BR /&gt;onsubjobok&lt;BR /&gt;     |&lt;BR /&gt;tRunJob(start with tBufferInput component)--&amp;gt;tLogRow_1</description>
      <pubDate>Wed, 09 Feb 2011 09:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291189#M64397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-09T09:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291190#M64398</link>
      <description>Hi 
&lt;BR /&gt;No, it is impossible, to pass flow from father job to child job, you need use context variables, see 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCj5rCAC" 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; 
&lt;BR /&gt;or use joblet feature in Talend Integration Suite. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 09 Feb 2011 09:14:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291190#M64398</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-09T09:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291191#M64399</link>
      <description>Could be an alternative call the subjob as an inline job?
&lt;BR /&gt;What I want to say with this, is to drag the job from repository list to the designer.
&lt;BR /&gt;There will be a difference between inline job mode and this?
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Wed, 09 Feb 2011 09:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291191#M64399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-09T09:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Reg: tBufferInput and tBufferOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291192#M64400</link>
      <description>Hi 
&lt;BR /&gt;Yes, you can drag the joblet from palette to the designer as you drag a component. The joblet works as a part of main job. 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 10 Feb 2011 06:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reg-tBufferInput-and-tBufferOutput/m-p/2291192#M64400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-10T06:42:37Z</dc:date>
    </item>
  </channel>
</rss>

