[ 
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)

Reply via email to