On Sun, Mar 13, 2011 at 10:44 PM, lei liu <liulei...@gmail.com> wrote: > I know hive mestore use DBCP to connection mysql, I want to use short > connection to connection mysql, how can I close DBCP configuration? > > > > > > Thanks, > > > > LiuLei
The pooling is controlled by this property. <property> <name>datanucleus.connectionPoolingType</name> <value>DBCP</value> <description>passwd for a JDBC metastore</description> </property> If you unset this pooling should be turned off.