<?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 settings with Kerberos in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/65632#M76147</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The settings we provided the app developers in the client side was right, they had some problem with /etc/hosts configuration making them to not authenticating properly to the KDC server, also, they had a bad /etc/krb5.conf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that I close this topic&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 12:48:14 GMT</pubDate>
    <dc:creator>rrodriguez</dc:creator>
    <dc:date>2018-03-21T12:48:14Z</dc:date>
    <item>
      <title>Impala ODBC settings with Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/65596#M76146</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have a kerberized clúster and a user of us tells that the next setting on the ODBC for Impala is not working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;impala &amp;lt;- src_impala(
&amp;nbsp; drv = drv,
&amp;nbsp; driver = "/opt/cloudera/impalaodbc/lib/64/libclouderaimpalaodbc64.so",
&amp;nbsp; host = "hostname",
&amp;nbsp; port = 21050,
&amp;nbsp; database = "publication",
&amp;nbsp; KrbRealm = "CLOUDERA",
&amp;nbsp; KrbFQDN = "hostname",
&amp;nbsp; KrbServiceName = "impala",
&amp;nbsp; AuthMech = 1,
&amp;nbsp; UseKeytab = 1,
&amp;nbsp; UPNKeytabMappingFile = "/home/gentrif/talend.keytab"
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Looking into the documentation I told them to use the next setting&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;impala &amp;lt;- src_impala(
&amp;nbsp; drv = drv,
&amp;nbsp; driver = "/opt/cloudera/impalaodbc/lib/64/libclouderaimpalaodbc64.so",
&amp;nbsp; host = "hostname",
&amp;nbsp; port = 21050,
&amp;nbsp; database = "publication",
&amp;nbsp; KrbRealm = "CLOUDERA",
&amp;nbsp; KrbFQDN = "hostname",
&amp;nbsp; KrbServiceName = "impala",
&amp;nbsp; AuthMech = 1,
&amp;nbsp; UseKeytab = 1,
&amp;nbsp;&amp;nbsp;DefaultKeytabFile&amp;nbsp;= "/home/gentrif/talend.keytab"
&amp;nbsp; uid = "principal"
)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the user tells us this last configuration is not working for their application.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe we are forgeting something important.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:59:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/65596#M76146</guid>
      <dc:creator>rrodriguez</dc:creator>
      <dc:date>2022-09-16T12:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC settings with Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/65632#M76147</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The settings we provided the app developers in the client side was right, they had some problem with /etc/hosts configuration making them to not authenticating properly to the KDC server, also, they had a bad /etc/krb5.conf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that I close this topic&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 12:48:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/65632#M76147</guid>
      <dc:creator>rrodriguez</dc:creator>
      <dc:date>2018-03-21T12:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC settings with Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/77356#M76148</link>
      <description>&lt;P&gt;Where did you get the .keytab file?&amp;nbsp; Was it generated on the client side or server side? How was it generated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's the error msg iget from command isql -v &amp;lt;serveraddress&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[08S01][unixODBC][Cloudera][ImpalaODBC] (100) Error from the Impala Thrift API: SASL(-1): generic failure: GSSAPI Error: Unspecified GSS failure. Minor code may provide more information (Server not found in Kerberos database)&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:44:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/77356#M76148</guid>
      <dc:creator>vibe</dc:creator>
      <dc:date>2018-07-23T23:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Impala ODBC settings with Kerberos</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/77365#M76149</link>
      <description>&lt;P&gt;keytab file was generated on server side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway the issue is solved, the machine where the ODBC client was being developed had /etc/krb5.conf and /etc/hosts both wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway thank you for your reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2018 06:15:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Impala-ODBC-settings-with-Kerberos/m-p/77365#M76149</guid>
      <dc:creator>rrodriguez</dc:creator>
      <dc:date>2018-07-24T06:15:53Z</dc:date>
    </item>
  </channel>
</rss>

