<?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: [Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325227#M229563</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/30606"&gt;@Pradheep&lt;/a&gt;, That's very useful.&amp;nbsp; I'm just a client of the cluster, so I have no permissions to view or alter such server side settings.&amp;nbsp; However, at least I know that questions to ask the administrators of the cluster now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next I just need to find out more about the (450) error. It's a shame the Cloudera ODBC for Impala Driver error messages are so&amp;nbsp;vague and unclear.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Sep 2021 12:26:57 GMT</pubDate>
    <dc:creator>RyanAtWork</dc:creator>
    <dc:date>2021-09-24T12:26:57Z</dc:date>
    <item>
      <title>[Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325052#M229508</link>
      <description>&lt;P&gt;We use the Cloudera ODBC Driver for Impala from c# .Net using an OdbcConnection.&amp;nbsp; We are using MIT Kerberos on Windows and keytab authentication.&amp;nbsp; Occasionally, the process begins throwing the bellow Exception.&amp;nbsp; Over time, the exception seems to correct itself, however the only known fix to us is to restart the process (which is a problem..)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exception:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#FF0000"&gt;[Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT. The connection has been configured to use a SASL mechanism for authentication. This error might be due to the server is not using SASL for authentication.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connection String:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#0000FF"&gt;Driver={Cloudera ODBC Driver for Impala};Host=[ImpalaHostName];Port=21050;AuthMech=1;KrbRealm=[KerberosRealm];KrbServiceName=impala;UseKeytab=1;KrbFQDN=_HOST;UID=[UserName];UPNKeytabMappingFile=[jsonKeyTabMappingFile];UseNativeQuery=1;CurrentSchemaRestrictedMetadata=1;Schema=[Database];SocketTimeout=120&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;We have also occasionally&amp;nbsp;seen the bellow exception, but these seem to be intermittent.&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;[Cloudera][ImpalaODBC] (450) Error when calling the Impala Thrift API ExecuteStatement: ETIMEDOUT&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 08:21:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325052#M229508</guid>
      <dc:creator>RyanAtWork</dc:creator>
      <dc:date>2021-09-22T08:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325123#M229531</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below exception is due to the Front_Service_Threads exhaustion.&lt;/P&gt;&lt;P&gt;It will authenticate the user but does not start the session because there's no availability for another threads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT. The connection has been configured to use a SASL mechanism for authentication. This error might be due to the server is not using SASL for authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend to increase "--fe_service_threads" by default, it is set to 64.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cloudera Manager &amp;gt; Impala &amp;gt; Configuration &amp;gt; search "Impala Command Line Argument Advanced Configuration Snippet (Safety Valve)" &amp;gt; --fe_service_threads=256 &amp;gt; Save and Restart Impala.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Pradheep&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 06:05:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325123#M229531</guid>
      <dc:creator>Pradheep</dc:creator>
      <dc:date>2021-09-23T06:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: [Cloudera][ThriftExtension] (3) Error occurred while contacting server: ETIMEDOUT</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325227#M229563</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/30606"&gt;@Pradheep&lt;/a&gt;, That's very useful.&amp;nbsp; I'm just a client of the cluster, so I have no permissions to view or alter such server side settings.&amp;nbsp; However, at least I know that questions to ask the administrators of the cluster now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next I just need to find out more about the (450) error. It's a shame the Cloudera ODBC for Impala Driver error messages are so&amp;nbsp;vague and unclear.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 12:26:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Cloudera-ThriftExtension-3-Error-occurred-while-contacting/m-p/325227#M229563</guid>
      <dc:creator>RyanAtWork</dc:creator>
      <dc:date>2021-09-24T12:26:57Z</dc:date>
    </item>
  </channel>
</rss>

