We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15aec1a commit c514855Copy full SHA for c514855
core/src/main/scala/org/apache/spark/ui/SparkUI.scala
@@ -120,7 +120,8 @@ private[spark] class SparkUI private (
120
121
/**
122
* 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.
+ * After the Spark application is fully started, call [attachAllHandlers]
124
+ * to start all existing handlers.
125
*/
126
override def bind(): Unit = {
127
assert(serverInfo.isEmpty, s"Attempted to bind $className more than once!")
0 commit comments