How to setup to connect apache-hive-server with JDBC?
Hi.
I want to connect from thingworx to the apache-hive-server with JDBC. but, i'm run into probrem.
connection-pool settings occured something wrong? Network is not wrong.(Other java native client is correct moving.)
■my settings

■error message.

■ApplicationLog:
2015-11-30 16:11:18.328+0900 [L: ERROR] [O: c.t.w.BaseService] [I: ] [U: Administrator] [S: ] [T: http-nio-80-exec-7] [context: com.thingworx.webservices.context.HttpExecutionContext@11123240][message: Unable to Invoke Service SelectData on hiveConnection : Cannot get a connection, pool error Unable to validate object]
・ "Cannot get a connection, pool error Unable to validate object"
-> "connectionValidationString" is wrong?
i tried to enter "select now()" and "select 1" and "select * from dual" ,
but still give same error.
■Added Libraries for Hive JDBC
slf4j-log4j12-1.5.11.jar
slf4j-api-1.5.11.jar
log4j-1.2.16.jar
libthrift-0.9.2.jar
httpcore-4.2.5.jar
httpclient-4.2.5.jar
hive-service-1.1.1.jar
hive-jdbc-1.1.1.jar
hive-common-1.1.1.jar
hive-cli-1.1.1.jar
hadoop-common-2.7.1.jar
guava-18.0.jar
commons-logging-1.1.3.jar
ThingWorx version is 5.4
Please let me know how connect apache-hive-server.
Thanks.

