<?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 Impala ODBC engine Error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/340354#M22571</link>
    <description>&lt;P&gt;Creating a table &lt;SPAN&gt;with SAS and Cloudera Impala ODBC engine&lt;/SPAN&gt;&amp;nbsp;I can't import data with many columns (more than 1080). The table is created but the data is not written and the following error is generated:&lt;/P&gt;&lt;P&gt;ERROR: CLI execute error: [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] : AnalysisException: Syntax error in line 1: ...&lt;CODE&gt;,&lt;/CODE&gt;xxx`) VALUES ( ? , ? , ? , ? , ? , ? , ? , ... ^ Encountered: Unexpected character Expected: CASE, CAST, DEFAULT, EXISTS, FALSE, IF, INTERVAL, NOT, NULL, TRUNCATE, TRUE, IDENTIFIER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried a Create table as select from an existing table in sas (work) or impala. Also I've tried the same create table as select with only one row and give me the same error. The ODBC driver used is the Cloudera Impala ODBC driver 2.5.32 and run on Linux CentOs. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The limit is 1080 columns... after there's the error!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2017 10:14:42 GMT</pubDate>
    <dc:creator>dmanna</dc:creator>
    <dc:date>2017-03-13T10:14:42Z</dc:date>
    <item>
      <title>Impala ODBC engine Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/340354#M22571</link>
      <description>&lt;P&gt;Creating a table &lt;SPAN&gt;with SAS and Cloudera Impala ODBC engine&lt;/SPAN&gt;&amp;nbsp;I can't import data with many columns (more than 1080). The table is created but the data is not written and the following error is generated:&lt;/P&gt;&lt;P&gt;ERROR: CLI execute error: [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] : AnalysisException: Syntax error in line 1: ...&lt;CODE&gt;,&lt;/CODE&gt;xxx`) VALUES ( ? , ? , ? , ? , ? , ? , ? , ... ^ Encountered: Unexpected character Expected: CASE, CAST, DEFAULT, EXISTS, FALSE, IF, INTERVAL, NOT, NULL, TRUNCATE, TRUE, IDENTIFIER&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've tried a Create table as select from an existing table in sas (work) or impala. Also I've tried the same create table as select with only one row and give me the same error. The ODBC driver used is the Cloudera Impala ODBC driver 2.5.32 and run on Linux CentOs. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The limit is 1080 columns... after there's the error!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 10:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/340354#M22571</guid>
      <dc:creator>dmanna</dc:creator>
      <dc:date>2017-03-13T10:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC engine Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/340920#M22587</link>
      <description>&lt;P&gt;I suggest you open a track with SAS Tech Support if you haven't already done so. I had a quick look in the SAS notes on this but most problems reported were to do with out-of-date ODBC drivers - yours appears to be more recent than those causing problems.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2017 19:13:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/340920#M22587</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-03-14T19:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC engine Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/341105#M22604</link>
      <description>&lt;P&gt;I've solved with&amp;nbsp;bulkload=yes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data Impala.table (bulkload=yes);&lt;BR /&gt;set work.table;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc sql;&lt;BR /&gt;create table Impala.table(bulkload=yes) as&lt;BR /&gt;select * from work.table;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 08:10:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Impala-ODBC-engine-Error/m-p/341105#M22604</guid>
      <dc:creator>dmanna</dc:creator>
      <dc:date>2017-03-15T08:10:50Z</dc:date>
    </item>
  </channel>
</rss>

