Skip to content

Commit a49c52f

Browse files
revert wrong modification
1 parent 12eee85 commit a49c52f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ private[spark] class Master(
767767
app.desc.appUiUrl = notFoundBasePath + s"?msg=$msg&exception=$exception&title=$title"
768768
false
769769
case e: Exception =>
770-
// Replay exception message to application UI page
770+
// Relay exception message to application UI page
771771
val title = s"Application history load error (${app.id})"
772772
val exception = URLEncoder.encode(Utils.exceptionString(e), "UTF-8")
773773
var msg = s"Exception in replaying log for application $appName!"

0 commit comments

Comments
 (0)