Hello everyone,
We would like to try disabling Hive Kerberos on CDP 7.1.7.
Here are the parameters we tried disabling:
Hive Service Advanced Configuration Snippet (Safety Valve) for hive-site.xml
hive.server2.authentication.kerberos.principal
hive.server2.authentication.kerberos.keytab
hive.server2.authentication NONE
hive.security.authorization.enabled false
hive.server2.enable.impersonation false
hive.metastore.sasl.enabled false
Hive Service Advanced Configuration Snippet (Safety Valve) for core-site.xml
hadoop.security.authentication simple
hadoop.security.authorization false
After turning off the following parameters and restarting HiveServer2, we noticed that HiveServer2 still seems to fail due to Kerberos authentication.
Could you please advise on how to completely disable Kerberos for HiveServer2? Thank you.