<?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 Using context variables passed by aws batch overwriting runJobInTOS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232044#M22135</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We are using aws batch to trigger talend jobs. Problem is aws batch can only pass parameters individually&lt;/P&gt; 
&lt;P&gt;i.e talends required syntax --context key=val will not work as batch will pass k val&amp;nbsp; (with space) . So context variable alway shas a val of space .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;to overcome this i modified param evaluation in Job in method&amp;nbsp;runJobInTOS.&lt;/P&gt; 
&lt;P&gt;But every time i refresh it gets overwritten with default code how do i make this changes permanent.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:47:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:47:08Z</dc:date>
    <item>
      <title>Using context variables passed by aws batch overwriting runJobInTOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232044#M22135</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;We are using aws batch to trigger talend jobs. Problem is aws batch can only pass parameters individually&lt;/P&gt; 
&lt;P&gt;i.e talends required syntax --context key=val will not work as batch will pass k val&amp;nbsp; (with space) . So context variable alway shas a val of space .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;to overcome this i modified param evaluation in Job in method&amp;nbsp;runJobInTOS.&lt;/P&gt; 
&lt;P&gt;But every time i refresh it gets overwritten with default code how do i make this changes permanent.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232044#M22135</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variables passed by aws batch overwriting runJobInTOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232045#M22136</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try to keep the context values in a file and read them at the beginning of the Talend job and load to context variables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2018 21:34:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232045#M22136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-22T21:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variables passed by aws batch overwriting runJobInTOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232046#M22137</link>
      <description>&lt;P&gt;I am already doing that but i need a mechanism to overwrite the parameters for various reasons like testing,&amp;nbsp; reruns and passing the context file path itself as a run time parameter otherwise i will have to hardcode this path.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Aug 2018 10:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232046#M22137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-23T10:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Using context variables passed by aws batch overwriting runJobInTOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232047#M22138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please refer the below post where context variables are passed as parameters.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCj3dCAC" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Passing-variable-context-value-from-the-command-line/m-p/66042&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If the reply has helped you, could you please mark the topic as solution provided?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 19:13:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-context-variables-passed-by-aws-batch-overwriting/m-p/2232047#M22138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-28T19:13:09Z</dc:date>
    </item>
  </channel>
</rss>

