From cfaf9be21141856c2b9ec5bb795fe53c2a222176 Mon Sep 17 00:00:00 2001 From: lewuathe Date: Sun, 30 Nov 2014 00:12:08 +0900 Subject: [PATCH 1/2] 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. --- docs/ec2-scripts.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ec2-scripts.md b/docs/ec2-scripts.md index 66bf5f1a855ed..399208a6cf77c 100644 --- a/docs/ec2-scripts.md +++ b/docs/ec2-scripts.md @@ -85,6 +85,8 @@ another. specified version of Spark. The `` 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=` 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. From 6dae8ee0f541f26bfb70414f3e35ce3b71aed32e Mon Sep 17 00:00:00 2001 From: lewuathe Date: Sun, 30 Nov 2014 11:16:12 +0900 Subject: [PATCH 2/2] Wrap consistent with other descriptions --- docs/ec2-scripts.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/ec2-scripts.md b/docs/ec2-scripts.md index 399208a6cf77c..d021a6f4a1d4b 100644 --- a/docs/ec2-scripts.md +++ b/docs/ec2-scripts.md @@ -85,8 +85,11 @@ another. specified version of Spark. The `` 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=` 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). +- `--spark-git-repo=` 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.