Skip to content
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ identify machines belonging to each cluster in the Amazon EC2 Console.
## Launching a Cluster

- Go into the `ec2` directory in the release of Apache Spark you downloaded.
- If ec2 directory is missing in downloaded spark, then follow these steps
- create a directory named ec2 inside your downloaded spark.
- Clone this repo (https://github.com/amplab/spark-ec2) inside ec2 directory created above.
- Run
`./spark-ec2 -k <keypair> -i <key-file> -s <num-slaves> launch <cluster-name>`,
where `<keypair>` is the name of your EC2 key pair (that you gave it
Expand Down