OSDN Git Service

add yarn-installer recipe to the nodejs_utils cookbook.
[metasearch/grid-chef-repo.git] / roles / hadoop-pseudo-distributed.rb
1 name 'hadoop-pseudo-distributed'
2 description 'Hadoop pseudo distributed mode'
3
4 run_list(
5   'role[node_commons]',
6   'role[hadoop]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10 #default_attributes "apache2" => { "listen_ports" => [ "80", "443" ] }
11 #override_attributes "apache2" => { "max_children" => "50" }