Author: bmahe
Date: Mon Mar 19 22:49:10 2012
New Revision: 1302702

URL: http://svn.apache.org/viewvc?rev=1302702&view=rev
Log:
BIGTOP-446. Typo in hadoop module for puppet

Modified:
    incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp

Modified: 
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp?rev=1302702&r1=1302701&r2=1302702&view=diff
==============================================================================
--- 
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp 
(original)
+++ 
incubator/bigtop/trunk/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp 
Mon Mar 19 22:49:10 2012
@@ -169,7 +169,7 @@ class hadoop {
     exec { "namenode format":
       user => "hdfs",
       command => "/bin/bash -c 'yes Y | hadoop namenode -format >> 
/tmp/nn.format.log 2>&1'",
-      creates => "${namenode_data_dirs[0]}/image"),
+      creates => "${namenode_data_dirs[0]}/image",
       require => [ Package["hadoop-namenode"], File[$dirs] ],
     } 
     


Reply via email to