tgravescs commented on a change in pull request #27773: [SPARK-29154][CORE] Update Spark scheduler for stage level scheduling URL: https://github.com/apache/spark/pull/27773#discussion_r389860299
########## File path: core/src/main/scala/org/apache/spark/scheduler/cluster/CoarseGrainedSchedulerBackend.scala ########## @@ -96,6 +96,7 @@ class CoarseGrainedSchedulerBackend(scheduler: TaskSchedulerImpl, val rpcEnv: Rp protected val executorsPendingDecommission = new HashSet[String] // A map of ResourceProfile id to map of hostname with its possible task number running on it + // A map to store hostname with its possible task number running on it Review comment: yes ---------------------------------------------------------------- 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]
