You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Shengjie Min <ke...@gmail.com> on 2012/04/04 15:23:23 UTC

Hive JDBC Connection Pooling

Hi,

I am using Hive JDBC driver to query against my HDFS data store. It's been
said in Hive itself uses DBCP for connection pooling to metastore, I assume
that's embeded in the thrift server. But if I use the hive jdbc driver
directly connect to metastore, does it mean I don't have that pooling
anymore and I need to handle the connection pooling by myself? Please help
me out, Thanks.

-- 
All the best,
Shengjie Min