瀏覽代碼

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

Sumit Mohanty 12 年之前
父節點
當前提交
a97b09a16a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ambari-agent/src/main/puppet/modules/hdp-yarn/manifests/mapreducev2_client.pp

+ 2 - 0
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':}
 
   }