Hi
Is there a way to configure multiple LDAP servers (LDAP HA) in the hive-site.xml ?
As of now we have only configured one LDAP server using below property:
hive.server2.authentication.ldap.url
<property>
<name>hive.server2.authentication.ldap.url</name>
<value>LDAP_URL</value>
</property>
Our requirement is to config two LDAP servers to provide HA.
Thanks