On HDP 2.2.4, Rnager Admin and User-Sync using Ambari 2.0 has been installed and synchronized with LDAP.
While creating the Hive repository and testing the connection with jdbc URL: jdbc:hive2://<host>:10000/default;principal=hive/<host.fqdn>, I am getting the following error:
Connection Failed.
Unable to connect to Hive Thrift Server instance.
Could not open client transport with JDBC Uri:
jdbc:hive2://<host>:10000/default;principal=hive/<host.fqdn>: GSS initiate failed.
Note: This jdbc URL work perfectly using beeline on Hiverserver2.
The usrename / password, I am using on Hive repository setup screen is also having valid Kerberos ticket and have access to Hadoop/HiveServer2 using jdbc and Hive CLI both.
I really appreciate your kind support, letting me know where I am doing mistake.