<?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>question Re: Impala Performance Issue with ODBC Driver – CDH 6.2 / Impala 3.2.0 / SAS 9.4 M7 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412927#M253780</link>
    <description>&lt;P&gt;Thank you very much for trying to help. I’ve been stuck on this subject for the past two weeks, trying to improve queries on Impala.&lt;/P&gt;&lt;P&gt;I’m currently on RHEL 9 and have unixODBC installed. I’ve configured my environment via /etc/profile.d/oracle.sh as follows:&lt;/P&gt;&lt;P&gt;# Oracle Instant Client configuration&lt;BR /&gt;export TNS_ADMIN=/opt/oracle/instantclient_12_2/network/admin&lt;BR /&gt;export PATH=/opt/oracle/instantclient_12_2:$PATH&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:/usr/lib64:$LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;# ODBC configuration&lt;BR /&gt;export ODBCINI=/etc/odbc.ini&lt;BR /&gt;export ODBCSYSINI=/etc&lt;/P&gt;&lt;P&gt;# Cloudera Impala ODBC configuration&lt;BR /&gt;export CLOUDERAIMPALAINI=/opt/cloudera/impalaodbc/lib/64/cloudera.impalaodbc.ini&lt;/P&gt;&lt;P&gt;I’ve tested with: `isql Impala_KRB14 user password` and it connects successfully, but queries are taking too long. I’m looking for guidance on how to optimize these queries effectively.&lt;/P&gt;&lt;P&gt;Here are the version of installed packages:&lt;BR /&gt;unixODBC 2.3.9&lt;BR /&gt;DRIVERS............: /etc/odbcinst.ini&lt;BR /&gt;SYSTEM DATA SOURCES: /etc/odbc.ini&lt;BR /&gt;FILE DATA SOURCES..: /etc/ODBCDataSources&lt;BR /&gt;USER DATA SOURCES..: /etc/odbc.ini&lt;BR /&gt;SQLULEN Size.......: 8&lt;BR /&gt;SQLLEN Size........: 8&lt;BR /&gt;SQLSETPOSIROW Size.: 8&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;rpm -qa | grep cyrus-sasl&lt;/STRONG&gt;&lt;BR /&gt;cyrus-sasl-lib-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-gssapi-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-plain-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-2.1.27-21.el9.x86_64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 10:57:11 GMT</pubDate>
    <dc:creator>Karma12</dc:creator>
    <dc:date>2025-11-25T10:57:11Z</dc:date>
    <item>
      <title>Impala Performance Issue with ODBC Driver – CDH 6.2 / Impala 3.2.0 / SAS 9.4 M7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412925#M253778</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I’m currently facing a performance issue with &lt;STRONG&gt;Cloudera Impala&lt;/STRONG&gt; when using it through the &lt;STRONG&gt;ODBC driver&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Here is my environment:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;CDH: &lt;STRONG&gt;6.2&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Impala: &lt;STRONG&gt;3.2.0&lt;/STRONG&gt; (Impala 2.7.1 ODBC Driver)&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Integration: &lt;STRONG&gt;SAS 9.4 M7 (SAS Access to Impala)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Authentication: &lt;STRONG&gt;Active Directory (user/mdp)&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Security: &lt;STRONG&gt;SSL enabled&lt;/STRONG&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I have configured my /etc/odbc.ini as follows:&lt;/P&gt;&lt;P&gt;[Impala_KRB14]&lt;BR /&gt;Description=ODBC Cloudera Impala SSL Node 14&lt;BR /&gt;Driver=/opt/cloudera/impalaodbc/lib/64/libclouderaimpalaodbc64.so&lt;BR /&gt;HOST=""""""""" ##hidden&lt;BR /&gt;PORT=21050&lt;BR /&gt;Database=""""""""""" ##hidden&lt;BR /&gt;AuthMech=3&lt;BR /&gt;SSL=1&lt;BR /&gt;TrustedCerts=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem&lt;BR /&gt;LogLevel=2&lt;BR /&gt;LogPath=/tmp/impala_odbc.log&lt;BR /&gt;SSP_BATCH_SIZE=60536&lt;BR /&gt;RowsFetchedPerBlock=60536&lt;BR /&gt;TSaslTransportBufSize=4000&lt;/P&gt;&lt;P&gt;I also tried adding several ODBC options/tuning as seen in the odbc.ini parameters, but unfortunately I did not see any performance improvement.&lt;/P&gt;&lt;P&gt;The issue is mainly that:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Opening a table through SAS takes a long time&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Even simple queries like SELECT ... WHERE ... are very slow&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would like to understand:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;How can I properly tune the Impala ODBC driver to improve query performance?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Are there any known issues or recommended configurations for improving performance with SAS 9.4 M7 and Impala 3.2 on CDH 6.2?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;What logs or debug options can I enable to provide more details if needed?&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Changing into&amp;nbsp;Impala ODBC Connector 2.8.4 does it really help ?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any help or guidance would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 08:23:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412925#M253778</guid>
      <dc:creator>Karma12</dc:creator>
      <dc:date>2025-11-25T08:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Performance Issue with ODBC Driver – CDH 6.2 / Impala 3.2.0 / SAS 9.4 M7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412926#M253779</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136959"&gt;@Karma12&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our Impala experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81266"&gt;@kbanik&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/91929"&gt;@SVB&lt;/a&gt;, who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query. We hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 10:41:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412926#M253779</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2025-11-25T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Performance Issue with ODBC Driver – CDH 6.2 / Impala 3.2.0 / SAS 9.4 M7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412927#M253780</link>
      <description>&lt;P&gt;Thank you very much for trying to help. I’ve been stuck on this subject for the past two weeks, trying to improve queries on Impala.&lt;/P&gt;&lt;P&gt;I’m currently on RHEL 9 and have unixODBC installed. I’ve configured my environment via /etc/profile.d/oracle.sh as follows:&lt;/P&gt;&lt;P&gt;# Oracle Instant Client configuration&lt;BR /&gt;export TNS_ADMIN=/opt/oracle/instantclient_12_2/network/admin&lt;BR /&gt;export PATH=/opt/oracle/instantclient_12_2:$PATH&lt;BR /&gt;export LD_LIBRARY_PATH=/opt/oracle/instantclient_12_2:/usr/lib64:$LD_LIBRARY_PATH&lt;/P&gt;&lt;P&gt;# ODBC configuration&lt;BR /&gt;export ODBCINI=/etc/odbc.ini&lt;BR /&gt;export ODBCSYSINI=/etc&lt;/P&gt;&lt;P&gt;# Cloudera Impala ODBC configuration&lt;BR /&gt;export CLOUDERAIMPALAINI=/opt/cloudera/impalaodbc/lib/64/cloudera.impalaodbc.ini&lt;/P&gt;&lt;P&gt;I’ve tested with: `isql Impala_KRB14 user password` and it connects successfully, but queries are taking too long. I’m looking for guidance on how to optimize these queries effectively.&lt;/P&gt;&lt;P&gt;Here are the version of installed packages:&lt;BR /&gt;unixODBC 2.3.9&lt;BR /&gt;DRIVERS............: /etc/odbcinst.ini&lt;BR /&gt;SYSTEM DATA SOURCES: /etc/odbc.ini&lt;BR /&gt;FILE DATA SOURCES..: /etc/ODBCDataSources&lt;BR /&gt;USER DATA SOURCES..: /etc/odbc.ini&lt;BR /&gt;SQLULEN Size.......: 8&lt;BR /&gt;SQLLEN Size........: 8&lt;BR /&gt;SQLSETPOSIROW Size.: 8&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;STRONG&gt;rpm -qa | grep cyrus-sasl&lt;/STRONG&gt;&lt;BR /&gt;cyrus-sasl-lib-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-gssapi-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-plain-2.1.27-21.el9.x86_64&lt;BR /&gt;cyrus-sasl-2.1.27-21.el9.x86_64&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 10:57:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/412927#M253780</guid>
      <dc:creator>Karma12</dc:creator>
      <dc:date>2025-11-25T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Impala Performance Issue with ODBC Driver – CDH 6.2 / Impala 3.2.0 / SAS 9.4 M7</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/413775#M254231</link>
      <description>&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/136959"&gt;@Karma12&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;Could you please help us with the following details to investigate the query performance further:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;• The profile of slow query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;• The expected completion time for this query&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;• The Impala coordinator logs corresponding to the query execution&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="isSelectedEnd"&gt;&lt;SPAN&gt;These will help us analyze the execution plan and identify any bottlenecks.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 13:18:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-Performance-Issue-with-ODBC-Driver-CDH-6-2-Impala-3-2/m-p/413775#M254231</guid>
      <dc:creator>jAnshula</dc:creator>
      <dc:date>2026-03-25T13:18:46Z</dc:date>
    </item>
  </channel>
</rss>

