<?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 Enable LDAP Authentication on Hive caused HUE to not load a databases in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64913#M74920</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I'm using CDH 5.12 with 16 nodes. Our setup is LDAP for HUE via Sentry. Everything works as expected. We can create user on LDAP and grant a permisson with Sentry. However, I'm also want to apply same login to the beeline. But when "Enable LDAP Authentication" on Hive Configuration, It caused error on HUE with message "Bad status: 3 (Error validating the login)" and no databases list loading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you very much for any clue or help.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 13:44:34 GMT</pubDate>
    <dc:creator>jirapong</dc:creator>
    <dc:date>2026-04-21T13:44:34Z</dc:date>
    <item>
      <title>Enable LDAP Authentication on Hive caused HUE to not load a databases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64913#M74920</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I'm using CDH 5.12 with 16 nodes. Our setup is LDAP for HUE via Sentry. Everything works as expected. We can create user on LDAP and grant a permisson with Sentry. However, I'm also want to apply same login to the beeline. But when "Enable LDAP Authentication" on Hive Configuration, It caused error on HUE with message "Bad status: 3 (Error validating the login)" and no databases list loading.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Thank you very much for any clue or help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 13:44:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64913#M74920</guid>
      <dc:creator>jirapong</dc:creator>
      <dc:date>2026-04-21T13:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Enable LDAP Authentication on Hive caused HUE to not load a databases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64990#M74921</link>
      <description>&lt;P&gt;I suppose you have also configured Kerberos on your cluster.&lt;/P&gt;&lt;P&gt;From Cloudera Manager, go to HUE configuration.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Search the "Hue Server Advanced Configuration Snippet (Safety Valve) for hive-site.xml" and add the following property.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Name:&amp;nbsp;hive.server2.authentication&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Value: kerberos&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or if you use xml view:&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
  &amp;lt;name&amp;gt;hive.server2.authentication&amp;lt;/name&amp;gt;
  &amp;lt;value&amp;gt;kerberos&amp;lt;/value&amp;gt;&lt;BR /&gt;  &amp;lt;final&amp;gt;true&amp;lt;/final&amp;gt;
&amp;lt;/property&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:25:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64990#M74921</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-02-28T09:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enable LDAP Authentication on Hive caused HUE to not load a databases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64995#M74922</link>
      <description>&lt;P&gt;Just to give some more info.&lt;/P&gt;&lt;P&gt;When you enable LDAP authentication for Hive, HUE gets confused and tries also to connect to Hive via LDAP, instead of Kerberos authentication. By setting this configuration, you force HUE to go with Kerberos authentication while your Hive can still accept both.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:39:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/64995#M74922</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-02-28T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Enable LDAP Authentication on Hive caused HUE to not load a databases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/65060#M74923</link>
      <description>&lt;P&gt;Have you tried this configuration?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 09:45:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/65060#M74923</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-02T09:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enable LDAP Authentication on Hive caused HUE to not load a databases</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/65110#M74924</link>
      <description>&lt;P&gt;Yes. I've end-up using impersonate user following this article&amp;nbsp;&lt;A href="http://gethue.com/ldap-or-pam-pass-through-authentication-with-hive-or-impala/&amp;nbsp;" target="_blank"&gt;http://gethue.com/ldap-or-pam-pass-through-authentication-with-hive-or-impala/&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and plus&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;lt;property&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;name&amp;gt;hadoop.proxyuser.hue_hive.groups&amp;lt;/name&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;value&amp;gt;*&amp;lt;/value&amp;gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;lt;/property&amp;gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;on core-site.xml by this answer&amp;nbsp;&lt;A href="http://community.cloudera.com/t5/Web-UI-Hue-Beeswax/Failed-to-validate-proxy-privilege-of-hue-hive-for-administrator/m-p/49742" target="_blank"&gt;http://community.cloudera.com/t5/Web-UI-Hue-Beeswax/Failed-to-validate-proxy-privilege-of-hue-hive-for-administrator/m-p/49742&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 09:04:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-LDAP-Authentication-on-Hive-caused-HUE-to-not-load-a/m-p/65110#M74924</guid>
      <dc:creator>jirapong</dc:creator>
      <dc:date>2018-03-05T09:04:23Z</dc:date>
    </item>
  </channel>
</rss>

