diff --git conf/hive-default.xml conf/hive-default.xml index 3727da7..51caad7 100644 --- conf/hive-default.xml +++ conf/hive-default.xml @@ -157,6 +157,12 @@ + datanucleus.fixedDatastore + true + Disable updates to the schema once it has been created. + + + datanucleus.autoCreateSchema true creates necessary schema on a startup if one doesn't exist. set this to false, after creating it once