Question
Hive Connection from Thingworx using JDBC Driver
Hi Team,
I am trying to connect to Hive tables from ThingWorx using the JDBC connection.
Connection details,
JDBC Driver Class Name : org.apache.hive.jdbc.HiveDriver
JDBC Connection String : jdbc:hive2://<server name>/default;transportMode=http;ssl=true;httpPath=/hive2
connectionValidationString : SELECT CURRENT_DATE
Error in Application log,
Unable to Invoke Service Test on AzureDevJDBCConnectionThing : null
Error Getting Tables : Cannot get a connection, pool error Unable to validate object
Appreciate if you an help me to resolve this issue.
Note: I am able to connect to hive tables using dbvisualizer tool from my system.

