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

Thomas Graves resolved SPARK-27835.
-----------------------------------
       Resolution: Fixed
    Fix Version/s: 3.0.0

> Resource Scheduling: change driver config from addresses to resourcesFile
> -------------------------------------------------------------------------
>
>                 Key: SPARK-27835
>                 URL: https://issues.apache.org/jira/browse/SPARK-27835
>             Project: Spark
>          Issue Type: Story
>          Components: Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Thomas Graves
>            Assignee: Thomas Graves
>            Priority: Major
>             Fix For: 3.0.0
>
>
> currently we added a driver config 
> spark.driver.resources.<resourceName>.addresses for standalone mode.
> We should change that to be consistent with the executor side changes and 
> make it spark.driver.resourcesFile. This makes it more flexible in that we 
> wouldn't have to add more configs for different types of resources, 
> standalone mode would just need to output different json in that file.  It 
> will also make some of the parsing code common between the 2.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to