Re: Embedded mode for jdbc client inside a multi-threaded (web) application

2012-10-01 Thread Bertrand Dechoux
We had almost the same discussion on another thread. I know your article and I have read it but it does not provide more information than the official documenation. And it is not clear about concurrency issue with the embedded mode. Sure if there is only one user per embedded server, there won't be

Re: Embedded mode for jdbc client inside a multi-threaded (web) application

2012-09-30 Thread Dilip Joseph
The data store does is not embedded. I have described how I accessed hive from jython at http://csgrad.blogspot.in/2010/04/to-use-language-other-than-java-say.html. The example there may be relevant for your use case. Dilip On Sun, Sep 30, 2012 at 8:05 AM, Bertrand Dechoux wrote: > Hi, > > As

Embedded mode for jdbc client inside a multi-threaded (web) application

2012-09-30 Thread Bertrand Dechoux
Hi, As the thrift sever has concurrency issue, I need to find an alternative. I found out about the embedded mode for the jdbc client. https://cwiki.apache.org/Hive/hiveclient.html However, I am not sure to understand everything. * Does that mean the datastore should be embedded too? I don't thin