All,
setting the hiveser2 authorization to LDAP. I changed below properties to
hive.server2.authentication =LDAP
hive.server2.authentication.ldap.url=ldap://hostFQDN:636(tried 389 too)
hive.server2.authentication.ldap.baseDn=ou=xxxxx,dc=xxxx
Hive server log produces the following error:
Caused by: javax.security.sasl.AuthenticationException: LDAP Authentication failed for user [Caused by javax.naming.ServiceUnavailableException: hostFQDN.com:636; socket closed]
Do i need to change any parameters apart from these three?
Thanks in adv