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