You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/10/12 06:04:40 UTC

[ambari] branch trunk updated: AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster (#3380)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 90a19d9f85 AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster (#3380)
90a19d9f85 is described below

commit 90a19d9f85d7ab5ec2b0cea7607a9ca466618dbc
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Wed Oct 12 14:04:35 2022 +0800

    AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster (#3380)
---
 .../stacks/BIGTOP/3.2.0/configuration/cluster-env.xml         | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/configuration/cluster-env.xml b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/configuration/cluster-env.xml
index b58dd81542..ad0a5fa818 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/configuration/cluster-env.xml
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/configuration/cluster-env.xml
@@ -80,6 +80,17 @@
     </value-attributes>
     <on-ambari-upgrade add="true"/>
   </property>
+  <property>
+    <name>sysprep_skip_hive_schema_create</name>
+    <display-name>Whether to skip creating the Hive Metastore DB schema on sysprepped cluster</display-name>
+    <value>false</value>
+    <description>Whether to skip creating the Hive Metastore DB schema on sysprepped cluster, during fresh install</description>
+    <value-attributes>
+      <overridable>true</overridable>
+      <type>boolean</type>
+    </value-attributes>
+    <on-ambari-upgrade add="true"/>
+  </property>
   <property>
     <name>smokeuser</name>
     <display-name>Smoke User</display-name>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org