Spark
In your park distribution there's./ec2/folder, where you can execute:
./spark-ec2 -k spark -i ~/.ssh/spark.pem -s 1 --region=us-east-1 launch spark-testThis will launch an cluster with a master node and one slave.
./spark-ec2 -i ~/.ssh/spark.pem login spark-testYou can download the key spark.pem on the ec2 console.
Last updated
