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/02 13:30:16 UTC

[ambari] branch ambari-24548 created (now 1df35d14f5)

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

wuzhiguo pushed a change to branch ambari-24548
in repository https://gitbox.apache.org/repos/asf/ambari.git


      at 1df35d14f5 AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster

This branch includes the following new commits:

     new 1df35d14f5 AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[ambari] 01/01: AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster

Posted by wu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1df35d14f545180909b833ef45889204e5cb1486
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Sun Oct 2 21:29:48 2022 +0800

    AMBARI-24548: Allow skipping Hive Metastore schema creation for sysprepped cluster
---
 .../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