OSDN Git Service

bug fix.
[metasearch/grid-chef-repo.git] / roles / hadoop-pleiades-with-security.rb
index ca59474..93be329 100644 (file)
@@ -51,7 +51,9 @@ hadoop_attributes = {
   'mapreduce.tasktracker.kerberos.principal' => 'mapred/_HOST@${this.realm}'
 }
 
-default_attributes(
+#default_attributes
+
+override_attributes(
   'grid' => {
     'etc_root' => grid_etc_root,
     'vol_root' => grid_vol_root,
@@ -60,4 +62,3 @@ default_attributes(
   'hadoop' => hadoop_attributes
 )
 
-#override_attributes "apache2" => { "max_children" => "50" }