<?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 tImpalaRow component not failing on query failure in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291736#M64890</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using tImpalaRow component to insert data in a table on its logs I am getting the error/exception printed but the component doesn't fail and execution continue with the next component in the flow.&lt;/P&gt;&lt;P&gt;I have used OnSubJobOK on the tImpalaRow component. On console getting below exception but component did not failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in the component tImpalaRow_2:ParseException: Syntax error in line 1:&lt;/P&gt;&lt;P&gt;...value1,INTERVAL,insert_date FROM customers....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/P&gt;&lt;P&gt;Encountered: COMMA&lt;/P&gt;&lt;P&gt;Expected: CASE, CAST, DEFAULT, EXISTS, FALSE, IF, INTERVAL, LEFT, NOT, NULL, REPLACE, RIGHT, TRUNCATE, TRUE, IDENTIFIER&lt;/P&gt;&lt;P&gt;CAUSED BY: Exception: Syntax error&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:29:14 GMT</pubDate>
    <dc:creator>Vishu1</dc:creator>
    <dc:date>2024-11-16T01:29:14Z</dc:date>
    <item>
      <title>tImpalaRow component not failing on query failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291736#M64890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using tImpalaRow component to insert data in a table on its logs I am getting the error/exception printed but the component doesn't fail and execution continue with the next component in the flow.&lt;/P&gt;&lt;P&gt;I have used OnSubJobOK on the tImpalaRow component. On console getting below exception but component did not failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception in the component tImpalaRow_2:ParseException: Syntax error in line 1:&lt;/P&gt;&lt;P&gt;...value1,INTERVAL,insert_date FROM customers....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;^&lt;/P&gt;&lt;P&gt;Encountered: COMMA&lt;/P&gt;&lt;P&gt;Expected: CASE, CAST, DEFAULT, EXISTS, FALSE, IF, INTERVAL, LEFT, NOT, NULL, REPLACE, RIGHT, TRUNCATE, TRUE, IDENTIFIER&lt;/P&gt;&lt;P&gt;CAUSED BY: Exception: Syntax error&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291736#M64890</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2024-11-16T01:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: tImpalaRow component not failing on query failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291737#M64891</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Could you please save your job firstly and re-open it to see if there is any error red X mark in tImpalaRow component?&lt;/P&gt;&lt;P&gt;Please also check your "Code" tab in your job to see if there will be your compile error highlighted in red line.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 09:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291737#M64891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-14T09:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: tImpalaRow component not failing on query failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291738#M64892</link>
      <description>&lt;P&gt;There is no error. Actually jobs are running fine. but in case of any error related to impala query then it is not failing that impala component. like in above example impala query failed at 'Interval' keyword but control flows to next component where i use onComponentOk ideally it should execute onComponentError&lt;/P&gt;</description>
      <pubDate>Mon, 12 Oct 2020 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291738#M64892</guid>
      <dc:creator>Vishu1</dc:creator>
      <dc:date>2020-10-12T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: tImpalaRow component not failing on query failure</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291739#M64893</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;OnComponentOK will only trigger the target component once the execution of the source component is complete without error. Its main use could be to trigger a notification subJob for example.&lt;/P&gt;&lt;P&gt;OnComponentError will trigger the subJob or component as soon as an error is encountered in the primary Job.&lt;/P&gt;&lt;P&gt;Here is related reference: &lt;A href="https://help.talend.com/reader/SZ38A55h3ojQJL~paOP16g/PsLtb58FZyzaiIsF_uTWNA" alt="https://help.talend.com/reader/SZ38A55h3ojQJL~paOP16g/PsLtb58FZyzaiIsF_uTWNA" target="_blank"&gt;TalendHelpCenter: Connection types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tImpalaRow-component-not-failing-on-query-failure/m-p/2291739#M64893</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-13T08:32:14Z</dc:date>
    </item>
  </channel>
</rss>

