Created
November 17, 2014 19:15
-
-
Save elliottcordo/264a0fa0d9a523a0a45a to your computer and use it in GitHub Desktop.
emr spark cluster
This file contains hidden or 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 --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