在使用Debian启动t2.micro实例并导入我的AWS密钥后,我尝试使用此命令在Frankfurt服务器上启动Spark群集:
spark-1.4.0-bin-hadoop2.6/ec2/spark-ec2 -k spark_frankfurt -i spark_frankfurt.pem -s 1 -t t2.micro --region=eu-central-1 --hadoop-major-version=2 launch mycluster
但它回答了我以下答案:
Setting up security groups...
Searching for existing cluster mycluster in region eu-central-1...
Could not resolve AMI at:
https://raw.github.com/mesos/spark-ec2/branch-1.3/ami-list/eu-central-1/hvm
答案 0 :(得分:1)
事实上,法兰克福,eu-central-1,不在官方EC2存储库的AMI列表中:https://github.com/mesos/spark-ec2/tree/branch-1.4/ami-list。 因此,它暂时不起作用是正常的。