Browse Source

AMBARI-10421 - [WinTP2] Merge HDPWIN HIVE package scripts to common services (init_metastore_schema)

Artem Baranchuk 10 years ago
parent
commit
80d8eb3882

+ 1 - 1
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_windows.py

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