Repository: bigtop Updated Branches: refs/heads/master ba5218d07 -> d00485a77
BIGTOP-2442: remove init_hdfs refs from resourcemanager role 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/d00485a7 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/d00485a7 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/d00485a7 Branch: refs/heads/master Commit: d00485a77a056d34a82fac7342c40ed5eb1724ed Parents: ba5218d Author: Kevin W Monroe <[email protected]> Authored: Fri May 20 22:30:51 2016 +0000 Committer: Konstantin Boudnik <[email protected]> Committed: Fri May 20 15:56:14 2016 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/modules/hadoop/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/d00485a7/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 9a7176a..3631832 100644 --- a/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp +++ b/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp @@ -61,11 +61,9 @@ class hadoop ($hadoop_security_authentication = "simple", include hadoop::historyserver include hadoop::proxyserver - Class['Hadoop::Init_hdfs'] -> Class['Hadoop::Resourcemanager'] if ("nodemanager" in $roles) { Class['Hadoop::Resourcemanager'] -> Class['Hadoop::Nodemanager'] } - Class['Hadoop::Init_hdfs'] -> Class['Hadoop::Historyserver'] } if ($hadoop::common_hdfs::ha == "disabled" and "secondarynamenode" in $roles) {
