aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorevans_ye <innovansye@gmail.com>2014-01-07 01:25:53 +0800
committerSean Mackrory <mackrorysd@apache.org>2014-01-21 10:56:52 -0800
commit83906bb8e7fb03f32a188a198f94c59a3cc40d37 (patch)
treebdc6844d2c5b21a27dde686f15a53fd31712a6a2 /bigtop-deploy
parent91d73d5c640d201ef9a149bea5cf2a0f8bdf615a (diff)
BIGTOP-1174. missing dependency setting on init-hdfs.sh in puppet recipes
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/manifests/cluster.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp b/bigtop-deploy/puppet/manifests/cluster.pp
index ab45a0a8..67d6ee74 100644
--- a/bigtop-deploy/puppet/manifests/cluster.pp
+++ b/bigtop-deploy/puppet/manifests/cluster.pp
@@ -203,6 +203,7 @@ class hadoop_head_node inherits hadoop_worker_node {
command => 'bash -x /usr/lib/hadoop/libexec/init-hdfs.sh',
require => Package['hadoop-hdfs']
}
+ Hadoop::Namenode<||> -> Hadoop::Datanode<||> -> Exec<| title == "init hdfs" |>
if ($hadoop_security_authentication == "kerberos") {
include kerberos::server