diff --git a/conf/hive-default.xml b/conf/hive-default.xml
index a1964ef..5b45dc0 100644
--- a/conf/hive-default.xml
+++ b/conf/hive-default.xml
@@ -97,12 +97,6 @@
- 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
@@ -127,6 +121,12 @@
+ datanucleus.connectionPoolingType
+ DBCP
+ Uses a DBCP connection pool for JDBC metastore
+
+
+
datanucleus.validateTables
false
validates existing schema against code. turn this on if you want to verify existing schema
@@ -181,6 +181,12 @@
+ datanucleus.plugin.pluginRegistryBundleCheck
+ LOG
+ Defines what happens when plugin bundles are found and are duplicated [EXCEPTION|LOG|NONE]
+
+
+
hive.metastore.warehouse.dir
/user/hive/warehouse
location of default database for the warehouse