<?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 Passing data between jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-data-between-jobs/m-p/2338056#M106335</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I googled and found some info around this topic, could not find the best matching answer to my question and so finally though of posting it here.&lt;BR /&gt;&lt;BR /&gt;Problem: Our ETL is going to be split into multiple jobs. So we want to understand what would be the best way to pass data from job1 to job2 and so on.&lt;BR /&gt;&lt;BR /&gt;Considerations:&amp;nbsp;&lt;BR /&gt;1. Some cases data volumes would be 10s of GBs&lt;BR /&gt;2. Some cases data volumes would be 100s of MBs&lt;BR /&gt;3. We could have jobs that are running in parallel and then once they are finished, a single job to consolidate these all to load to Redshift&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;1. Will it be better to stage intermediate output in Amazon Redshift or will take the performance down?&lt;BR /&gt;2. Is something available using which data can be made available to next job without landing on the disc?&lt;BR /&gt;3. Also what would be restartability&amp;nbsp;options with the solutions? I mean can we achieve something like from the design of say 10 jobs, if first 5 fail, next time we only run aborted job and remaining jobs?&lt;BR /&gt;&lt;BR /&gt;Any inputs will be appreciated.&lt;BR /&gt;&lt;BR /&gt;- Kirti&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2016 10:23:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-08T10:23:22Z</dc:date>
    <item>
      <title>Passing data between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-data-between-jobs/m-p/2338056#M106335</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I googled and found some info around this topic, could not find the best matching answer to my question and so finally though of posting it here.&lt;BR /&gt;&lt;BR /&gt;Problem: Our ETL is going to be split into multiple jobs. So we want to understand what would be the best way to pass data from job1 to job2 and so on.&lt;BR /&gt;&lt;BR /&gt;Considerations:&amp;nbsp;&lt;BR /&gt;1. Some cases data volumes would be 10s of GBs&lt;BR /&gt;2. Some cases data volumes would be 100s of MBs&lt;BR /&gt;3. We could have jobs that are running in parallel and then once they are finished, a single job to consolidate these all to load to Redshift&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;1. Will it be better to stage intermediate output in Amazon Redshift or will take the performance down?&lt;BR /&gt;2. Is something available using which data can be made available to next job without landing on the disc?&lt;BR /&gt;3. Also what would be restartability&amp;nbsp;options with the solutions? I mean can we achieve something like from the design of say 10 jobs, if first 5 fail, next time we only run aborted job and remaining jobs?&lt;BR /&gt;&lt;BR /&gt;Any inputs will be appreciated.&lt;BR /&gt;&lt;BR /&gt;- Kirti&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2016 10:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-data-between-jobs/m-p/2338056#M106335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T10:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Passing data between jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-data-between-jobs/m-p/2338057#M106336</link>
      <description>In general the best way to process data in parallel is to have a criteria to separate the data into chunks.
&lt;BR /&gt;If you find a dimension like day, country or similar (also combinations) this would be a great possibility to spilt the data.
&lt;BR /&gt;Now create a job wich iterates through these chunks and build also a (worker-) job wich is dedicated to process a given chunk of data.
&lt;BR /&gt;Triggering a tRunJob is usually done be an Iterate trigger. The advantage is this iterate trigger it self can configured to trigger in parallel with a configurable number of threads.
&lt;BR /&gt;The handover of the chunk identifier(s) should be done be context variables of the worker job.
&lt;BR /&gt;Lets assume an simple example:
&lt;BR /&gt;tMysqlInput --flow--&amp;gt; tFlowToIterate --iterate (parallel)--&amp;gt; tRunJob (for the worker).
&lt;BR /&gt;the first input selects the various chunks of data (only the id like dates or countries etc.) and these Ids are handover in the tRunJob in the context settings and filled with the variables of the tFlowToIterate.</description>
      <pubDate>Mon, 08 Feb 2016 21:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-data-between-jobs/m-p/2338057#M106336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T21:03:03Z</dc:date>
    </item>
  </channel>
</rss>

