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 <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/0af6cb42725659740a022044c6cc464ef1cf4e6b/service/if/TCLIService.thrift <https://github.com/apache/hive/blob/0af6cb42725659740a022044c6cc464ef1cf4e6b/service/if/TCLIService.thrift>) that supports sessions and async calls. But I don’t see how to use it exactly.
- Persistent (and possibly asynchronous) Hive access from withi... Stephen Bly
- Re: Persistent (and possibly asynchronous) Hive access f... Jörn Franke
- Re: Persistent (and possibly asynchronous) Hive acce... Stephen Bly
