Updated Branches:
  refs/heads/master 91d73d5c6 -> 83906bb8e

BIGTOP-1174. missing dependency setting on init-hdfs.sh in puppet recipes


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/83906bb8
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/83906bb8
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/83906bb8

Branch: refs/heads/master
Commit: 83906bb8e7fb03f32a188a198f94c59a3cc40d37
Parents: 91d73d5
Author: evans_ye <[email protected]>
Authored: Tue Jan 7 01:25:53 2014 +0800
Committer: Sean Mackrory <[email protected]>
Committed: Tue Jan 21 10:56:52 2014 -0800

----------------------------------------------------------------------
 bigtop-deploy/puppet/manifests/cluster.pp | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/83906bb8/bigtop-deploy/puppet/manifests/cluster.pp
----------------------------------------------------------------------
diff --git a/bigtop-deploy/puppet/manifests/cluster.pp 
b/bigtop-deploy/puppet/manifests/cluster.pp
index ab45a0a..67d6ee7 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

Reply via email to