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/09/29 07:26:02 UTC

[2/2] ambari git commit: AMBARI-18482. MapReduce is showing incorrect component version in HDP 2.5 (aonishuk)

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

Branch: refs/heads/branch-2.5
Commit: 40b09db6c20574e4069e93b4158de06300fa2aff
Parents: 98b8d6e
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Sep 29 10:24:32 2016 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Sep 29 10:24:32 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/40b09db6/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>