diff --git a/core/src/main/scala/org/apache/spark/deploy/master/ui/HistoryNotFoundPage.scala b/core/src/main/scala/org/apache/spark/deploy/master/ui/HistoryNotFoundPage.scala index ca1791da19bc9..6888b9c7968f9 100644 --- a/core/src/main/scala/org/apache/spark/deploy/master/ui/HistoryNotFoundPage.scala +++ b/core/src/main/scala/org/apache/spark/deploy/master/ui/HistoryNotFoundPage.scala @@ -30,8 +30,9 @@ private[spark] class HistoryNotFoundPage(parent: MasterWebUI) val content =
- No event logs were found for this application. Did you forget to set - spark.eventLog.enabled? + No event logs were found for this application. To enable event logging, please set + spark.eventLog.enabled + to true.
UIUtils.basicSparkPage(content, "Application history not found")