Re: Hive server concurrent connection

2012-05-01 Thread Carl Steinbach
Hi Benyi, Implementing HiveServer2 is my current priority at work. We expect it to be ready in time for Hive 0.10.0, which should release sometime in the next four months. Thanks. Carl On Tue, May 1, 2012 at 2:36 PM, Benyi Wang wrote: > Thanks Carl. This is clear. > > When will HiveServer2 be

Re: Hive server concurrent connection

2012-05-01 Thread Benyi Wang
Thanks Carl. This is clear. When will HiveServer2 be implemented? On Mon, Apr 30, 2012 at 12:15 PM, Carl Steinbach wrote: > Hi Benyi, > > The quote from the HiveServer2 proposal reads in full: > > "In fact, it's impossible for HiveServer to support concurrent connections > using the current Thr

Re: Hive server concurrent connection

2012-04-30 Thread Carl Steinbach
Hi Benyi, The quote from the HiveServer2 proposal reads in full: "In fact, it's impossible for HiveServer to support concurrent connections using the current Thrift API, *a result of the fact that Thrift doesn't provide server-side access to connection handles*" The point I'm trying to make with

Hive server concurrent connection

2012-04-26 Thread Benyi Wang
I'm a little confused with "In fact, it's impossible for HiveServer to support concurrent connections using the current Thrift API" in hive wiki page https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Thrift+API. I started a hive server on hostA using cdh3u3 hadoop-hive.noarch