diff options
author | Michael Lando <ml636r@att.com> | 2017-05-14 11:32:52 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-05-14 11:46:35 +0300 |
commit | 6921632f70d9321b7e37c2a00618a21bccc0e765 (patch) | |
tree | 6789a7688e2fc9275c7ca63071ac2068c49b1746 /config/whirr-cassandra.properties |
first commit for new repo
Change-Id: I307341ad768d38a60fb49f96b5b40186c0bd1205
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'config/whirr-cassandra.properties')
-rw-r--r-- | config/whirr-cassandra.properties | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/config/whirr-cassandra.properties b/config/whirr-cassandra.properties new file mode 100644 index 0000000..3b87869 --- /dev/null +++ b/config/whirr-cassandra.properties @@ -0,0 +1,28 @@ +# A Whirr Receipe for Cassandra + Hadoop +# Read the Configuration Guide for more info: +# http://whirr.apache.org/docs/latest/configuration-guide.html + +# Change the cluster name here +whirr.cluster-name=cassandra-hadoop + +# Change the number of machines in the cluster here +whirr.instance-templates=1 zookeeper+hadoop-namenode+hadoop-jobtracker,3 hadoop-datanode+hadoop-tasktracker+cassandra + +# For EC2 set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables. +whirr.provider=aws-ec2 +whirr.identity=${env:AWS_ACCESS_KEY_ID} +whirr.credential=${env:AWS_SECRET_ACCESS_KEY} +whirr.cluster-user=ec2-user + +# The size of the instance to use. See http://aws.amazon.com/ec2/instance-types/ +whirr.hardware-id=m1.large +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/id_rsa +# whirr.public-key-file=${whirr.private-key-file}.pub + +whirr.cassandra.version.major=1.2.0 +whirr.cassandra.tarball.url=http://archive.apache.org/dist/cassandra/1.2.0/apache-cassandra-1.2.0-bin.tar.gz +# whirr.cassandra.tarball.url=http://archive.apache.org/dist/cassandra/1.1.3/apache-cassandra-1.1.3-bin.tar.gz +whirr.hadoop.tarball.url=http://archive.apache.org/dist/hadoop/core/hadoop-1.0.3/hadoop-1.0.3.tar.gz |