We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c1685 commit f035423Copy full SHA for f035423
core/src/main/scala/org/apache/spark/deploy/master/Master.scala
@@ -615,9 +615,9 @@ private[master] class Master(
615
*/
616
private def schedule(): Unit = {
617
if (state != RecoveryState.ALIVE) { return }
618
- //start in-cluster drivers, they take strict precedence over applications
+ // start in-cluster drivers, they take strict precedence over applications
619
startDriversOnWorkers()
620
- //start executors
+ // start executors
621
startExecutorsOnWorkers()
622
}
623
0 commit comments