<?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: Slow Job-Generation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249993#M34366</link>
    <description>Sorry, forgot to mention. we are using &lt;BR /&gt;Talend Open Studio for Big Data&lt;BR /&gt;Version: 6.2.1.20160704_1411</description>
    <pubDate>Tue, 07 Mar 2017 20:03:23 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2017-03-07T20:03:23Z</dc:date>
    <item>
      <title>Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249963#M34336</link>
      <description>Hallo, 
&lt;BR /&gt;I have migrated some project from Talend Open Studio 5.6.1 to 6.1.0 - mostly with no problems. But the job generation seems to be very slow. 
&lt;BR /&gt;So I created some very simple jobs, a MainJob and 10 empty subjobs. The MainJob contains 10 tRunJob-Components that call the empty subjobs. Here a comparison of the job-generation: 
&lt;BR /&gt;Talend 5.6.1: &amp;lt; 1s 
&lt;BR /&gt;Talend 6.0.1: ~ 2.5s 
&lt;BR /&gt;Talend 6.1.0: ~ 5s 
&lt;BR /&gt;Then I migrated some "production" jobs to version 6.1.0. This are mostly normal etl-processes to build up dimension-tables for a DWH-database. 
&lt;BR /&gt;Job-Generation: 
&lt;BR /&gt;Talend 5.6.1: ~10s 
&lt;BR /&gt;Talend 6.1.0: ~51s 
&lt;BR /&gt;And this were quite "small" jobs. I have a bigger Job that needs about 4-5 Minutes to export on 5.6.1. After 15 Minutes I killed the export-process on 6.1.0. 
&lt;BR /&gt;Is there anything setting to speedup the job-generation? Any maven settings? Any parallelization for job generation? 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Paul Mandalka</description>
      <pubDate>Wed, 09 Dec 2015 09:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249963#M34336</guid>
      <dc:creator>DaKaLKa</dc:creator>
      <dc:date>2015-12-09T09:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249964#M34337</link>
      <description>Hi,&lt;BR /&gt;Is there any error message in log which &lt;FONT size="2"&gt;is located in &amp;lt;Talend Studio installation path&amp;gt;/workspace/.metadata/.log when you kill your processing?&lt;BR /&gt;Does this issue only repro studio 6.1.0?&lt;BR /&gt;Have you tried to generate one job from one studio to another to see if the speed is normal? &lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 14 Dec 2015 02:32:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249964#M34337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-14T02:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249965#M34338</link>
      <description>Hi, 
&lt;BR /&gt;no there is no error message. I think, the process would be generated but it takes very long. 
&lt;BR /&gt;If I run one simple job from Talend, there is almost not difference: 
&lt;BR /&gt;5.6.2: &amp;lt; 0.5s 
&lt;BR /&gt;6.0.1: ~1.2s 
&lt;BR /&gt;6.1.0: ~1.3s 
&lt;BR /&gt;This where very simple Jobs in a very small demo project. 
&lt;BR /&gt;My normal project to build up a DWH has about 700 Jobs. 
&lt;BR /&gt;A comparison in Job-Generation if I run the job in studio: 
&lt;BR /&gt;5.6.1: &amp;lt; 0.5s (second run) 
&lt;BR /&gt;6.1.0: ~ 5.5s (second run) 
&lt;BR /&gt;Building the Job as Standalone Job 
&lt;BR /&gt;5.6.1: ~ 6s 
&lt;BR /&gt;6.1.0: ~ 25s 
&lt;BR /&gt;This is for a "simple" job with a MSSQL-Server as source and 5 Lookup tables, two tMaps and a MSSQL-Output. 
&lt;BR /&gt;For me it seems, that there is a high overhead for every job and at the end of the job generation in the new version. 
&lt;BR /&gt;There are no error messages and no missing Jar-Files.</description>
      <pubDate>Tue, 15 Dec 2015 09:22:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249965#M34338</guid>
      <dc:creator>DaKaLKa</dc:creator>
      <dc:date>2015-12-15T09:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249966#M34339</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I'm having the same issue. We have a big job that calls almost 30 Subjobs. It takes me about 30 mins to build that big job. However, it was only about 5 mins when I was using Talend v5.5.</description>
      <pubDate>Mon, 29 Feb 2016 19:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249966#M34339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T19:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249967#M34340</link>
      <description>Hi, 
&lt;BR /&gt;are there any possibilities to gain more performance from the Job build? 
&lt;BR /&gt;I noticed that all job are generated over and over again e.g. I have&amp;nbsp; a tRunJob with a dynamic job and I have selected about 200 Job als possible Jobs. It I generate the start-Job, all 200 Jobs are generated every time, even if nothing has changed in the jobs. 
&lt;BR /&gt;This is not very efficient. Are there any hidden settings for that? 
&lt;BR /&gt;Kind regards, 
&lt;BR /&gt;Paul Mandalka</description>
      <pubDate>Tue, 08 Mar 2016 10:48:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249967#M34340</guid>
      <dc:creator>DaKaLKa</dc:creator>
      <dc:date>2016-03-08T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249968#M34341</link>
      <description>I am having the exact same issue. This needs resolving. I have raised a support call.&amp;nbsp;
&lt;BR /&gt;Talend Studio should be able to identify which jobs have been modified and ONLY compile those (obviously jobs containing jobs which have been modified will need to be recompiled as well). We have a situation where a job that took 5 to 10 mins to compile in 5.6.1 takes almost an hour in 6.1.1.</description>
      <pubDate>Tue, 08 Mar 2016 11:22:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249968#M34341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T11:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249969#M34342</link>
      <description>Hi,&lt;BR /&gt;any news on that?</description>
      <pubDate>Tue, 15 Mar 2016 18:48:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249969#M34342</guid>
      <dc:creator>DaKaLKa</dc:creator>
      <dc:date>2016-03-15T18:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249970#M34343</link>
      <description>We had this same issue, which was resolved in the most recent patch&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="arial, sans-serif"&gt;Patch_20160316_TPS-1251_v1&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 15 Apr 2016 16:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249970#M34343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-15T16:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249971#M34344</link>
      <description>Hi, 
&lt;BR /&gt;We have recently migrated to Talend 6.1.1(Enterprise version) and we are facing the same issue. 
&lt;BR /&gt;Please let me know if there is any solution for this. 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Fri, 29 Apr 2016 13:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249971#M34344</guid>
      <dc:creator>ananyasingh</dc:creator>
      <dc:date>2016-04-29T13:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249972#M34345</link>
      <description>Hi,&lt;BR /&gt;We are using Talend 6.1.1 and we have the same&amp;nbsp;issue.</description>
      <pubDate>Fri, 29 Apr 2016 14:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249972#M34345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-04-29T14:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249973#M34346</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Hi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;am getting same issue jobs are taking too much time to generate and run.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;BR /&gt;can anybody has solution.&lt;BR /&gt;Talend 6.1&lt;BR /&gt;Coludera 5.5&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 04 May 2016 15:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249973#M34346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-04T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249974#M34347</link>
      <description>Hi,
&lt;BR /&gt;We too are facing same issue with jobs taking too much time to generate &amp;amp; run the jobs.
&lt;BR /&gt;Does any one have got solution for this issue.
&lt;BR /&gt;Talend 6.1.1 (Enterprise Edition)
&lt;BR /&gt;Thanks &amp;amp; Regards
&lt;BR /&gt;Ashok Karnam</description>
      <pubDate>Sat, 14 May 2016 08:14:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249974#M34347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-14T08:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249975#M34348</link>
      <description>We had the same issue when we upgraded from Talend 5.6 to 6.1. The generate/build step started taking double the amount of 5.6.&amp;nbsp; 
&lt;BR /&gt;Here are my observations and steps followed to bring down to normal. 
&lt;BR /&gt;1. Talend 5.6 requires Java 7 jdk 1.7 (Must) 
&lt;BR /&gt;2. Though Talend 6.1 still support jdk 1.7 but it is highly recommended to have Java 8 jdk 1.8. This is big! give this a try. 
&lt;BR /&gt;3. Talend 6.1 generate/build process includes maven, this is another reason the build process takes more time. This was optional in 5.6 but it is part of build in 6.1. 
&lt;BR /&gt;4. Talend 6.1 requies patch 1237 to address slowness in setComponentPath (a step in generate). If you are generating via TAC, goto commandline section and notice the time it took for initRemote, logonProject, setComponentPath and buildJob. 
&lt;BR /&gt;4.1 If you see delay in initRemote - this is probably connection to TAC is very slow 
&lt;BR /&gt;4.2 if it's logonProject - you may require svn cleanup and delete unwanted jobs in repository 
&lt;BR /&gt;4.3 if it's setComponentPath - the patch 1237 will fix it. 
&lt;BR /&gt;4.4 If it's buildJob step - java upgrade will hopefully fix it. 
&lt;BR /&gt;5. It is always advised to run svn cleanup and also delete unwanted jobs from repository. 
&lt;BR /&gt;Hope it helps 
&lt;BR /&gt;Thanks 
&lt;BR /&gt;Rohan Suresh</description>
      <pubDate>Sat, 14 May 2016 15:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249975#M34348</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-14T15:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249976#M34349</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ashok.karnam&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;,&lt;BR /&gt;Does this issue repro on all jobs on v 6.1.1 or just a specific job? Are you using JDK 1.8?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 17 May 2016 10:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249976#M34349</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-17T10:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249977#M34350</link>
      <description>Sabrina,&lt;BR /&gt;Generation time taken is high for all the jobs &amp;amp; not specific to any particular job.&lt;BR /&gt;Even for the jobs with minimal tComponents (~2-3) it takes longer time say around 3-5 mins.&lt;BR /&gt;Java version -&amp;nbsp;java version "1.8.0_92"&lt;BR /&gt;Can you advice on, what could be the typical time taken for Generating &amp;amp; Deploying a job having minimal tComponents with no complexity/transformations.&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Ashok Karnam</description>
      <pubDate>Tue, 17 May 2016 10:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249977#M34350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-17T10:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249978#M34351</link>
      <description>Hi&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Ashok Karnam&lt;/FONT&gt;&lt;/FONT&gt;,
&lt;BR /&gt;The job-generation consuming time is determined by many elements, job design, data volumn, your prod environment, the component you are using and so on.
&lt;BR /&gt;It's a little hard for us to repro your slow job-generation issue on our side.
&lt;BR /&gt;Would you mind report a ticket for your issue on Talend Support Portal? In this way, our collegues from support team can give you a remote assistance on this performance issue.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 18 May 2016 10:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249978#M34351</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-18T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249979#M34352</link>
      <description>Thanks Sabrina,&lt;BR /&gt;Job design is very simple job, populating data from source table to target table without any transformations &amp;amp; having bare minimal components - tMySQLInput, tMap, tMySQLOutput with a volume of 10,000 rows. Input &amp;amp; Output databases are within LAN.&amp;nbsp;&lt;BR /&gt;As suggested, I will create a ticket on Talend support portal for the said issue.&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;Ashok Karnam</description>
      <pubDate>Wed, 18 May 2016 10:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249979#M34352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-18T10:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249980#M34353</link>
      <description>My experiences is, the speed of the SVN has the most influence. If you have less network latency you can increase the build speed significant. We also see under Windows it runs much slower than under Linux.</description>
      <pubDate>Thu, 19 May 2016 17:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249980#M34353</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-19T17:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249981#M34354</link>
      <description>Even we face the same problem while migrating from talend 5.6.1 to 6.1.1.&lt;BR /&gt;6.1.1 is mush slower compared to 5.6.1 ?&amp;nbsp;&lt;BR /&gt;kindly recommend some possible solution for this problem.&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Amritha</description>
      <pubDate>Mon, 23 May 2016 11:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249981#M34354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-23T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slow Job-Generation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249982#M34355</link>
      <description>&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;We are using Talend 6.1.1 and we have the same&amp;nbsp;issue.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 27 May 2016 03:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Slow-Job-Generation/m-p/2249982#M34355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-27T03:59:23Z</dc:date>
    </item>
  </channel>
</rss>

