Error validating LDAP user in Hue
Hive can use LDAP and Kerberos both, if they are enabled on your Cloudera cluster. By default, Hive uses LDAP to authenticate
the Hue service instead of Kerberos. As a result, you may see the following error after
logging in to Hue web interface or while trying to access the Hive editor: Bad
status: 3 (PLAIN auth failed: Error validating LDAP user).
hive.server2.authentication property to KERBEROS
in the Hue hive-site.xml file.hive.server2.authentication property is
appended to the hive/conf/hive-site.xml file. From now on, Hive
will use Kerberos to authenticate access requests from the Hive editor within Hue and
LDAP when you access Hive using Beeline.