You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by di...@apache.org on 2017/02/21 18:40:53 UTC

ambari git commit: AMBARI-19911: When yarn-site.xml is changed, MapReduce related components should be required to restart(Yuanbo Liu via dili)

Repository: ambari
Updated Branches:
  refs/heads/trunk 64389cca8 -> 9e5c57e3e


AMBARI-19911: When yarn-site.xml is changed, MapReduce related components should be required to restart(Yuanbo Liu via dili)


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

Branch: refs/heads/trunk
Commit: 9e5c57e3e7ae4a8b3df51efcbddcdb97a1f7b398
Parents: 64389cc
Author: Di Li <di...@apache.org>
Authored: Tue Feb 21 13:40:26 2017 -0500
Committer: Di Li <di...@apache.org>
Committed: Tue Feb 21 13:40:26 2017 -0500

----------------------------------------------------------------------
 .../src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml  | 1 +
 .../src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml  | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9e5c57e3/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
index 25e242b..22cc38d 100644
--- a/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/metainfo.xml
@@ -301,6 +301,7 @@
         <config-type>ssl-client</config-type>
         <config-type>ssl-server</config-type>
         <config-type>ams-ssl-client</config-type>
+        <config-type>yarn-site</config-type>
       </configuration-dependencies>
       <restartRequiredAfterRackChange>true</restartRequiredAfterRackChange>
       <widgetsFileName>MAPREDUCE2_widgets.json</widgetsFileName>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9e5c57e3/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml b/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml
index b5b6d48..18186bd 100644
--- a/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml
+++ b/ambari-server/src/main/resources/common-services/YARN/3.0.0.3.0/metainfo.xml
@@ -386,6 +386,7 @@
         <config-type>ssl-client</config-type>
         <config-type>ssl-server</config-type>
         <config-type>ams-ssl-client</config-type>
+        <config-type>yarn-site</config-type>
       </configuration-dependencies>
       <restartRequiredAfterRackChange>true</restartRequiredAfterRackChange>
       <widgetsFileName>MAPREDUCE2_widgets.json</widgetsFileName>