aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests/cluster.pp
diff options
context:
space:
mode:
authorevans_ye <innovansye@gmail.com>2014-04-17 00:59:16 +0800
committerMark Grover <mark@apache.org>2014-04-16 20:55:52 -0700
commitf8daf072e6fbe477f3216441cd049fe4c2f1c9e0 (patch)
treec2e99c0ec670f8540bf33a1b3d5591d468b5907a /bigtop-deploy/puppet/manifests/cluster.pp
parentd3da8ceb165ea8692a5432224ef4b116476498be (diff)
BIGTOP-1274. yarn ResourceManager should be started before starting NodeManagers
Signed-off-by: Mark Grover <mark@apache.org>
Diffstat (limited to 'bigtop-deploy/puppet/manifests/cluster.pp')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index 67d6ee74..0f9baef9 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<||>
}