You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/01/11 14:00:10 UTC

[1/2] ambari git commit: AMBARI-19463. Oozie Restart is not prompted on changing core-site.xml (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 d15c61095 -> 2b1b10aa8
  refs/heads/trunk b7b21c24c -> 5f62d3f56


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/5f62d3f5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5f62d3f5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5f62d3f5

Branch: refs/heads/trunk
Commit: 5f62d3f56d1cfe618d1c6132f4a0186b28083426
Parents: b7b21c2
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Jan 11 15:59:57 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Jan 11 15:59:57 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/5f62d3f5/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/5f62d3f5/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>


[2/2] ambari git commit: AMBARI-19463. Oozie Restart is not prompted on changing core-site.xml (aonishuk)

Posted by ao...@apache.org.
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 <ao...@hortonworks.com>
Authored: Wed Jan 11 16:00:01 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
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>