You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by of...@apache.org on 2016/07/29 17:02:48 UTC

[07/51] [abbrv] bigtop git commit: BIGTOP-2442: remove init_hdfs refs from resourcemanager role

BIGTOP-2442: remove init_hdfs refs from resourcemanager role

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/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/BIGTOP-2253
Commit: d00485a77a056d34a82fac7342c40ed5eb1724ed
Parents: ba5218d
Author: Kevin W Monroe <ke...@canonical.com>
Authored: Fri May 20 22:30:51 2016 +0000
Committer: Konstantin Boudnik <co...@apache.org>
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) {