Created 11-13-2017 02:54 PM
Hello,
I've enabled kerberos on my cluster and i've installed on it Hue. Hue was running correctly until kerberos is enabled.
I've configured kerberos for Hue by following this link:
https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.2/bk_security/content/kerb-config-hue.html
When i accessed to my Hue UI and i navigate through it to Pig, Hive ... I got the errors mentioned in "error1.png" and "error2.png".
How can i fix this issue?
Created 11-13-2017 03:11 PM
To validate the hue kerberos ticket as hue user run.What the output of the below statement?
$ klist
Forcefully expire the ticket
$kdestroy
As hue user grab a Kerberos ticket
$ kinit -k -t /etc/security/keytabs/hue.service.keytab hue/$FQDN@REALM
Validate by running
$klist
Retry the earlier steps
Created 11-14-2017 08:13 AM
Hello, the output of $klist as hue user is:
I've tried to grab a kerberos ticket as mentioned above but i still get the same error when i access to my Hue UI.
Created 11-14-2017 10:09 AM
Please can you check this link Configuring Kerberos Authentication for Hue
Created 11-14-2017 03:04 PM
I've already checked it and made the necessary configurations to configure Hue with kerberos but i still get the same errors. I'm really stuck. How can i let hue authenticate with my components cluster?
Created 11-14-2017 03:18 PM
Let me quickly reproduce your environment,
HDP cluster 2.6.3 Kerberized?
Hue version and OS link you used for download and installation?
Can you briefly describe your environment?
Created 11-15-2017 08:28 AM
Sorry for the delay.
HDP cluster is 2.6.1 and is kerberized. I've also install on it Ranger and Ranger KMS.
My Os is Ubuntu 14.04.
I've detailly explained my question here: