first commit for new repo
[sdc/sdc-titan-cassandra.git] / config / whirr-cassandra.properties
1 # A Whirr Receipe for Cassandra + Hadoop
2 # Read the Configuration Guide for more info:
3 # http://whirr.apache.org/docs/latest/configuration-guide.html
4
5 # Change the cluster name here
6 whirr.cluster-name=cassandra-hadoop
7
8 # Change the number of machines in the cluster here
9 whirr.instance-templates=1 zookeeper+hadoop-namenode+hadoop-jobtracker,3 hadoop-datanode+hadoop-tasktracker+cassandra
10
11 # For EC2 set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables.
12 whirr.provider=aws-ec2
13 whirr.identity=${env:AWS_ACCESS_KEY_ID}
14 whirr.credential=${env:AWS_SECRET_ACCESS_KEY}
15 whirr.cluster-user=ec2-user
16
17 # The size of the instance to use. See http://aws.amazon.com/ec2/instance-types/
18 whirr.hardware-id=m1.large
19 whirr.location-id=us-east-1
20
21 # By default use the user system SSH keys. Override them here.
22 # whirr.private-key-file=${sys:user.home}/.ssh/id_rsa
23 # whirr.public-key-file=${whirr.private-key-file}.pub
24
25 whirr.cassandra.version.major=1.2.0
26 whirr.cassandra.tarball.url=http://archive.apache.org/dist/cassandra/1.2.0/apache-cassandra-1.2.0-bin.tar.gz
27 # whirr.cassandra.tarball.url=http://archive.apache.org/dist/cassandra/1.1.3/apache-cassandra-1.1.3-bin.tar.gz
28 whirr.hadoop.tarball.url=http://archive.apache.org/dist/hadoop/core/hadoop-1.0.3/hadoop-1.0.3.tar.gz