Repository: bigtop Updated Branches: refs/heads/master 204f01bf1 -> e1a646113
BIGTOP-1522. nodemanager deployment needs to include hadoop-mapreduce package Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/e1a64611 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/e1a64611 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/e1a64611 Branch: refs/heads/master Commit: e1a646113b73491787a115e5bb6b04d1532e3fcb Parents: 204f01b Author: Konstantin Boudnik <[email protected]> Authored: Mon Dec 1 14:34:41 2014 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Mon Dec 1 14:34:41 2014 -0800 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/cluster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/e1a64611/bigtop-deploy/puppet/manifests/cluster.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index 41c7089..e7f868f 100644 --- a/bigtop-deploy/puppet/manifests/cluster.pp +++ b/bigtop-deploy/puppet/manifests/cluster.pp @@ -166,7 +166,7 @@ class hadoop_worker_node inherits hadoop_cluster_node { } } - if ($components[0] == undef or "mapred-app" in $components) { + if ($components[0] == undef or "mapred-app" or "yarn" in $components) { hadoop::mapred-app { "mapred-app": namenode_host => $hadoop_namenode_host, namenode_port => $hadoop_namenode_port,
