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/04/16 04:57:21 UTC

[GitHub] [spark] mengxr commented on issue #24374: [SPARK-27366][CORE] Support GPU Resources in Spark job scheduling

mengxr commented on issue #24374: [SPARK-27366][CORE] Support GPU Resources in Spark job scheduling
URL: https://github.com/apache/spark/pull/24374#issuecomment-483511101
 
 
   @jiangxb1987 I think we should reduce the scope of this PR:
   
   1. Remove auto-discovery script and executor interface.
   2. Do not consider `gpu` as a special hardcoded resource name.
   3. Use static conf `resource.accelerator_name.addresses` to load accelerator addresses and `resource.accelerator_name.count` as request.
   
   In this way, we can make this PR smaller and leave discovery and executor interface as follow-up work.

----------------------------------------------------------------
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