AMBARI-19463. Oozie Restart is not prompted on changing core-site.xml (aonishuk)


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

Branch: refs/heads/branch-2.5
Commit: 2b1b10aa8aadbf32233c76ba38dd94e3cb4344a2
Parents: d15c610
Author: Andrew Onishuk <[email protected]>
Authored: Wed Jan 11 16:00:01 2017 +0200
Committer: Andrew Onishuk <[email protected]>
Committed: Wed Jan 11 16:00:01 2017 +0200

----------------------------------------------------------------------
 .../src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml | 1 +
 .../src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml   | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2b1b10aa/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml
index 4d46d74..d818074 100644
--- 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml
+++ 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/metainfo.xml
@@ -177,6 +177,7 @@
         <config-type>hive-site</config-type>
         <config-type>tez-site</config-type>
         <config-type>mapred-site</config-type>
+        <config-type>core-site</config-type>
       </configuration-dependencies>
 
       <quickLinksConfigurations>

http://git-wip-us.apache.org/repos/asf/ambari/blob/2b1b10aa/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
index eab7ae0..cb161e8 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.1/services/OOZIE/metainfo.xml
@@ -65,6 +65,7 @@
         <config-type>oozie-env</config-type>
         <config-type>oozie-log4j</config-type>
         <config-type>yarn-site</config-type>
+        <config-type>core-site</config-type>
       </configuration-dependencies>
     </service>
   </services>

Reply via email to