aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy/puppet/manifests/cluster.pp
diff options
context:
space:
mode:
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<||>
}