tgravescs opened a new pull request #24634: [SPARK-27361][YARN] YARN support for GPU-aware scheduling URL: https://github.com/apache/spark/pull/24634 ## What changes were proposed in this pull request? Add yarn support for GPU-aware scheduling. Since SPARK-20327 already added yarn custom resource support, this jira is really just making sure the spark resource configs get mapped into the yarn resource configs and user doesn't specify both yarn and spark config for the known types of resources (gpu and fpga are the known types on yarn). You can find more details on the design and requirements documented: https://issues.apache.org/jira/browse/SPARK-27376 Note that the running on yarn docs already state to use it, it must be yarn 3.0+. We will add any further documentation under SPARK-20327 ## How was this patch tested? Unit tests and manually testing on yarn cluster
---------------------------------------------------------------- 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]
