<?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: SAS Impala CLI error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787820#M251801</link>
    <description>&lt;P&gt;ok. shall raise a ticket.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no pattern to the failures as you have asked.&lt;/P&gt;
&lt;P&gt;Yes I can rerun the same day and it will run ok. 99% of the times by the third rerun its fine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 30 Dec 2021 17:07:58 GMT</pubDate>
    <dc:creator>Anuz</dc:creator>
    <dc:date>2021-12-30T17:07:58Z</dc:date>
    <item>
      <title>SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787767#M251767</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get an error quite intermittently.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is pretty straight forward with simple libname and proc sql statements&amp;nbsp; something like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname IMP1 impala dsn="XXXXXXX"&amp;nbsp; schema=XXXX;&lt;BR /&gt;libname IMP2 impala dsn="XXXXXXX"&amp;nbsp; schema=XXYY;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sql;&lt;BR /&gt;create table TBZDY as&lt;BR /&gt;select a.*,b.* from IMP1.xyz a left join IMP2.zxy b&lt;/P&gt;
&lt;P&gt;on a.id=b.id;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works most days but some odd days, I get the below error&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: CLI open cursor error: [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] : Runtime Error: Query &lt;BR /&gt;ef46070c48782ed0:c7afbf8700000000: 81% Complete (74 out of 91)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has anyone encountered a similar error and know why this happens and what can be done to fix it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 12:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787767#M251767</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-12-30T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787790#M251784</link>
      <description>&lt;P&gt;I recommend you open a &lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank"&gt;TS track&lt;/A&gt; for this question.&lt;BR /&gt;&lt;BR /&gt;Please include the following:&lt;BR /&gt;- SAS Version you are running (the following code will report SAS version information)&lt;BR /&gt;%put &amp;amp;sysvlong ;&lt;BR /&gt;%put &amp;amp;sysscpl ;&lt;BR /&gt;%put &amp;amp;syssite ;&lt;BR /&gt;- &lt;A href="http://support.sas.com/kb/35968" target="_blank"&gt;Registry Report&lt;/A&gt; (*.txt files) for each server, please clearly name the report files to reflect the server it was executed on.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From other tracks,&amp;nbsp; the issue appears to be on the Impala side and there are a couple of recommendations:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;run the query from Hue to see if it runs successfully.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Simplify the query (e.g can you access both those tables independently? can you access any other tables)&lt;/LI&gt;
&lt;LI&gt;Have you run this query before successfully? If so then what has changed recently?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 15:29:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787790#M251784</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2021-12-30T15:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787810#M251796</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/226241"&gt;@AMSAS&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;9.04.01M3P062415&lt;BR /&gt;Linux&lt;BR /&gt;70209795&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can access these tables separately.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can run the query via HUE no issues&lt;/P&gt;
&lt;P&gt;I run this query almost every day. It runs fine. Nothing has changed recently. A rerun of the query twice or thrice and it works.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its only the odd day it just fails.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 16:25:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787810#M251796</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-12-30T16:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787819#M251800</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/382230"&gt;@Anuz&lt;/a&gt;&amp;nbsp;Please open a&amp;nbsp;&lt;A href="https://support.sas.com/en/technical-support/submit-a-support-request.html" target="_blank" rel="nofollow noopener noreferrer"&gt;TS track&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Provide the information I requested already, and also indicate that it's an intermittent issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any kind of pattern to the failures, e.g. It always fails on a Monday or 5th of the month, or between 1-2pm&lt;/P&gt;
&lt;P&gt;When you say "&lt;SPAN&gt;&lt;EM&gt;Its only the odd day it just fails&lt;/EM&gt;." does it fail every time you run it on that day? Or can you rerun it and it then runs successfully on the same day?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 16:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787819#M251800</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2021-12-30T16:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787820#M251801</link>
      <description>&lt;P&gt;ok. shall raise a ticket.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is no pattern to the failures as you have asked.&lt;/P&gt;
&lt;P&gt;Yes I can rerun the same day and it will run ok. 99% of the times by the third rerun its fine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Dec 2021 17:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/787820#M251801</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2021-12-30T17:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/788038#M251878</link>
      <description>&lt;P&gt;I suggest you try an SQL passthru version of this to see if it is more reliable.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jan 2022 19:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/788038#M251878</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-02T19:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/789647#M252716</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;The error occurs even if pass thru query is used. so that doesnt make any difference. Its just temperamental when it happens&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 08:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/789647#M252716</guid>
      <dc:creator>Anuz</dc:creator>
      <dc:date>2022-01-12T08:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Impala CLI error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/789803#M252778</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/382230"&gt;@Anuz&lt;/a&gt;&amp;nbsp;- Well it was worth a try. Hope you make progress with Tech Support.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 20:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Impala-CLI-error/m-p/789803#M252778</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-01-12T20:05:56Z</dc:date>
    </item>
  </channel>
</rss>

