Repository: ambari Updated Branches: refs/heads/trunk 6e2d32196 -> b3f7d9e42
AMBARI-20443. No need to show (Masahiro Tanaka via alejandro) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b3f7d9e4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b3f7d9e4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b3f7d9e4 Branch: refs/heads/trunk Commit: b3f7d9e4211a3378c99538f606b27c30a33a34be Parents: 6e2d321 Author: Alejandro Fernandez <[email protected]> Authored: Tue May 2 11:43:07 2017 -0700 Committer: Alejandro Fernandez <[email protected]> Committed: Tue May 2 11:43:07 2017 -0700 ---------------------------------------------------------------------- .../common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml | 3 ++- .../common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b3f7d9e4/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml index caa598a..b2c364c 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml @@ -117,7 +117,8 @@ <name>hive_ambari_database</name> <value>MySQL</value> <description>Database type.</description> - <on-ambari-upgrade add="true"/> + <deleted>true</deleted> + <on-ambari-upgrade add="false"/> </property> <property> <name>hive_database_name</name> http://git-wip-us.apache.org/repos/asf/ambari/blob/b3f7d9e4/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml index 3cef34b..54a62e2 100644 --- a/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml +++ b/ambari-server/src/main/resources/common-services/HIVE/2.1.0.3.0/configuration/hive-env.xml @@ -86,6 +86,7 @@ <name>hive_ambari_database</name> <value>MySQL</value> <description>Database type.</description> + <deleted>true</deleted> <on-ambari-upgrade add="false"/> </property> <property>
