GitHub user kmaehashi opened a pull request:
https://github.com/apache/spark/pull/7647
[SPARK-9314] [EC2] add root EBS config options to spark-ec2
This fixes [[SPARK-9314]](https://issues.apache.org/jira/browse/SPARK-9314).
This patch adds two options to spark-ec2 command:
* ``--ebs-root-vol-size`` to specify the custom size of the root volume in
GiB.
* ``--ebs-root-vol-type`` to specify the custom type of the root volume
(``gp2``, ``standard``, etc.)
When these options are not specified, the default value from AMI is used.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kmaehashi/spark spark-ec2-add-root-ebs-config
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7647.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 #7647
----
commit 2814522e531d7aff9aa7ef5bf090321bb0afc4e7
Author: Kenichi Maehashi <[email protected]>
Date: 2015-07-24T03:47:03Z
add root EBS config options to spark-ec2
----
---
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]