Hi ,
I have configured impala with haproxy for load balancing ,also impala is configured with ldap .
but i am not able to connect impala using ldap .
this is haproxy ==> allwcc9hddn01.prod.com:21051
beeline> !connect "jdbc:hive2://allwcc9hddn01.prod.com:21051/default;user=abcd;password=abcd"
Connecting to jdbc:hive2://allwcc9hddn01.prod.com:21051/default;user=abcd;password=abcd
Unexpected end of file when reading from HS2 server. The root cause might be too many concurrent connections. Please ask the administrator to check the number of active connections, and adjust hive.server2.thrift.max.worker.threads if applicable.
Error: Could not open client transport with JDBC Uri: jdbc:hive2://allwcc9hddn01.prod.com:21051/default;user=abcd;password=abcd: null (state=08S01,code=0)
whereas kerberos works fine . what could be the reason ?