<?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 Exporting Talend-job as a standalone-job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540827#M149303</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Segoe UI'; font-size: 9pt; white-space: pre-wrap;"&gt;
&lt;P style="margin: 0;"&gt;im using Talend Cloud Data Management Platform&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Version: 8&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Build id: 20250822_0619-patch&lt;/P&gt;
&lt;P style="margin: 0;"&gt;R2025-08&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="194" data-end="448"&gt;I am exporting a Talend job as a &lt;STRONG data-start="227" data-end="245"&gt;standalone job&lt;/STRONG&gt; using the &lt;STRONG data-start="256" data-end="271"&gt;“Build Job”&lt;/STRONG&gt; function in Talend Studio.&lt;BR data-start="298" data-end="301" /&gt;This process generates a ZIP archive that contains all required artifacts to run the job independently, including a shell script and context files.&lt;/P&gt;
&lt;P data-start="450" data-end="698"&gt;During the export, it is possible to select a context. In our case, we use two contexts: &lt;STRONG data-start="539" data-end="547"&gt;PROD&lt;/STRONG&gt; and &lt;STRONG data-start="552" data-end="559"&gt;DEV&lt;/STRONG&gt;.&lt;BR data-start="560" data-end="563" /&gt;I exported the job with the &lt;STRONG data-start="591" data-end="599"&gt;PROD&lt;/STRONG&gt; context selected. Inside the generated ZIP archive, a file named &lt;STRONG data-start="665" data-end="686"&gt;&lt;CODE data-start="667" data-end="684"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt; is present.&lt;/P&gt;
&lt;P data-start="728" data-end="978"&gt;When I run the standalone job on a &lt;STRONG data-start="763" data-end="797"&gt;Linux (Ubuntu) virtual machine&lt;/STRONG&gt;, the job &lt;STRONG data-start="807" data-end="871"&gt;does not use the configuration values from &lt;CODE data-start="852" data-end="869"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt;.&lt;BR data-start="872" data-end="875" /&gt;Instead, it continues to use the context values that are defined directly within the Talend job itself.&lt;/P&gt;
&lt;P data-start="728" data-end="978"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1004" data-end="1039"&gt;Running the job without parameters:&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="1160" data-end="1240"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1160" data-end="1240"&gt;Running the job while explicitly specifying the context and the properties file:&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh \
--context=PROD \
--context_param_file=/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/src/main/resources/data_demo/cassandrapomjob_0_1/contexts/PROD.properties
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1558" data-end="1634"&gt;In both cases, the job &lt;STRONG data-start="1581" data-end="1633"&gt;does not apply the values from &lt;CODE data-start="1614" data-end="1631"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="1558" data-end="1634"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1663" data-end="1809"&gt;When I override individual context variables directly via the command line using &lt;CODE data-start="1744" data-end="1761"&gt;--context_param&lt;/CODE&gt;, the values are applied correctly. For example:&lt;/P&gt;
&lt;P&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh \&lt;/CODE&gt;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;--context=PROD \
--context_param broker_host=XX&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="1999" data-end="2323"&gt;Why is the standalone job not using the values from the &lt;CODE data-start="2055" data-end="2072"&gt;PROD.properties&lt;/CODE&gt; file, even though the file exists in the exported ZIP and is explicitly referenced via &lt;CODE data-start="2160" data-end="2182"&gt;--context_param_file&lt;/CODE&gt;?&lt;/P&gt;
&lt;P data-start="1999" data-end="2323"&gt;&lt;BR data-start="2183" data-end="2186" /&gt;What is the correct or recommended way to run a Talend standalone job so that it uses the values defined in a context &lt;CODE data-start="2304" data-end="2317"&gt;.properties&lt;/CODE&gt; file?&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks a lot in advance.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Best regards,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Tugce&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
    <pubDate>Wed, 14 Jan 2026 08:20:07 GMT</pubDate>
    <dc:creator>Tugce_Gueduek</dc:creator>
    <dc:date>2026-01-14T08:20:07Z</dc:date>
    <item>
      <title>Exporting Talend-job as a standalone-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540827#M149303</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;DIV style="background-color: #ffffff; padding: 0px 0px 0px 0px;"&gt;
&lt;DIV style="color: #000000; background-color: #ffffff; font-family: 'Segoe UI'; font-size: 9pt; white-space: pre-wrap;"&gt;
&lt;P style="margin: 0;"&gt;im using Talend Cloud Data Management Platform&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Version: 8&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Build id: 20250822_0619-patch&lt;/P&gt;
&lt;P style="margin: 0;"&gt;R2025-08&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="194" data-end="448"&gt;I am exporting a Talend job as a &lt;STRONG data-start="227" data-end="245"&gt;standalone job&lt;/STRONG&gt; using the &lt;STRONG data-start="256" data-end="271"&gt;“Build Job”&lt;/STRONG&gt; function in Talend Studio.&lt;BR data-start="298" data-end="301" /&gt;This process generates a ZIP archive that contains all required artifacts to run the job independently, including a shell script and context files.&lt;/P&gt;
&lt;P data-start="450" data-end="698"&gt;During the export, it is possible to select a context. In our case, we use two contexts: &lt;STRONG data-start="539" data-end="547"&gt;PROD&lt;/STRONG&gt; and &lt;STRONG data-start="552" data-end="559"&gt;DEV&lt;/STRONG&gt;.&lt;BR data-start="560" data-end="563" /&gt;I exported the job with the &lt;STRONG data-start="591" data-end="599"&gt;PROD&lt;/STRONG&gt; context selected. Inside the generated ZIP archive, a file named &lt;STRONG data-start="665" data-end="686"&gt;&lt;CODE data-start="667" data-end="684"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt; is present.&lt;/P&gt;
&lt;P data-start="728" data-end="978"&gt;When I run the standalone job on a &lt;STRONG data-start="763" data-end="797"&gt;Linux (Ubuntu) virtual machine&lt;/STRONG&gt;, the job &lt;STRONG data-start="807" data-end="871"&gt;does not use the configuration values from &lt;CODE data-start="852" data-end="869"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt;.&lt;BR data-start="872" data-end="875" /&gt;Instead, it continues to use the context values that are defined directly within the Talend job itself.&lt;/P&gt;
&lt;P data-start="728" data-end="978"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1004" data-end="1039"&gt;Running the job without parameters:&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="1160" data-end="1240"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1160" data-end="1240"&gt;Running the job while explicitly specifying the context and the properties file:&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh \
--context=PROD \
--context_param_file=/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/src/main/resources/data_demo/cassandrapomjob_0_1/contexts/PROD.properties
&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1558" data-end="1634"&gt;In both cases, the job &lt;STRONG data-start="1581" data-end="1633"&gt;does not apply the values from &lt;CODE data-start="1614" data-end="1631"&gt;PROD.properties&lt;/CODE&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="1558" data-end="1634"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1663" data-end="1809"&gt;When I override individual context variables directly via the command line using &lt;CODE data-start="1744" data-end="1761"&gt;--context_param&lt;/CODE&gt;, the values are applied correctly. For example:&lt;/P&gt;
&lt;P&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/CassandraPomJob_run.sh \&lt;/CODE&gt;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-2xl corner-superellipse/1.1 relative bg-token-sidebar-surface-primary"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;SPAN&gt;--context=PROD \
--context_param broker_host=XX&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;CODE class="whitespace-pre! language-bash"&gt;&lt;/CODE&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P data-start="1999" data-end="2323"&gt;Why is the standalone job not using the values from the &lt;CODE data-start="2055" data-end="2072"&gt;PROD.properties&lt;/CODE&gt; file, even though the file exists in the exported ZIP and is explicitly referenced via &lt;CODE data-start="2160" data-end="2182"&gt;--context_param_file&lt;/CODE&gt;?&lt;/P&gt;
&lt;P data-start="1999" data-end="2323"&gt;&lt;BR data-start="2183" data-end="2186" /&gt;What is the correct or recommended way to run a Talend standalone job so that it uses the values defined in a context &lt;CODE data-start="2304" data-end="2317"&gt;.properties&lt;/CODE&gt; file?&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thanks a lot in advance.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Best regards,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Tugce&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Jan 2026 08:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540827#M149303</guid>
      <dc:creator>Tugce_Gueduek</dc:creator>
      <dc:date>2026-01-14T08:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Talend-job as a standalone-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540922#M149310</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360319"&gt;@Tugce_Gueduek&lt;/a&gt;&amp;nbsp;Select the context during building the Job, the context will be set in the jobName_run.bat/jobName_run.sh file, such as:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt; ... --context=PROD "$@"&lt;/LI-CODE&gt;
&lt;P&gt;To verify this, open the "jobName_run.sh" file and confirm that it contains the string value "--context=PROD".&lt;/P&gt;
&lt;P&gt;By default, the Job will use the values defined in the context "PROD".&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Shicong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 07:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540922#M149310</guid>
      <dc:creator>Shicong_Hong</dc:creator>
      <dc:date>2026-01-15T07:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Talend-job as a standalone-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540923#M149311</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/257838"&gt;@Shicong_Hong&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="93" data-end="120"&gt;Thank you for your support.&lt;/P&gt;
&lt;P data-start="122" data-end="293"&gt;I can confirm that the &lt;CODE data-start="145" data-end="155"&gt;*_run.sh&lt;/CODE&gt; script contains the string &lt;CODE data-start="183" data-end="199"&gt;--context=PROD&lt;/CODE&gt;. However, my requirement is to &lt;STRONG data-start="231" data-end="292"&gt;change the context values after the job has been exported&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P data-start="295" data-end="583"&gt;The correct configuration values are maintained in &lt;STRONG data-start="346" data-end="353"&gt;TMC&lt;/STRONG&gt;, and therefore I would like the standalone job to &lt;STRONG data-start="404" data-end="454"&gt;use the values from the &lt;CODE data-start="430" data-end="447"&gt;PROD.properties&lt;/CODE&gt; file&lt;/STRONG&gt;.&lt;BR data-start="455" data-end="458" /&gt;Currently, even after modifying &lt;CODE data-start="490" data-end="507"&gt;PROD.properties&lt;/CODE&gt;, the job continues to run with the values that were defined at export time.&lt;/P&gt;
&lt;P data-start="585" data-end="733"&gt;Could you please advise how the exported standalone job can be configured to use the values from &lt;CODE data-start="682" data-end="699"&gt;PROD.properties&lt;/CODE&gt; instead of the hard-coded values?&lt;/P&gt;
&lt;P data-start="585" data-end="733"&gt;Thanks a lot in advance&lt;/P&gt;
&lt;P data-start="585" data-end="733"&gt;Kind regards&lt;/P&gt;
&lt;P data-start="585" data-end="733"&gt;Tugce&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2026 08:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2540923#M149311</guid>
      <dc:creator>Tugce_Gueduek</dc:creator>
      <dc:date>2026-01-15T08:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Talend-job as a standalone-job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2541312#M149321</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/360319"&gt;@Tugce_Gueduek&lt;/a&gt;&amp;nbsp;, you are not using the right context files :&lt;/P&gt;
&lt;P&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/src/main/resources/data_demo/cassandrapomjob_0_1/contexts/PROD.properties&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;there is another folder that should be like this :&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/home/administrator/talend_jobs/prod/demo/CassandraPomJob_0.1_PROD/CassandraPomJob/data_demo/cassandrapomjob_0_1/contexts&lt;/P&gt;
&lt;P&gt;And&amp;nbsp;if&amp;nbsp;you&amp;nbsp;change&amp;nbsp;the&amp;nbsp;value&amp;nbsp;in&amp;nbsp;the&amp;nbsp;context.properties&amp;nbsp;files&amp;nbsp;of&amp;nbsp;this&amp;nbsp;folder&amp;nbsp;it&amp;nbsp;will&amp;nbsp;be&amp;nbsp;taken&amp;nbsp;into&amp;nbsp;account.&lt;/P&gt;
&lt;P&gt;Best&amp;nbsp;regards&lt;BR /&gt;Jérémy&lt;/P&gt;
&lt;P&gt;&lt;CODE class="whitespace-pre!  language-bash"&gt;&lt;/CODE&gt;&lt;CODE class="whitespace-pre!  language-bash"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 10:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exporting-Talend-job-as-a-standalone-job/m-p/2541312#M149321</guid>
      <dc:creator>Gjeremy</dc:creator>
      <dc:date>2026-01-22T10:36:28Z</dc:date>
    </item>
  </channel>
</rss>

