I was trying to setup ODBC connection for Hive. I followed the below steps but it didn't worked.
- User DSN-->Add--> Hortonworks Hive ODBC Driver --> and I gave below details
- Host : IP of the Primary name node cluster
- Port:10001
- Server Type : Hive Server 2
- Authentication Mechanism : User Name --> hadoop
While testing the connection, it throws the following error
Error:
Driver Version: V1.2.13.1018
Running connectivity tests...
Attempting connection
Failed to establish connection
SQLSTATE: HY000[Hortonworks][Hardy] (34) Error from Hive: connect() failed: errno = 10061.
TESTS COMPLETED WITH ERROR.
Could you please tell me if the port I use is correct ? If not, what port should I try ? The port 10000 doesn't work either.