Skip to content

Commit

Permalink
Add docs about spark-git-repo option
Browse files Browse the repository at this point in the history
There might be some times when WIPS spark version need to be run
on EC2 cluster. In order to setup this type of cluster more easily,
add --spark-git-repo option description to ec2 documentation.
  • Loading branch information
Lewuathe committed Nov 29, 2014
1 parent 317e114 commit cfaf9be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ec2-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ another.
specified version of Spark. The `<version>` can be a version number
(e.g. "0.7.3") or a specific git hash. By default, a recent
version will be used.
- `--spark-git-repo=<repository url>` enables you to run your development version on EC2 cluster. You need to set `--spark-version`
as git commit hash such as 317e114 not original release version number. By default, this repository is set [apache mirror](https://github.com/apache/spark).
- If one of your launches fails due to e.g. not having the right
permissions on your private key file, you can run `launch` with the
`--resume` option to restart the setup process on an existing cluster.
Expand Down

0 comments on commit cfaf9be

Please sign in to comment.