OSDN Git Service

add Apache Hadoop 1.2 support to the hadoop::apache recipe.
authorwhitestar <whitestar@gaea.test>
Fri, 6 Sep 2013 11:19:10 +0000 (20:19 +0900)
committerwhitestar <whitestar@gaea.test>
Fri, 6 Sep 2013 11:19:10 +0000 (20:19 +0900)
commit9015308b5afd8bb4edea852c23e329fe7e6755fd
treedb053be58c915f78199b97ea1f29eab988ad3149
parentf558477055fc70089adde16ac1624e01ae6645b9
add Apache Hadoop 1.2 support to the hadoop::apache recipe.
31 files changed:
cookbooks/cdh/recipes/yum_repo.rb
cookbooks/hadoop/libraries/helper.rb
cookbooks/hadoop/recipes/apache.rb
cookbooks/hadoop/recipes/build.rb
cookbooks/hadoop/recipes/cdh.rb
cookbooks/hadoop/recipes/hdp.rb
cookbooks/hadoop/templates/default/conf-1.2/capacity-scheduler.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/configuration.xsl [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/core-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/fair-scheduler.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hadoop-env.sh [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hadoop-metrics.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hadoop-metrics2.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hadoop-policy.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hdfs-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hosts.exclude [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/hosts.include [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/log4j.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/mapred-queue-acls.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/mapred-site.xml [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/masters [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/slaves [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/ssl-client.xml.example [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/ssl-server.xml.example [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/task-log4j.properties [new file with mode: 0644]
cookbooks/hadoop/templates/default/conf-1.2/taskcontroller.cfg [new file with mode: 0644]
cookbooks/hdp/attributes/default.rb
cookbooks/hdp/recipes/yum_repo.rb
roles/test-ah2-on-localhost.rb [new file with mode: 0644]
roles/test-hdp2-on-localhost.rb
roles/test-on-localhost.rb