tgravescs opened a new pull request #24821: [SPARK-27823][CORE] Add an abstraction layer for resource handling URL: https://github.com/apache/spark/pull/24821 ## What changes were proposed in this pull request? Add an abstraction layer for the Resource layer stuff to make it more readable. I think the only actual behavioral change here is that now you can specify both a resourceFileOpt and the discovery script for different resources and it will join them together. Previously it only allowed one or the other option to be used. I did also add in one more warning for the user when the resource configurations will waste resources. ## How was this patch tested? Unit tests and ran on local cluster, yarn
---------------------------------------------------------------- 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]
