Skip to content

Instantly share code, notes, and snippets.

@elliottcordo
Last active August 29, 2015 14:11
Show Gist options
  • Save elliottcordo/154d320dd8f709cd9514 to your computer and use it in GitHub Desktop.
Save elliottcordo/154d320dd8f709cd9514 to your computer and use it in GitHub Desktop.
spark cluster emr command
aws emr create-cluster --name SparkCluster --ami-version 3.2.1 --instance-type m3.xlarge --instance-count 3 --ec2-attributes KeyName=caserta-1 --applications Name=Hive --bootstrap-actions Path=s3://support.elasticmapreduce/spark/install-spark,Args=\["-v1.1.0.d"\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment