Skip to content

Commit cfaf9be

Browse files
committed
Add docs about spark-git-repo option
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.
1 parent 317e114 commit cfaf9be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ec2-scripts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ another.
8585
specified version of Spark. The `<version>` can be a version number
8686
(e.g. "0.7.3") or a specific git hash. By default, a recent
8787
version will be used.
88+
- `--spark-git-repo=<repository url>` enables you to run your development version on EC2 cluster. You need to set `--spark-version`
89+
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).
8890
- If one of your launches fails due to e.g. not having the right
8991
permissions on your private key file, you can run `launch` with the
9092
`--resume` option to restart the setup process on an existing cluster.

0 commit comments

Comments
 (0)