Skip to content

Commit f035423

Browse files
committed
stylistic fix
1 parent d9c1685 commit f035423

File tree

1 file changed

+2
-2
lines changed
  • core/src/main/scala/org/apache/spark/deploy/master

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/deploy/master/Master.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -615,9 +615,9 @@ private[master] class Master(
615615
*/
616616
private def schedule(): Unit = {
617617
if (state != RecoveryState.ALIVE) { return }
618-
//start in-cluster drivers, they take strict precedence over applications
618+
// start in-cluster drivers, they take strict precedence over applications
619619
startDriversOnWorkers()
620-
//start executors
620+
// start executors
621621
startExecutorsOnWorkers()
622622
}
623623

0 commit comments

Comments
 (0)