<?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: tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;' in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264601#M44384</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you running multi commands with one tSSH component? A screenshot of your tSSH component setting will be preferred.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 09:46:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-06T09:46:46Z</dc:date>
    <item>
      <title>tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264600#M44383</link>
      <description>&lt;P&gt;i m using tSSH component and calling a shell script and in that script we have multiple hive commands and we are running all those in parallel using &amp;amp; and thats causing issue and the result is coming in the backend but still the tSSH component is running in the TAC .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But in the backend the hive scripts data is getting generated . and if the same script i m running from Backend its coming out of the shell, but talend job keeps on running while in logs its shows it has connected to the server and called tSSH component and its getting stuck at that point and jobs keeps on&amp;nbsp; running&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 18:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264600#M44383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-05T18:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264601#M44384</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are you running multi commands with one tSSH component? A screenshot of your tSSH component setting will be preferred.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264601#M44384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-06T09:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264602#M44385</link>
      <description>Yes i am executing multiple hive scripts parallely like&lt;BR /&gt;&lt;BR /&gt;Hive -e "select *from a;" &amp;amp;&lt;BR /&gt;Hive - e "select * from b;" &amp;amp;&lt;BR /&gt;&lt;BR /&gt;The queries i m executing are bit complex hive queries.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Sep 2018 11:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264602#M44385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-06T11:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264603#M44386</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The issue was that&amp;nbsp;we had almost 500 lines of Hive scripts and some Impala queries , and we were executing it thorugh 1 tSSH component , hence due to more number of hive queries getting executed from 1 tSSH component this was getting stuck while execution&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;To resolve this issue we bifurcated the script into two equal parts and then used 2 tSSH component to call both the scripts instead of 1 tSSH component calling huge number of Hive&amp;nbsp;scripts , and now its working as expected and not getting stuck.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Syed&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 06:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264603#M44386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T06:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: tSSH component is not ending and keeps on running when executing parallely running scripts with the help of '&amp;'</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264604#M44387</link>
      <description>&lt;P&gt;Hello Syed,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback and sharing your solution with us.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSSH-component-is-not-ending-and-keeps-on-running-when-executing/m-p/2264604#M44387</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T08:08:36Z</dc:date>
    </item>
  </channel>
</rss>

