Re: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Ranjith
uently it stores the session state in a thread local > variable. Unfortunately, this assumption is false. It's possible to live with > this limitation if you're ok with sometimes fetching other people's result > sets instead of your own. > > The page of the Hive Se

Re: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Bertrand Dechoux
se. It's > possible to live with this limitation if you're ok with sometimes fetching > other people's result sets instead of your own. > > >> The page of the Hive Server (1) says "HiveServer can not handle >> concurrent requests from more than one client.&

Re: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Carl Steinbach
ching other people's result sets instead of your own. > The page of the Hive Server (1) says "HiveServer can not handle > concurrent requests from more than one client." > According to the jira, one may run into issues when multiples users are > running it. Is th

Re: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Bertrand Dechoux
n be lived with. It only means that for a JDBC client, all requests should be conceived as isolated. The page of the Hive Server (1) says "HiveServer can not handle concurrent requests from more than one client." According to the jira, one may run into issues when multiples users are runn

Re: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Carl Steinbach
ugust 27, 2012 11:01 AM > *To:* user@hive.apache.org > *Subject:* HiveServer can not handle concurrent requests from more than > one client? > > ** ** > > Hi, > > I would like to have more information about this specific sentence from > the documentation. > "Hive

RE: HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Raghunath, Ranjith
. Thanks, Ranjith From: Bertrand Dechoux [mailto:decho...@gmail.com] Sent: Monday, August 27, 2012 11:01 AM To: user@hive.apache.org Subject: HiveServer can not handle concurrent requests from more than one client? Hi, I would like to have more information about this specific sentence from the

HiveServer can not handle concurrent requests from more than one client?

2012-08-27 Thread Bertrand Dechoux
Hi, I would like to have more information about this specific sentence from the documentation. "HiveServer can not handle concurrent requests from more than one client." https://cwiki.apache.org/Hive/hiveserver.html Does it mean it is not possible with this server to provide a JDBC ac