You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by co...@apache.org on 2016/05/26 03:23:17 UTC

bigtop git commit: BIGTOP-2453: add mapred req to nodemanager class

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 <co...@apache.org>


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 <ke...@canonical.com>
Authored: Mon May 23 17:52:35 2016 +0000
Committer: Konstantin Boudnik <co...@apache.org>
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":