EC2 上的 Apache Hama 通过 whirr 0.8



我正在尝试查看Apache Hama,我按照 http://hama.apache.org/hama_on_clouds.html 的说明下载了whirr 0.8.2,但在此版本中,文件夹配方中没有任何hama-ec2.properties,因此我无法尝试。

是否有原因在此版本中删除此文件,并且有一个替代方法可以通过以下方式在EC2上通过whirr尝试hama。

感谢您的帮助

您可以使用文件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>

相关内容

  • 没有找到相关文章

最新更新