I’m using the HDP Sandbox 2.3.2 and I’m trying to set up Ambari to work with Kerberos. I’m following this guide:
http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.1.0/bk_ambari_views_guide/content/section_pig_view_kerberos_config.html
I have authentication set to KERBEROS and the principal:
auth=KERBEROS;proxyuser=ambari-server
The proxy groups and hosts are also set correctly. However, when I open the view, it says:
Service 'hdfs' check failed: SIMPLE authentication is not enabled. Available:[TOKEN, KERBEROS]
Looks like it’s still trying to use simple auth for some reason.
For comparison, I have the WebHDFS FILE view working as expected, so I know the service is configured correctly.
Any help will be greatly appreciated.