<?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: Deploy the job in production environment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293570#M143249</link>
    <description>Yes you need to place all the folders and files.</description>
    <pubDate>Mon, 06 Apr 2020 08:13:11 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-04-06T08:13:11Z</dc:date>
    <item>
      <title>Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293565#M143244</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;
&lt;P&gt;I am using Talend open studio to develop some jobs in dev server. when i build the job it is generating a .zip files and inside there so many folders.&lt;/P&gt;
&lt;P&gt;But, how to move the jobs to production environment and create cron/windows task to schedule the job?&lt;/P&gt;
&lt;P&gt;? all folders are must or only .jar and .sh/.bat files enough?&lt;/P&gt;
&lt;P&gt;? what are the files are required to run the job in production from the .zip complied file&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293565#M143244</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T02:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293566#M143245</link>
      <description>You need to create different environment context groups like Dev,Uat and Prod in the studio.
&lt;BR /&gt;
&lt;BR /&gt;After you build .sh will have the default one which you have selected or used while you building.
&lt;BR /&gt;
&lt;BR /&gt;--context=Dev in .sh file.when you moved to production you need to edit .sh file to change the Dev to Prod. And you can change the value for specific environment value by going into context folder files.</description>
      <pubDate>Mon, 06 Apr 2020 04:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293566#M143245</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-06T04:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293567#M143246</link>
      <description>&lt;P&gt;Thank you Mano.&lt;/P&gt;&lt;P&gt;My questions is, when i build the job the output of the build is .zip file. but there are so many folders and files inside the zip, for ex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;test_0.1 (main folder after extracting from .zip)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;jobinfo.properties (file)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;lib (folder)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;test (folder)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; items (folder and it contains many sub folder and files)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; log4j.xml (file)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; src (folder and it contains many sub folder and files)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; test&amp;nbsp;(folder and it contains many sub folder and files)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; test_0.1.jar&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; test_run.bat&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; test_run.sh&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;test_run.ps1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;? Should all folders and files are must required in production environment to run the job(via scheduler)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 05:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293567#M143246</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-06T05:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293568#M143247</link>
      <description>when you moved to production you need to take. Zip file and you need to extract that zip file.</description>
      <pubDate>Mon, 06 Apr 2020 05:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293568#M143247</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-06T05:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293569#M143248</link>
      <description>&lt;P&gt;yes, there are many folders and files inside the extracted zip file. are they all must be placed in prod server?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 06:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293569#M143248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-06T06:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293570#M143249</link>
      <description>Yes you need to place all the folders and files.</description>
      <pubDate>Mon, 06 Apr 2020 08:13:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293570#M143249</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-06T08:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293571#M143250</link>
      <description>&lt;P&gt;This doesnt seem to be correct. I see .java files and item files generated when the zip folder is extracted. The Item files are not needed for job execution but only for the studio and why in the world would we need .java files to be deployed. the jar contains the relevant .class files that are needed. We clearly do not need all the files to be moved to higher environments for job executions&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 06:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293571#M143250</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-12T06:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293572#M143251</link>
      <description>&lt;P&gt;Dear AnonSoul,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please advise, what are the folders/files must need to move prod environment?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 19:13:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293572#M143251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-12T19:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Deploy the job in production environment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293573#M143252</link>
      <description>I am a noob to talend (started a month ago) working on automating our current build process and I am too looking for an appropriate answer to this question. I stumbled upon your question while searching for the right path around this. Unfortunately haven't yet gotten a good way around it.</description>
      <pubDate>Mon, 13 Apr 2020 05:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Deploy-the-job-in-production-environment/m-p/2293573#M143252</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-13T05:28:04Z</dc:date>
    </item>
  </channel>
</rss>

