[ 
https://issues.apache.org/jira/browse/SPARK-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995491#comment-14995491
 ] 

Neelesh Srinivas Salian commented on SPARK-1191:
------------------------------------------------

Is this JIRA still relevant? The PR seems to be closed. 

> 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.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to