Author: rvs
Date: Tue Mar 20 15:42:05 2012
New Revision: 1302943
URL: http://svn.apache.org/viewvc?rev=1302943&view=rev
Log:
BIGTOP-446. Typo in hadoop module for puppet
Modified:
incubator/bigtop/branches/branch-0.3/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
Modified:
incubator/bigtop/branches/branch-0.3/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.3/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp?rev=1302943&r1=1302942&r2=1302943&view=diff
==============================================================================
---
incubator/bigtop/branches/branch-0.3/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
(original)
+++
incubator/bigtop/branches/branch-0.3/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
Tue Mar 20 15:42:05 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] ],
}