Last active
August 29, 2015 14:11
-
-
Save elliottcordo/154d320dd8f709cd9514 to your computer and use it in GitHub Desktop.
spark cluster emr command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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