Repository: bigtop Updated Branches: refs/heads/master 186ceb664 -> f974496ff
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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f974496f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f974496f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f974496f Branch: refs/heads/master Commit: f974496ff9e15492ff85b1c132dcf5c34ad0bf2a Parents: 186ceb6 Author: Kevin W Monroe <[email protected]> Authored: Mon May 23 17:52:35 2016 +0000 Committer: Konstantin Boudnik <[email protected]> Committed: Wed May 25 20:23:11 2016 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/hadoop/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f974496f/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp index 3631832..26cd4f5 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":
