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 <wuzhi...@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-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org