我试着看一下Apache Hama,我按照http://hama.apache.org/hama_on_clouds.html的说明进行了下载,然后下载了whirr 0.8.2但是在这个版本中,文件夹配方中没有hama-ec2.properties,因此我无法尝试。
是否有理由在此版本中删除此文件,并且有另外一种方法可以在EC2上通过whirr尝试hama。
感谢您的帮助
答案 0 :(得分:1)
您只需使用文件recipes/hama.properties
您关注的选项如下:
#
# Customise instance types & AMI for Amazon EC2
#
#
# Use a specific instance type. See http://aws.amazon.com/ec2/instance-types/
whirr.hardware-id=c1.xlarge
#
# Ubuntu 10.04 LTS Lucid. See http://cloud.ubuntu.com/ami/
whirr.image-id=us-east-1/ami-35de095c
#
# You can also specify the spot instance price: http://aws.amazon.com/ec2/spot-instances/
# whirr.aws-ec2-spot-price=0.15
另外,如果确保您设置了凭据文件~/.whirr/credentials
并将这些行添加到其中。
PROVIDER=aws-ec2
IDENTITY=<YOUR AWS ACCESS KEY ID>
CREDENTIAL=<YOUR AWS SECRET ACCESS KEY>