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-453677951 @jomach To clarify, there are two config properties related to gpus with Mesos: (1) `spark.mesos.gpus.max` - This is the one that you quoted above. It is indeed a max _per Spark app_. This is an existing property that has been available in Spark 2.4. (2) `spark.mesos.executor.gpus` - This is a new property being defined in this PR. It is a _per executor_ setting.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
