Created 12-28-2016 07:38 PM
I am enabling Kerberos in Ambari and its failing on one of the clients in a 5 node cluster with the error below
Created 12-28-2016 09:20 PM
configure-kerberos.pngWhen enabling Kerberos on "configure Kerberos" page () please verify that all mandatory fields have been entered with correct value specially realm name. The value of realm name should be same as present in /etc/krb5.conf file on manually installed KDC server host
After that verify that "Test KDC Connection" works ok.
Verify that the admin principal and keytab that you have entered on this page can kinit successfully with the KDC server.
Hope this helps isolate the issue.
if you have customized any non-mandatory configuration on this page, please let us know so we can consider to analyze this issue.
Created 12-28-2016 10:28 PM
ah stupid mistake , In the krb5.conf file the kdc = localhost , it should be hadoop1 , after this correction the errors are gone .
thanks a lot for your help
Created 12-28-2016 10:29 PM
Good.... please accept the answer if this has helped to address the issue