spark-ec2 icon indicating copy to clipboard operation
spark-ec2 copied to clipboard

Scripts used to setup a Spark cluster on EC2

Results 61 spark-ec2 issues
Sort by recently updated
recently updated
newest added

Hi, I am having trouble creating the spark cluster with a custom spark version. I am doing: ``` bash ec2/spark-ec2 --key-pair= --identity-file= --region=eu-west-1 --zone=eu-west-1a --vpc-id= --subnet-id= --copy-aws-credentials --hadoop-major-version=2 --instance-profile-name= --slaves=1...