Skip to content

Commit c514855

Browse files
committed
Update SparkUI.scala
1 parent 15aec1a commit c514855

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/main/scala/org/apache/spark/ui/SparkUI.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ private[spark] class SparkUI private (
120120

121121
/**
122122
* To start SparUI, Spark starts Jetty Server first to bind address.
123-
* After the Spark application is fully started, call [attachAllHandlers] to start all handlers.
123+
* After the Spark application is fully started, call [attachAllHandlers]
124+
* to start all existing handlers.
124125
*/
125126
override def bind(): Unit = {
126127
assert(serverInfo.isEmpty, s"Attempted to bind $className more than once!")

0 commit comments

Comments
 (0)