Just a note: There is also hiveserver2 which fixes connection issues, and it is included in cdh 4
On Tue, Oct 9, 2012 at 4:24 PM, nagarjuna kanamarlapudi <nagarjuna.kanamarlap...@gmail.com> wrote: > Hi, > > > I have a requirement of using multiple hive connections simultaneously to > run multiple queries in parallel. I use JDBC Client to get the connection. > (hive-0.7.1) > > Just going through one of the bugs of hive server at the link > https://cwiki.apache.org/Hive/hiveserver.html > > > The link says , "HiveServer can not handle concurrent requests from more > than one client." Are we talking about multiple clients like JDBC, ODBC, > Thrift JAVA client, CLI, HWI. If yes, should the hive server handle multiple > connections from the same slient simultaneously ?? > > > > Regards, > Nagarjuna