OSDN Git Service

add cgroup setup support to the hadoop recipe.
authorwhitestar <whitestar@gaea.test>
Mon, 2 Sep 2013 12:55:14 +0000 (21:55 +0900)
committerwhitestar <whitestar@gaea.test>
Mon, 2 Sep 2013 12:55:14 +0000 (21:55 +0900)
commit1a68aefe56aa6d92541ef5bc53aae724f5663276
tree18e9d71813b03967de8bbae267f70dd842b68dcb
parentff1549138fd5be36e0b3d5c1115660f24b03bc12
add cgroup setup support to the hadoop recipe.
17 files changed:
cookbooks/hadoop/attributes/default.rb
cookbooks/hadoop/libraries/helper.rb
cookbooks/hadoop/recipes/apache.rb
cookbooks/hadoop/recipes/cdh.rb
cookbooks/hadoop/recipes/hdp.rb
cookbooks/hadoop/recipes/lzo-build.rb [new file with mode: 0644]
cookbooks/hadoop/templates/default/etc-2.0/cgconfig.conf [new file with mode: 0644]
cookbooks/hadoop/templates/default/etc-2.0/init/cgconfig4yarn.conf [new file with mode: 0644]
cookbooks/hadoop/templates/default/etc-2.1/cgconfig.conf [new file with mode: 0644]
cookbooks/hadoop/templates/default/etc-2.1/init/cgconfig4yarn.conf [new file with mode: 0644]
cookbooks/protobuf-compiler/recipes/default.rb
nodes/localhost-hadoop-lzo-build.json [new file with mode: 0644]
roles/hadoop-build.rb
roles/hadoop-lzo-build.rb [new file with mode: 0644]
roles/test-cdh-on-localhost.rb
roles/test-hdp-on-localhost.rb
roles/test-hdp2-on-localhost.rb [new file with mode: 0644]