Hi, we are getting the below error when connecting to hiveserver2 beeline.
Connecting to jdbc:hive2://myaddress:10000 Error: Could not open client transport with JDBC Uri: jdbc:hive2://myaddress:10000: Peer indicated failure: Error validating the login (state=08S01,code=0) No current connection 1.we are using active directory authentication for hiveserver2. 2. we have already set the below configuration parameters in hive-site.xml <property> <name>hive.server2.authentication</name> <value>LDAP</value> </property> <property> <name>hive.server2.authentication.ldap.url</name> <value>ldap://myaddress:389</value> </property> <property> <name>hive.server2.authentication.ldap.Domain</name> <value>AM</value> </property> 3. Hiveserver2 and gateway node are running on same host. Please suggest!! Regards, Sandeep.v
