You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/09/01 16:36:46 UTC

[jira] [Updated] (SPARK-10375) Setting the driver memory with SparkConf().set("spark.driver.memory","1g") does not work

     [ https://issues.apache.org/jira/browse/SPARK-10375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen updated SPARK-10375:
------------------------------
    Issue Type: Improvement  (was: Bug)

> Setting the driver memory with SparkConf().set("spark.driver.memory","1g") does not work
> ----------------------------------------------------------------------------------------
>
>                 Key: SPARK-10375
>                 URL: https://issues.apache.org/jira/browse/SPARK-10375
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark
>    Affects Versions: 1.3.0
>         Environment: Running with yarn
>            Reporter: Thomas
>            Priority: Minor
>
> When running pyspark 1.3.0 with yarn, the following code has no effect:
> pyspark.SparkConf().set("spark.driver.memory","1g")
> The Environment tab in yarn shows that the driver has 1g, however, the Executors tab only shows 512 M (the default value) for the driver memory.  This issue goes away when the driver memory is specified via the command line (i.e. --driver-memory 1g)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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