Re: Hive Connection Pooling

2013-10-07 Thread Nitin Pawar
Its a setting added to hive available to apache hive. I suppose they would not take it away. If you want to confirm, wait for someone from cloudera to answer or if u r in hurry they have active support forums. On Mon, Oct 7, 2013 at 11:18 PM, S R wrote: > Is this something available out of the

Re: Hive Connection Pooling

2013-10-07 Thread S R
Is this something available out of the box from Cloudera Hive? On Mon, Oct 7, 2013 at 12:02 AM, Sonal Goyal wrote: > Yes, the Hive MetaStore does support JDBC connection pooling to the > underlying metastore database. You can configure this in hive-site.xml > > > datanucleus.connectionPooli

Re: Hive Connection Pooling

2013-10-06 Thread Sonal Goyal
Yes, the Hive MetaStore does support JDBC connection pooling to the underlying metastore database. You can configure this in hive-site.xml datanucleus.connectionPoolingType DBCP Uses a DBCP connection pool for JDBC metastore In addition, you can also pool threads that service the reques

Hive Connection Pooling

2013-10-04 Thread S R
Is there a connection pooling mechanism for Hive Metastore Service? I am using embedded Postgres for my testing but in production we are planning to use MySQL.