ok - i'm not sure what you are asking. whirr launch-cluster --config ~/whirr/recipes/hadoop.properties
where these are the properties i think i changed or added from the original recipe: whirr.cluster-name=hadoop-ec2 whirr.instance-templates=1 hadoop-namenode+hadoop-jobtracker,1 hadoop-datanode+hadoop-tasktracker whirr.hardware-id=t1.micro whirr.image-id=us-east-1/ami-25d9a94c whirr.hadoop.version=1.2.1 whirr.provider=aws-ec2 whirr.identity=${env:AWS_ACCESS_KEY} whirr.credential=${env:AWS_SECRET_KEY} whirr.location-id=us-east-1 whirr.java.install-function=install_oracle_jdk7 ________________________________ From: Andrew Bayer <andrew.ba...@gmail.com> To: user@whirr.apache.org; a b <autohan...@yahoo.com> Sent: Monday, August 5, 2013 4:11 PM Subject: Re: cannot find hadoop-1.2.1.tar.gz.md5 - file suffix is mds Ok, it looks like they've actually been doing .mds for a while. Where are you seeing this error? A. On Mon, Aug 5, 2013 at 4:09 PM, Andrew Bayer <andrew.ba...@gmail.com> wrote: That looks like they broke the hadoop-1.2.1 release - the file should be .md5. I'd bug the Hadoop project about that. > >A. > > > >On Mon, Aug 5, 2013 at 3:42 PM, a b <autohan...@yahoo.com> wrote: > >i get a whirr error: >> >> >>Could not download >>http://apache.osuosl.org/hadoop/common/hadoop-1.2.1/hadoop-1.2.1.tar.gz.md5 >> >> >>when i browse over to: http://apache.osuosl.org/hadoop/common/hadoop-1.2.1/ >>i can see the file is named: hadoop-1.2.1.tar.gz.mds >> >> >>how do i tell whirr to use a different suffix? >> >> >