You're welcome to open a little pull request to fix that.
On Wed, Oct 21, 2015, 10:47 AM tyronecai wrote:
> In conf/spark-env.sh.template
> https://github.com/apache/spark/blob/master/conf/spark-env.sh.template#L42
> # - SPARK_DRIVER_MEMORY, Memory for Master (e.g. 1000M, 2G) (Default: 1G)
>
>
>
In conf/spark-env.sh.template
https://github.com/apache/spark/blob/master/conf/spark-env.sh.template#L42
# - SPARK_DRIVER_MEMORY, Memory for Master (e.g. 1000M, 2G) (Default: 1G)
SPARK_DRIVER_MEMORY is memory config for driver, not master.
Thanks!
--