|
@@ -51,4 +51,4 @@ hive_metastore_user_passwd = config['configurations']['hive-site']['javax.jdo.op
|
|
hive_exclude_packages = []
|
|
hive_exclude_packages = []
|
|
|
|
|
|
######## Metastore Schema
|
|
######## Metastore Schema
|
|
-init_metastore_schema = config['configurations']['hive-site']['datanucleus.autoCreateSchema']
|
|
|
|
|
|
+init_metastore_schema = not config['configurations']['hive-site']['datanucleus.autoCreateSchema']
|