tgravescs commented on a change in pull request #25047: [WIP][SPARK-27371][CORE] Support GPU-aware resources scheduling in Standalone URL: https://github.com/apache/spark/pull/25047#discussion_r301731170
########## File path: core/src/main/scala/org/apache/spark/deploy/master/Master.scala ########## @@ -72,6 +72,7 @@ private[deploy] class Master( private val idToWorker = new HashMap[String, WorkerInfo] private val addressToWorker = new HashMap[RpcAddress, WorkerInfo] + private val hostResourceToAssignedAddress = new HashMap[(String, String), ArrayBuffer[String]]() Review comment: ok lets file a jira for it so we don't forget ---------------------------------------------------------------- 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]
