Updated Branches:
  refs/heads/branch-1.4 618829af7 -> b979ffc32

AMBARI-3027. Added MR2 properties were not added to host with MR2 clients, but 
without MR2 master.


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

Branch: refs/heads/branch-1.4
Commit: b979ffc3243d3f22a245a8263c98bee6e4dae8a6
Parents: 618829a
Author: Sumit Mohanty <[email protected]>
Authored: Mon Aug 26 14:21:58 2013 -0700
Committer: Sumit Mohanty <[email protected]>
Committed: Mon Aug 26 14:21:58 2013 -0700

----------------------------------------------------------------------
 .../main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b979ffc3/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp
----------------------------------------------------------------------
diff --git 
a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp 
b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp
index ebb95d0..7f81a8e 100644
--- 
a/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp
+++ 
b/ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp
@@ -27,6 +27,8 @@ class hdp-yarn::mapreducev2_client(
   if ($service_state == 'no_op') {
   } elsif ($service_state in 'installed_and_configured') {
 
+    include hdp-yarn::initialize
+
     hdp-yarn::package{'hadoop-mapreduce-client':}
 
   }

Reply via email to