AMBARI-18482. MapReduce is showing incorrect component version in HDP 2.5 (aonishuk)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e1b11577 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e1b11577 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e1b11577 Branch: refs/heads/branch-feature-AMBARI-18456 Commit: e1b1157748417c0fb23ef3b0cb1eddda601b9568 Parents: 7ab4380 Author: Andrew Onishuk <[email protected]> Authored: Thu Sep 29 10:24:16 2016 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Thu Sep 29 10:24:16 2016 +0300 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e1b11577/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml index 4856d4a..a63534d 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/YARN/metainfo.xml @@ -23,5 +23,10 @@ <name>YARN</name> <version>2.7.1.2.5</version> </service> + <service> + <name>MAPREDUCE2</name> + <version>2.7.1.2.5</version> + <configuration-dir>configuration-mapred</configuration-dir> + </service> </services> </metainfo>
