Index: hive/external/conf/hive-default.xml.template =================================================================== --- hive/external/conf/hive-default.xml.template (revision 1302808) +++ hive/external/conf/hive-default.xml.template (working copy) @@ -119,7 +119,7 @@ javax.jdo.PersistenceManagerFactoryClass - org.datanucleus.jdo.JDOPersistenceManagerFactory + org.datanucleus.api.jdo.JDOPersistenceManagerFactory class implementing the jdo persistence @@ -215,8 +215,8 @@ datanucleus.identifierFactory - datanucleus - Name of the identifier factory to use when generating table/column names etc. 'datanucleus' is used for backward compatibility + datanucleus1 + Name of the identifier factory to use when generating table/column names etc. 'datanucleus1' is used for backward compatibility with DataNucleus v1 Index: hive/external/metastore/ivy.xml =================================================================== --- hive/external/metastore/ivy.xml (revision 1302808) +++ hive/external/metastore/ivy.xml (working copy) @@ -48,8 +48,11 @@ - + + + + +