Index: conf/hive-default.xml =================================================================== --- conf/hive-default.xml (revision 940615) +++ conf/hive-default.xml (working copy) @@ -97,6 +97,12 @@ + datanucleus.connectionPoolingType + DBCP + Uses a DBCP connection pool for JDBC metastore + + + javax.jdo.option.DetachAllOnCommit true detaches all objects from session so that they can be used after transaction is committed Index: build.xml =================================================================== --- build.xml (revision 940615) +++ build.xml (working copy) @@ -115,6 +115,7 @@ + @@ -297,6 +298,9 @@ + + + Index: metastore/ivy.xml =================================================================== --- metastore/ivy.xml (revision 940615) +++ metastore/ivy.xml (working copy) @@ -3,6 +3,22 @@ - + + + + + + + + + + + + + + + + + Index: metastore/build.xml =================================================================== --- metastore/build.xml (revision 940615) +++ metastore/build.xml (working copy) @@ -29,7 +29,7 @@ - + +