Created
April 12, 2011 23:25
-
-
Save clizzin/916671 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
# Change the cluster name here | |
whirr.cluster-name=hadoop | |
# Change the number of machines in the cluster here | |
whirr.instance-templates=1 nn+jt,5 dn+tt | |
# Uncomment out these lines to run CDH | |
whirr.hadoop-install-runurl=cloudera/cdh/install | |
whirr.hadoop-configure-runurl=cloudera/cdh/post-configure | |
# For EC2 set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables. | |
whirr.provider=ec2 | |
whirr.identity={access} | |
whirr.credential={secret} | |
# The size of the instance to use. See http://aws.amazon.com/ec2/instance-types/ | |
whirr.hardware-id=c1.xlarge | |
# Ubuntu 10.04 LTS Lucid. See http://alestic.com/ | |
whirr.image-id=us-east-1/ami-cef405a7 | |
# whirr.image-id=us-east-1/ami-da0cf8b3 | |
# If you choose a different location, make sure whirr.image-id is updated too | |
whirr.location-id=us-east-1 | |
# By default use the user system SSH keys. Override them here. | |
whirr.private-key-file=${sys:user.home}/.ssh/whirr | |
whirr.public-key-file=${whirr.private-key-file}.pub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment