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 2018/12/19 19:08:36 UTC

[GitHub] susanxhuynh commented on issue #21033: [SPARK-19320][MESOS]allow specifying a hard limit on number of gpus required in each spark executor when running on mesos

susanxhuynh commented on issue #21033: [SPARK-19320][MESOS]allow specifying a hard limit on number of gpus required in each spark executor when running on mesos
URL: https://github.com/apache/spark/pull/21033#issuecomment-448709762
 
 
   @jomach Sorry, I don't have time to work on this anymore. I don't think Mesos allows you to specify a gpu per Spark app. GPUs are exposed as a scalar resource (like CPUs), so the app just requests a number of gpus. (See http://mesos.apache.org/documentation/latest/gpu-support/) When starting the Mesos agents, you can specify which GPUs to expose as resources but that's only on cluster startup, not per app.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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