# # NOTE: EDIT THE FOLLOWING PROPERTIES TO MATCH YOUR ENVIRONMENT AND DESIRED CLUSTER # # The private key you created during the Whirr installation above (you'll need to change this path) whirr.private-key-file=/Users/matt/.ssh/id_rsa_whirr # The public key you created during the Whirr installation above (you'll need to change this path) whirr.public-key-file=/Users/matt/.ssh/id_rsa_whirr.pub # The size of EC2 instances to run (see http://aws.amazon.com/ec2/instance-types/). Keep in mind that some # joins can require quite a bit of memory. We'll use the m2.xlarge (High-Memory Extra Large Instance) for extra memory. # You can use any size instance you like here (except micro). whirr.hardware-id=m2.xlarge # You can modify the number of machines in the cluster here. The first machine type is the master and the second # machine type are the workers. To change you cluster size, change the number of workers in the cluster. whirr.instance-templates=1 hadoop-namenode+hadoop-jobtracker+ganglia-metad,5 hadoop-datanode+hadoop-tasktracker+ganglia-monitor # # NOTE: DO NOT CHANGE THE PROPERTIES FROM HERE DOWN OR THE INSTALLER MAY BREAK # # This name will be used by Amazon to create the security group name. Using any string you like. whirr.cluster-name=myimpalacluster # Impala should not be run as root since root is not allowed to do direct reads whirr.cluster-user=impala # The RightImage CentOS 6.2 x64 image whirr.image-id=us-west-1/ami-51c3e614 # The following two lines will cause Whirr to install CDH instead of Apache Hadoop whirr.hadoop.install-function=install_cdh_hadoop whirr.hadoop.configure-function=configure_cdh_hadoop