Last active
December 22, 2015 04:08
-
-
Save mgamba/6414712 to your computer and use it in GitHub Desktop.
spark/shark ec2
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
from http://aws.amazon.com/articles/4926593393724923 | |
http://elasticmapreduce.s3.amazonaws.com/samples/spark/0.7.3/install-spark-shark.sh | |
elastic-mapreduce --create --alive --name "Spark/Shark Cluster" --bootstrap-action s3://elasticmapreduce/samples/spark/0.7.3/install-spark-shark.sh --bootstrap-name "Mesos/Spark/Shark" --instance-type m1.xlarge --instance-count 3 | |
replace ec2-keypair in above command | |
commit to propagate credentials: https://github.com/amplab/shark/commit/70ddf149ea720fdfe76ae39cacbbac344be8402b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment