OSDN Git Service

add .envrc
[metasearch/grid-chef-repo.git] / roles / hbase-pseudo-distributed.rb
1 name 'hbase-pseudo-distributed'
2 description 'HBase pseudo distributed node'
3
4 run_list(
5   'role[node_commons]',
6   'role[hbase]'
7 )
8
9 #env_run_lists "prod" => ["recipe[apache2]"], "staging" => ["recipe[apache2::staging]"], "_default" => []
10
11 default_attributes(
12   'hadoop' => {
13     'with_hbase' => true
14   }
15 )
16
17 #override_attributes "apache2" => { "max_children" => "50" }