Re: Persistent (and possibly asynchronous) Hive access from within Scala

2015-08-10 Thread Stephen Bly
We can use JDBC. But there’s also this new library http://hive.apache.org/javadocs/r1.1.1/api/org/apache/hive/jdbc/package-frame.html based on this Thrift interface (https://github.com/apache/hive/blob/0af6cb4

Re: Persistent (and possibly asynchronous) Hive access from within Scala

2015-08-07 Thread Jörn Franke
I have no problems to use jdbc for hiveserver2. I think you need the hive*jdbc*standalone.jar and i think hadoop-commons*.jar Le ven. 7 août 2015 à 5:23, Stephen Bly a écrit : > What library should I use if I want to make persistent connections from > within Scala/Java? I’m working on a web ser

Persistent (and possibly asynchronous) Hive access from within Scala

2015-08-06 Thread Stephen Bly
What library should I use if I want to make persistent connections from within Scala/Java? I’m working on a web service that sends Hive queries to our HiveServer (we are about to upgrade to Hive 1.1 with Hive Server 2). Right now I’m using the Hive Driver for JDBC but that does not have the capa