<?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 ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/86180#M11733</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29430"&gt;@Bishnup&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If you still have the same problem please try to share with us your URL string.&lt;/P&gt;</description>
    <pubDate>Sat, 09 Feb 2019 12:29:42 GMT</pubDate>
    <dc:creator>AcharkiMed</dc:creator>
    <dc:date>2019-02-09T12:29:42Z</dc:date>
    <item>
      <title>Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61152#M11717</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;In NameNode when I run&amp;nbsp;the query via odbc script (php/perl or python), I can fetchAll results (&lt;STRONG&gt;9.2M&lt;/STRONG&gt;) in&amp;nbsp;a variable in about &lt;STRONG&gt;30 seconds&lt;/STRONG&gt;, but when I tried with the same script/query on another remote 2 servers, the execution time was in first server &lt;STRONG&gt;28 min&lt;/STRONG&gt; and in second &lt;STRONG&gt;17 min&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;To exclude the assuming that it's a network speed issue, I fetch the result on a file and then I copied it with &lt;EM&gt;scp&lt;/EM&gt; command to the first remote&amp;nbsp;server, and it finished in ~&lt;STRONG&gt;40 seconds&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;What I observe in Query info in CM that there is a big different between the *&lt;SPAN&gt;&lt;EM&gt;Threads: Network Send Wait Time&lt;/EM&gt;* values in the 3 queries :&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;in NN query: &lt;STRONG&gt;9.40s&lt;/STRONG&gt;&lt;BR /&gt;in 1st remote server: &lt;STRONG&gt;16.7m&lt;/STRONG&gt;&lt;BR /&gt;in&amp;nbsp;2nd remote server: &lt;STRONG&gt;26.8m&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;And also I try an java script with Impala &lt;STRONG&gt;JDBC&lt;/STRONG&gt;, but the results in NN are already not stimulate to continue.&lt;BR /&gt;&lt;BR /&gt;But so far I cann't find where is the problem and how can I resolve it.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;NB&lt;/U&gt;: I'm working on CDH 5.12.0/Impala 2.9.0,&amp;nbsp;I installed Impala ODBC 2.5.37.1014.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope you can respode to me ASAP, because this issue is a realy an obstacle of using a cluster that we made a several months to make it.&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:25:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61152#M11717</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2022-09-16T12:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61237#M11718</link>
      <description>How big is the file? And if you scp the result file within the cluster, how long does it take?&lt;BR /&gt;&lt;BR /&gt;This is to confirm if there are speed differences between within the cluster and across to the outside of cluster. If there is, how much different.</description>
      <pubDate>Wed, 25 Oct 2017 10:55:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61237#M11718</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2017-10-25T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61241#M11719</link>
      <description>&lt;P&gt;Thanks to your reply &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/10115"&gt;@EricL&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I fetched same result of query on a file (about 500Mb), then I copied it with &lt;EM&gt;scp&lt;/EM&gt; command to the first remote&amp;nbsp;server, and it finished in ~&lt;STRONG&gt;40 seconds&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;To elimine the &lt;SPAN class="short_text"&gt;&lt;SPAN&gt;probability&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;that this issue is caused by a network speed, I have been copied the same results (&lt;STRONG&gt;9.2M&lt;/STRONG&gt;) in a postgres table and test&amp;nbsp;the fetchAll&amp;nbsp;with postgres driver via unixODBC and it takes about &lt;STRONG&gt;50 secs.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:06:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61241#M11719</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2017-10-25T12:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61250#M11720</link>
      <description>Hmm, For JDBC and ODBC drivers, there is a setting called RowsFetchedPerBlock, the default value is 10,000. For 9.2M rows, this back and forth might cause the delay. Can you try to increase this value to see if it can help?&lt;BR /&gt;&lt;BR /&gt;See Doc below:&lt;BR /&gt;&lt;A href="http://www.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf" target="_blank"&gt;http://www.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and search for RowsFetchedPerBlock.</description>
      <pubDate>Thu, 26 Oct 2017 01:41:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61250#M11720</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2017-10-26T01:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61261#M11721</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/10115"&gt;@EricL&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I already increase the &lt;EM&gt;RowsFetchedPerBlock &lt;/EM&gt;and also&lt;EM&gt; TSaslTransportBufSize&lt;/EM&gt; and no improvement :'(&lt;BR /&gt;In Additionally, the test of ODBC with postgresql driver is runed with the same value of this proprieties and give a good results &lt;STRONG&gt;(50 secs)&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 12:06:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61261#M11721</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2017-10-26T12:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61377#M11722</link>
      <description>&lt;P&gt;&lt;SPAN class="comment-copy"&gt;&lt;EM&gt;&lt;U&gt;Remark&lt;/U&gt;&lt;/EM&gt;: I observe in ClouderaODBCDriverforImpala_connection_0.log file, that the &lt;STRONG&gt;PrepareTResultForDataRetrieval&lt;/STRONG&gt; in the 2 cases repeats ~150 times, even if the &lt;STRONG&gt;RowsFetchedPerBlock&lt;/STRONG&gt; is 10000 (it look like it fixed on &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;1024&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;) !!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Oct 2017 10:42:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61377#M11722</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2017-10-31T10:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61415#M11723</link>
      <description>Are you able to share the full PROFILE output of the query for review? That queries through OBDC driver?</description>
      <pubDate>Wed, 01 Nov 2017 03:24:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61415#M11723</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2017-11-01T03:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61416#M11724</link>
      <description>Can you also share the ClouderaODBCDriverforImpala_connection_0.log file?&lt;BR /&gt;&lt;BR /&gt;If PROFILE and log files are too big, are you able to share through Dropbox or other online tools? They should help us understand more on the issue.</description>
      <pubDate>Wed, 01 Nov 2017 04:29:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61416#M11724</guid>
      <dc:creator>EricL</dc:creator>
      <dc:date>2017-11-01T04:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61430#M11725</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/10115"&gt;@EricL&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Here is the profile of query and ODBC log files:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://ufile.io/bjhgk" target="_self"&gt;NN - ODBC logs - query 200k - 10s - 1.73s without log&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://ufile.io/weuqq" target="_self"&gt;Remote Server - ODBC logs - query 200k - 48s - 41s without log&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 17:54:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/61430#M11725</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2017-11-01T17:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/66507#M11726</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Finaly and after almost 6 months I have found the solution!&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It was always about my &lt;STRONG&gt;1024&lt;/STRONG&gt; limitition remark, the row batch limitation was from &lt;STRONG&gt;BATCH_SIZE&lt;/STRONG&gt; max value (1024), in the last versions (CDH 5.14/Impala 2.11) we have a new effective range is &lt;STRONG&gt;&lt;U&gt;1-65536&lt;/U&gt;&lt;/STRONG&gt;.&lt;BR /&gt;1-1024: &lt;A href="https://www.cloudera.com/documentation/enterprise/5-12-x/topics/impala_batch_size.html" target="_self"&gt;https://www.cloudera.com/documentation/enterprise/5-12-x/topics/impala_batch_size.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;1-65536: &lt;/SPAN&gt;&lt;STRONG&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/5-14-x/topics/impala_batch_size.html" target="_self"&gt;https://www.cloudera.com/documentation/enterprise/5-14-x/topics/impala_batch_size.html&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;So when I increase it throgh a odbc.ini with &lt;STRONG&gt;SSP_BATCH_SIZE&lt;/STRONG&gt; I can benifit from increasing the other odbc parameters (&lt;STRONG&gt;RowsFetchedPerBlock / TSaslTransportBufSize&lt;/STRONG&gt;) and the rows can be fetched in a seconds (~&lt;STRONG&gt;45 secs&lt;/STRONG&gt;) instead of t&lt;SPAN class="short_text"&gt;&lt;SPAN&gt;ens of minutes&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;Remark&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;: I have been recreated the cluster in 3 different &lt;U&gt;server providers&lt;/U&gt; and tested the connections from almost 5 others with different &lt;U&gt;ODBC/JDBC releases&lt;/U&gt; etc.. and &lt;U&gt;always&lt;/U&gt; I have the same &lt;U&gt;slowness&lt;/U&gt; until this update came.&lt;BR /&gt;I can not understand why I'm the &lt;U&gt;only&lt;/U&gt; on declared this big issue and why &lt;U&gt;no one can answer me&lt;/U&gt;, &lt;EM&gt;kowning that it's realy depressed to have a good quering engine but a veeeery slow fetch rows&lt;/EM&gt;!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Any way, thanks all for your replies.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 09:27:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/66507#M11726</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-04-18T09:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/66536#M11727</link>
      <description>&lt;P&gt;In Impala 2.11 we actually capped the max batch_size setting. Before that you could set it to an arbitrarily high value, which could have strange consequences. It's still a bit of a use-at-your-own-risk setting since it can have consequences for memory consumption and performance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The real fix for this would be &lt;A href="https://issues.apache.org/jira/browse/IMPALA-1618" target="_blank"&gt;https://issues.apache.org/jira/browse/IMPALA-1618&lt;/A&gt;. Setting batch_size is just a workaround that may or may not work for you.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2018 21:31:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/66536#M11727</guid>
      <dc:creator>Tim Armstrong</dc:creator>
      <dc:date>2018-04-18T21:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80408#M11728</link>
      <description>&lt;P&gt;Can you tell me the way to set the BATCH_SIZE for impala jdbc connection? I tried but it is not working for me.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 06:29:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80408#M11728</guid>
      <dc:creator>Bishnup</dc:creator>
      <dc:date>2018-09-28T06:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80451#M11729</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29430"&gt;@Bishnup&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;ConfiguringServer-SideProperties&lt;/STRONG&gt;&lt;BR /&gt;When connecting to a server that is running Impala 2.0 or later, you can use the driver to apply configuration properties to the server by setting the properties in the connection URL.&lt;BR /&gt;&lt;A href="https://www.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf" target="_self"&gt;https://www.cloudera.com/documentation/other/connectors/impala-jdbc/latest/Cloudera-JDBC-Driver-for-Impala-Install-Guide.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 19:25:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80451#M11729</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-09-29T19:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80482#M11730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22966"&gt;@AcharkiMed&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried setting the Batch size&amp;nbsp;&lt;SPAN&gt;in the connection URL but I didn't&amp;nbsp;get any performance boost in the query fetching time.&amp;nbsp;I have posted my&amp;nbsp;usecase&amp;nbsp;in the cloudera&amp;nbsp;forum. Kindly answer my questions :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A title="Impala Performance Issue" href="https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-concurrent-query-delay/m-p/80228#M4911" target="_blank"&gt;https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Impala-concurrent-query-delay/m-p/80228#M4911&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A title="Understanding: How does impala handles concurrent queries? " href="https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Understanding-How-does-impala-handles-concurrent-queries/m-p/80296#M4921" target="_blank"&gt;https://community.cloudera.com/t5/Interactive-Short-cycle-SQL/Understanding-How-does-impala-handles-concurrent-queries/m-p/80296#M4921&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 09:30:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80482#M11730</guid>
      <dc:creator>Bishnup</dc:creator>
      <dc:date>2018-10-01T09:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80494#M11731</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Please try to change all these 3 params:&lt;/P&gt;&lt;PRE&gt;TSaslTransportBufSize=4000;
RowsFetchedPerBlock=60536;
SSP_BATCH_SIZE=60536;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Oct 2018 12:03:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80494#M11731</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-10-01T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80495#M11732</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/22966"&gt;@AcharkiMed&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you suggested me to set&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;TSaslTransportBufSize=4000;&lt;BR /&gt;RowsFetchedPerBlock=60536;&lt;BR /&gt;SSP_BATCH_SIZE=60536;&lt;/PRE&gt;&lt;P&gt;in the &lt;SPAN&gt;connection URL. I did the changes but i am getting these errors&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;java.sql.SQLException: [Simba][ImpalaJDBCDriver](500051) ERROR processing query/ statement. Error Code: 0, SQL state: TStatus(statusCode:ERROR_STATUS, sqlState:H Y000, errorMessage:Invalid query option: SSP_BATCH_SIZE
), Query: SET SSP_BATCH_SIZE=60536.
        at com.cloudera.hivecommon.api.HS2Client.executeStatementInternal(Unknow n Source) ~[Impala-JDBC-41-1.0.0.jar!/:na]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;java.sql.SQLException: [Simba][ImpalaJDBCDriver](500051) ERROR processing query/statement. Error Code: 0, SQL state: TStatus(statusCode:ERROR_STATUS, sqlState:HY000, errorMessage:Invalid query option: TSaslTransportBufSize
), Query: SET TSaslTransportBufSize=4000.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Help me set up the property.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thank You,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Bishnu&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 12:23:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/80495#M11732</guid>
      <dc:creator>Bishnup</dc:creator>
      <dc:date>2018-10-01T12:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/86180#M11733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/29430"&gt;@Bishnup&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If you still have the same problem please try to share with us your URL string.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 12:29:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/86180#M11733</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2019-02-09T12:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC/JDBC bad performance - rows fetch is very slow from a remote server compared with NN</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/86181#M11734</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11593"&gt;@Tim Armstrong&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;While &lt;A href="https://issues.apache.org/jira/browse/IMPALA-1618" target="_self"&gt;IMPALA-1618&lt;/A&gt; steel open and unresolved, I confirmed that this "workaround" is safe and efficient (I'm using it on a large scope and during more than 9 months) so that this is the only solution I find to solve or -get around- this big problem.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope that the main problem will be fixed ASAP.&lt;BR /&gt;Thanks for the remark.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 12:47:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Impala-ODBC-JDBC-bad-performance-rows-fetch-is-very-slow/m-p/86181#M11734</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2019-02-09T12:47:55Z</dc:date>
    </item>
  </channel>
</rss>

