Created
February 11, 2013 11:38
-
-
Save SwathiMystery/4753999 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cluster name goes here | |
whirr.cluster-name=testcluster | |
# Change the number of machines in the cluster here | |
# Using 3 DN and TT and 1JT and NN# Ganglia is configured | |
whirr.instance-templates=1 hadoop-jobtracker+hadoop-namenode+ganglia-monitor+ganglia-metad,3 hadoop-datanode+hadoop-tasktracker+ganglia-monitor | |
# Install JAVA | |
whirr.java.install-function=install_openjdk | |
whirr.java.install-function=install_oab_java | |
## Install CDH4 MRV1 | |
whirr.hadoop.install-function=install_cdh_hadoop | |
whirr.hadoop.configure-function=configure_cdh_hadoop | |
whirr.env.REPO=cdh4 | |
# For EC2 set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables. | |
whirr.provider=aws-ec2 | |
whirr.hardware-id=c1.xlarge | |
# Credentials should go here | |
whirr.identity=XXXXXXXXXXXXXXXXX | |
whirr.credential=XXXXXXXXXXXXXXXXXXXX | |
whirr.cluster-user=whirr | |
whirr.private-key-file=/home/ubuntu/.ssh/yourKey | |
whirr.public-key-file=/home/ubuntu/.ssh/yourKey.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment