Thomas Graves created SPARK-27835: ------------------------------------- Summary: 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
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: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org