diff --git common/src/java/org/apache/hadoop/hive/conf/HiveConf.java common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
index ae8b3c3..d11ca89 100644
--- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
+++ common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
@@ -314,7 +314,7 @@
METASTORE_CLUSTER_DELEGATION_TOKEN_STORE_ZK_ACL(
"hive.cluster.delegation.token.store.zookeeper.acl", ""),
METASTORE_CACHE_PINOBJTYPES("hive.metastore.cache.pinobjtypes", "Table,StorageDescriptor,SerDeInfo,Partition,Database,Type,FieldSchema,Order"),
- METASTORE_CONNECTION_POOLING_TYPE("datanucleus.connectionPoolingType", "DBCP"),
+ METASTORE_CONNECTION_POOLING_TYPE("datanucleus.connectionPoolingType", "BONECP"),
METASTORE_VALIDATE_TABLES("datanucleus.validateTables", false),
METASTORE_VALIDATE_COLUMNS("datanucleus.validateColumns", false),
METASTORE_VALIDATE_CONSTRAINTS("datanucleus.validateConstraints", false),
@@ -442,7 +442,7 @@
HIVECHECKFILEFORMAT("hive.fileformat.check", true),
// default serde for rcfile
- HIVEDEFAULTRCFILESERDE("hive.default.rcfile.serde",
+ HIVEDEFAULTRCFILESERDE("hive.default.rcfile.serde",
"org.apache.hadoop.hive.serde2.columnar.LazyBinaryColumnarSerDe"),
//Location of Hive run time structured log file
diff --git ivy/libraries.properties ivy/libraries.properties
index 6e25064..d6e5780 100644
--- ivy/libraries.properties
+++ ivy/libraries.properties
@@ -30,12 +30,12 @@ datanucleus-enhancer.version=2.0.3
datanucleus-rdbms.version=2.0.3
checkstyle.version=5.0
findbugs.version=1.3.9
+BoneCP.version=0.7.1.RELEASE
commons-cli.version=1.2
commons-codec.version=1.4
commons-collections.version=3.2.1
commons-compress.version=1.4.1
commons-configuration.version=1.6
-commons-dbcp.version=1.4
commons-httpclient.version=3.0.1
commons-io.version=2.4
commons-lang.version=2.4
diff --git metastore/ivy.xml metastore/ivy.xml
index 6c1b37f..5429be1 100644
--- metastore/ivy.xml
+++ metastore/ivy.xml
@@ -31,10 +31,7 @@
-
-
-
-
+