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 12eee85 commit a49c52fCopy full SHA for a49c52f
core/src/main/scala/org/apache/spark/deploy/master/Master.scala
@@ -767,7 +767,7 @@ private[spark] class Master(
767
app.desc.appUiUrl = notFoundBasePath + s"?msg=$msg&exception=$exception&title=$title"
768
false
769
case e: Exception =>
770
- // Replay exception message to application UI page
+ // Relay exception message to application UI page
771
val title = s"Application history load error (${app.id})"
772
val exception = URLEncoder.encode(Utils.exceptionString(e), "UTF-8")
773
var msg = s"Exception in replaying log for application $appName!"
0 commit comments