You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/04/12 13:49:05 UTC

[20/35] ambari git commit: AMBARI-20443. No need to show 'hive_ambari_database' (Masahiro Tanaka via alejandro)

AMBARI-20443. No need to show 'hive_ambari_database' (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/69c55935
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/69c55935
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/69c55935

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: 69c55935a57252e3490bfed6905b1bb2fb8ce86d
Parents: 91aa3c8
Author: Alejandro Fernandez <af...@hortonworks.com>
Authored: Tue Apr 11 10:47:24 2017 -0700
Committer: Alejandro Fernandez <af...@hortonworks.com>
Committed: Tue Apr 11 10:47:24 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/69c55935/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 5f56617..ad668a2 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</true>
+    <on-ambari-upgrade add="false"/>
   </property>
   <property>
     <name>hive_database_name</name>

http://git-wip-us.apache.org/repos/asf/ambari/blob/69c55935/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 4ed26f7..872120c 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</true>
     <on-ambari-upgrade add="false"/>
   </property>
   <property>