Skip to content

Instantly share code, notes, and snippets.

@bugcy013
Forked from SwathiMystery/mrv1 cdh4
Created February 14, 2013 10:10
Show Gist options
  • Save bugcy013/4951745 to your computer and use it in GitHub Desktop.
Save bugcy013/4951745 to your computer and use it in GitHub Desktop.
# 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