You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Thomas Graves (JIRA)" <ji...@apache.org> on 2014/05/06 02:35:15 UTC

[jira] [Updated] (SPARK-1191) Convert configs to use SparkConf

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

Thomas Graves updated SPARK-1191:
---------------------------------

    Priority: Major  (was: Blocker)

> Convert configs to use SparkConf
> --------------------------------
>
>                 Key: SPARK-1191
>                 URL: https://issues.apache.org/jira/browse/SPARK-1191
>             Project: Spark
>          Issue Type: Bug
>          Components: YARN
>    Affects Versions: 1.0.0
>            Reporter: Thomas Graves
>
> There are many places in the yarn code that still use System.setProperty. We should convert those to use the SparkConf.  
> One specific example is SPARK_YARN_MODE. There are others in like ApplicationMaster and Client.
> Note that currently some configs can't be set in sparkConf and properly picked up with SparkContext as sparkConf isn't really shared with the SparkContext.  The only time we can get the sparkContext is after its been instantiated which is to late.  



--
This message was sent by Atlassian JIRA
(v6.2#6252)