tgravescs opened a new pull request #24730: [SPARK-27835] Resource Scheduling: change driver config from addresses URL: https://github.com/apache/spark/pull/24730 ## What changes were proposed in this pull request? Change the Driver resource discovery argument for standalone mode to be a file rather then separate address configs per resource. This makes it consistent with how the Executor is doing it and makes it more flexible in the future, and it makes for less configs if you have multiple resources. ## How was this patch tested? Unit tests and basic manually testing to make sure files were parsed properly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
