I am using Datastax enterprise edition and in cluster one is Hadoop/Hive .I am trying to connect to hive with datastax hive odbc connector.I am getting error like :
Connector Version: V1.0.0.1007
Running connectivity tests...
Attempting connection
Failed to establish connection
SQLSTATE: HY000[DataStax][Hardy] (22) Error from ThriftHiveClient: connect() failed: errno = 10061
TESTS COMPLETED WITH ERROR
The error 10061 means connection refused Seems like you have not started the hive service on your Analytics node therefore nothing is listening on TCP 10000 Please login into one of your DSE Analytics node and execute: dse hive --service hiveserver
Then try again your test from your Windows system