Repository: bigtop Updated Branches: refs/heads/master d3da8ceb1 -> f8daf072e
BIGTOP-1274. yarn ResourceManager should be started before starting NodeManagers Signed-off-by: Mark Grover <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/f8daf072 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/f8daf072 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/f8daf072 Branch: refs/heads/master Commit: f8daf072e6fbe477f3216441cd049fe4c2f1c9e0 Parents: d3da8ce Author: evans_ye <[email protected]> Authored: Thu Apr 17 00:59:16 2014 +0800 Committer: Mark Grover <[email protected]> Committed: Wed Apr 16 20:55:52 2014 -0700 ---------------------------------------------------------------------- bigtop-deploy/puppet/manifests/cluster.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/f8daf072/bigtop-deploy/puppet/manifests/cluster.pp ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp index 67d6ee7..0f9baef 100644 --- a/bigtop-deploy/puppet/manifests/cluster.pp +++ b/bigtop-deploy/puppet/manifests/cluster.pp @@ -251,7 +251,7 @@ if ($hadoop_security_authentication == "kerberos") { port => $hadoop_ps_port, auth => $hadoop_security_authentication, } - Exec<| title == "init hdfs" |> -> Hadoop::Resourcemanager<||> + Exec<| title == "init hdfs" |> -> Hadoop::Resourcemanager<||> -> Hadoop::Nodemanager<||> Exec<| title == "init hdfs" |> -> Hadoop::Historyserver<||> }
