Repository: ambari
Updated Branches:
  refs/heads/trunk 73f4d8ee0 -> 8cbe1e106


AMBARI-10983. Set datanucleus.autoCreateSchema=false for Hive to allow parallel 
start for HiveServer2 and Hive Metastore


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8cbe1e10
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8cbe1e10
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8cbe1e10

Branch: refs/heads/trunk
Commit: 8cbe1e1063ef26670862374ed2e9b713f4f92580
Parents: 73f4d8e
Author: Sumit Mohanty <smoha...@hortonworks.com>
Authored: Wed May 6 15:13:43 2015 -0700
Committer: Sumit Mohanty <smoha...@hortonworks.com>
Committed: Wed May 6 15:13:43 2015 -0700

----------------------------------------------------------------------
 .../HIVE/0.12.0.2.0/configuration/hive-site.xml                | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8cbe1e10/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
index 8715be2..2994cf4 100644
--- 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
@@ -91,6 +91,12 @@ limitations under the License.
   </property>
 
   <property>
+    <name>datanucleus.autoCreateSchema</name>
+    <value>false</value>
+    <description>Creates necessary schema on a startup if one doesn't 
exist</description>
+  </property>
+
+  <property>
     <name>hive.metastore.pre.event.listeners</name>
     
<value>org.apache.hadoop.hive.ql.security.authorization.AuthorizationPreEventListener</value>
     <description>Pre-event listener classes to be loaded on the metastore side 
to run code

Reply via email to