Author: rvs
Date: Thu Dec 8 18:16:34 2011
New Revision: 1212016
URL: http://svn.apache.org/viewvc?rev=1212016&view=rev
Log:
Switching ownership to yarn for now (might need to revisit when security
becomes a priority)
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
Modified:
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
URL:
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp?rev=1212016&r1=1212015&r2=1212016&view=diff
==============================================================================
---
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
(original)
+++
incubator/bigtop/branches/hadoop-0.23/bigtop-deploy/puppet/modules/hadoop/manifests/init.pp
Thu Dec 8 18:16:34 2011
@@ -241,8 +241,8 @@ class hadoop {
file { $dirs:
ensure => directory,
- owner => mapred,
- group => mapred,
+ owner => yarn,
+ group => yarn,
mode => 755,
require => [Package["hadoop"]],
}