Skip to content

Commit a9c5cf1

Browse files
committed
undo changes superceeded by master
1 parent 0c6f968 commit a9c5cf1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private[history] class HistoryPage(parent: HistoryServer) extends WebUIPage("")
6868

6969
<h4>
7070
Showing {actualFirst + 1}-{last + 1} of {allApps.size}
71-
({if (requestedIncomplete) "Incomplete" else "Complete"} applications)
71+
{if (requestedIncomplete) "(Incomplete applications)"}
7272
<span style="float: right">
7373
{
7474
if (actualPage > 1) {
@@ -93,8 +93,7 @@ private[history] class HistoryPage(parent: HistoryServer) extends WebUIPage("")
9393
} else if (requestedIncomplete) {
9494
<h4>No incomplete applications found!</h4>
9595
} else {
96-
<h4>No {if (requestedIncomplete) "running" else "completed"}
97-
applications found!</h4> ++
96+
<h4>No completed applications found!</h4> ++
9897
<p>Did you specify the correct logging directory?
9998
Please verify your setting of <span style="font-style:italic">
10099
spark.history.fs.logDirectory</span> and whether you have the permissions to

0 commit comments

Comments
 (0)