Re: Pls assist: Creating Spak EC2 cluster using spark_ec2.py script and a custom AMI

2016-07-25 Thread Mayank Ahuja
Hi Marco, >From AMI name shared, it seems to be HVM image. 'm1' instance family does not support HVM (only PV is supported). Either you can use PV equivalent of this image or you can use 'm3' family (easiest transition from m1 to m3, if possible). Details: http://docs.aws.amazon.com/AWSEC2/latest

Pls assist: Creating Spak EC2 cluster using spark_ec2.py script and a custom AMI

2016-07-25 Thread Marco Mistroni
HI all i was wondering if anyone can help with this I Have created a spark cluster before using spark_ec2.py script from Spark 1.6.1 that by default uses a very old AMI... so i decided to try to launch the script with a more up to date AMI. the one i have used is ami-d732f0b7, which refers to Ubun