aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet
diff options
context:
space:
mode:
authorKevin W Monroe <kevin.monroe@canonical.com>2016-05-23 17:52:35 +0000
committerKonstantin Boudnik <cos@apache.org>2016-05-25 20:23:11 -0700
commitf974496ff9e15492ff85b1c132dcf5c34ad0bf2a (patch)
treea9a2274948e40694492bf528adc72d503309bdbd /bigtop-deploy/puppet
parent186ceb664b1457408c6a3a00d0ac808fbb00c386 (diff)
BIGTOP-2453: add mapred req to nodemanager class
A standalone nodemanager role will fail to install and start because it requires /etc/hadoop/conf/core-site.xml and a mapred shuffle class. Include common_mapred_app in the nodemanager class to fix both of these. Signed-off-by: Konstantin Boudnik <cos@apache.org>
Diffstat (limited to 'bigtop-deploy/puppet')
-rw-r--r--bigtop-deploy/puppet/modules/hadoop/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
index 36318329..26cd4f55 100644
--- a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
+++ b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
@@ -826,6 +826,7 @@ class hadoop ($hadoop_security_authentication = "simple",
class nodemanager {
+ include common_mapred_app
include common_yarn
package { "hadoop-yarn-nodemanager":