You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@drill.apache.org by M Gates <ga...@gmail.com> on 2016/05/20 14:56:30 UTC

connect to hive


Hey,

Bit new to drill and Hive.

is it possible to create a storage plugin that connects to hive like this:

{
“type”: “jdbc”,
“driver”: “org.apache.hive.jdbc.HiveDriver”,
“url”: “jdbc:hive2://<knox server>:8443/default;ssl=true;sslTrustStore=<path>.jks;trustStorePassword=<pass>;transportMode=http;hive.server2.thrift.http.path=default/hive”,
enabled”: true,
}


I tried this and I get an error to unable to create storage point. Is there something I am missing or this is just not possible ?

Thanks,
Mark