OSDN Git Service

add hadoop cookbook.
authorwhitestar <whitestar@gaea.test>
Sat, 1 Jun 2013 13:30:51 +0000 (22:30 +0900)
committerwhitestar <whitestar@gaea.test>
Sat, 1 Jun 2013 13:30:51 +0000 (22:30 +0900)
commit603d394388b2fe29f6c23cf99c3df9a796d3c97b
treed7b327825bab666082c61fe2df7256bf34fe3d89
parent7f47237115cc3033ae1a197676f1da22697ddb82
add hadoop cookbook.
32 files changed:
.chef/knife.rb.sample [new file with mode: 0755]
cookbooks/drillbook/metadata.rb
cookbooks/drillbook/recipes/default.rb
cookbooks/hadoop/CHANGELOG.md [new file with mode: 0644]
cookbooks/hadoop/README.md [new file with mode: 0644]
cookbooks/hadoop/metadata.rb [new file with mode: 0644]
cookbooks/hadoop/recipes/default.rb [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/capacity-scheduler.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/configuration.xsl [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/core-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/fair-scheduler.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/hadoop-env.sh [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/hadoop-metrics2.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/hadoop-policy.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/hdfs-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/log4j.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/mapred-queue-acls.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/mapred-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/masters [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/slaves [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/ssl-client.xml.example [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/ssl-server.xml.example [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf/taskcontroller.cfg [new file with mode: 0644]
cookbooks/node_commons/CHANGELOG.md [new file with mode: 0644]
cookbooks/node_commons/README.md [new file with mode: 0644]
cookbooks/node_commons/metadata.rb [new file with mode: 0644]
cookbooks/node_commons/recipes/default.rb [new file with mode: 0644]
localhost.json
roles/datanode.rb
roles/hadoop-pseudo-distributed.rb [new file with mode: 0644]
roles/mocker.rb
roles/namenode.rb