You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2017/11/07 18:54:08 UTC

ambari git commit: AMBARI-22372. DLM install failed on an unsecure upgraded cluster, due to missing configs. (Jaimin via Ishan)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.6 548f3c2e1 -> 140f14779


AMBARI-22372. DLM install failed on an unsecure upgraded cluster, due to missing configs. (Jaimin via Ishan)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/140f1477
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/140f1477
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/140f1477

Branch: refs/heads/branch-2.6
Commit: 140f14779bf70db7e5ba03f9a5c21d39c67ddc8c
Parents: 548f3c2
Author: Ishan Bhatt <is...@gmail.com>
Authored: Tue Nov 7 10:53:40 2017 -0800
Committer: Ishan Bhatt <is...@gmail.com>
Committed: Tue Nov 7 10:53:40 2017 -0800

----------------------------------------------------------------------
 .../HIVE/0.12.0.2.0/configuration/hive-site.xml | 38 ++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/140f1477/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
index 161dfb2..0b11187 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-site.xml
@@ -476,6 +476,12 @@ limitations under the License.
       <value-attributes>
         <empty-value-valid>true</empty-value-valid>
       </value-attributes>
+      <depends-on>
+        <property>
+          <type>beacon-env</type>
+          <name>set_hive_configs</name>
+        </property>
+      </depends-on>
       <on-ambari-upgrade add="false"/>
     </property>
     <property>
@@ -485,6 +491,12 @@ limitations under the License.
       <value-attributes>
         <empty-value-valid>true</empty-value-valid>
       </value-attributes>
+      <depends-on>
+        <property>
+          <type>beacon-env</type>
+          <name>set_hive_configs</name>
+        </property>
+      </depends-on>
       <on-ambari-upgrade add="false"/>
     </property>
     <property>
@@ -494,6 +506,12 @@ limitations under the License.
       <value-attributes>
         <empty-value-valid>true</empty-value-valid>
       </value-attributes>
+      <depends-on>
+        <property>
+          <type>beacon-env</type>
+          <name>set_hive_configs</name>
+        </property>
+      </depends-on>
       <on-ambari-upgrade add="false"/>
     </property>
     <property>
@@ -503,6 +521,16 @@ limitations under the License.
       <value-attributes>
         <empty-value-valid>true</empty-value-valid>
       </value-attributes>
+      <depends-on>
+        <property>
+          <type>beacon-env</type>
+          <name>set_hive_configs</name>
+        </property>
+        <property>
+          <type>hive-site</type>
+          <name>hive.metastore.warehouse.dir</name>
+        </property>
+      </depends-on>
       <on-ambari-upgrade add="false"/>
     </property>
     <property>
@@ -512,6 +540,16 @@ limitations under the License.
       <value-attributes>
         <empty-value-valid>true</empty-value-valid>
       </value-attributes>
+      <depends-on>
+        <property>
+          <type>beacon-env</type>
+          <name>set_hive_configs</name>
+        </property>
+        <property>
+          <type>hive-site</type>
+          <name>hive.metastore.warehouse.dir</name>
+        </property>
+      </depends-on>
       <on-ambari-upgrade add="false"/>
     </property>
 </configuration>