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 2016/02/25 11:44:09 UTC

[2/2] ambari git commit: AMBARI-15155. Change in hadoop-env for YARN does not require YARN restart in Ambari (aonishuk)

AMBARI-15155. Change in hadoop-env for YARN does not require YARN restart in Ambari (aonishuk)


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

Branch: refs/heads/branch-2.2
Commit: be2745037b3dfcc085be9a6eb4015adca3f497d1
Parents: 78320ca
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Feb 25 12:44:02 2016 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Feb 25 12:44:02 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/be274503/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 41e19a3..0f71585 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
@@ -147,6 +147,7 @@
         <config-type>yarn-site</config-type>
         <config-type>yarn-env</config-type>
         <config-type>hdfs-site</config-type>
+        <config-type>hadoop-env</config-type>
         <config-type>core-site</config-type>
         <config-type>mapred-site</config-type>
         <config-type>yarn-log4j</config-type>
@@ -251,6 +252,7 @@
 
       <configuration-dependencies>
         <config-type>hdfs-site</config-type>
+        <config-type>hadoop-env</config-type>
         <config-type>core-site</config-type>
         <config-type>mapred-site</config-type>
         <config-type>mapred-env</config-type>