You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/17 15:59:37 UTC

[GitHub] [spark] tgravescs opened a new pull request #24634: [SPARK-27361][YARN] YARN support for GPU-aware scheduling

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org