GitHub user briuri opened a pull request:
https://github.com/apache/spark/pull/13947
[SPARK-16257] [Build] Update spark_ec2.py to support Spark 1.6.2 and 1.6.3.
## What changes were proposed in this pull request?
- Adds 1.6.2 and 1.6.3 as supported Spark versions within the bundled
spark-ec2 script.
- Makes the default Spark version 1.6.3 to keep in sync with the upcoming
release.
- Does not touch the newer spark-ec2 scripts in the separate amplabs
repository.
## How was this patch tested?
- Manual script execution:
export AWS_SECRET_ACCESS_KEY=_snip_
export AWS_ACCESS_KEY_ID=_snip_
$SPARK_HOME/ec2/spark-ec2 \
--key-pair=_snip_ \
--identity-file=_snip_ \
--region=us-east-1 \
--vpc-id=_snip_ \
--slaves=1 \
--instance-type=t1.micro \
--spark-version=1.6.2 \
--hadoop-major-version=yarn \
launch test-cluster
- Result: Successful creation of a 1.6.2-based Spark cluster.
This contribution is my original work and I license the work to the project
under the project's open source license.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/briuri/spark branch-1.6-bug-spark-16257
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/13947.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #13947
----
commit 6b86b69f7f68d0832ea877567800d3822b82320c
Author: Brian Uri <[email protected]>
Date: 2016-06-28T16:07:22Z
[SPARK-16257] Update spark_ec2.py to support Spark 1.6.2 and 1.6.3.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]