Skip to content

Instantly share code, notes, and snippets.

@elliottcordo
Created November 17, 2014 19:15
Show Gist options
  • Save elliottcordo/264a0fa0d9a523a0a45a to your computer and use it in GitHub Desktop.
Save elliottcordo/264a0fa0d9a523a0a45a to your computer and use it in GitHub Desktop.
emr spark cluster
aws emr create-cluster --name SparkCluster --ami-version 3.2 --instance-type m3.xlarge --instance-count 3 --ec2-attributes KeyName=caserta-1 --applications Name=Hive --bootstrap-actions Path=s3://support.elasticmapreduce/spark/install-spark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment