You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by tyronecai <ty...@163.com> on 2015/10/21 11:46:17 UTC

SPARK_DRIVER_MEMORY doc wrong

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!


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org


Re: SPARK_DRIVER_MEMORY doc wrong

Posted by Sean Owen <so...@cloudera.com>.
You're welcome to open a little pull request to fix that.

On Wed, Oct 21, 2015, 10:47 AM tyronecai <ty...@163.com> 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)
>
>
> SPARK_DRIVER_MEMORY is memory config for driver, not master.
>
> Thanks!
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>
>