Skip to content

Commit

Permalink
Reword message
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewor14 committed Jul 10, 2014
1 parent e7df7ed commit 89d6405
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ private[spark] class HistoryNotFoundPage(parent: MasterWebUI)
val content =
<div class="row-fluid">
<div class="span12" style="font-size:14px;font-weight:bold">
No event logs were found for this application. Did you forget to set
<a href="http://spark.apache.org/docs/latest/monitoring.html">spark.eventLog.enabled</a>?
No event logs were found for this application. To enable event logging, please set
<a href="http://spark.apache.org/docs/latest/monitoring.html">spark.eventLog.enabled</a>
to true.
</div>
</div>
UIUtils.basicSparkPage(content, "Application history not found")
Expand Down

0 comments on commit 89d6405

Please sign in to comment.