Skip to content

Commit 8e9fc27

Browse files
committed
Revert "[SPARK-5634] [core] Show correct message in HS when no incomplete apps f..."
This reverts commit 5845a62. This was reverted because it broke compilation for branch-1.2. The problem is that the `requestedIncomplete` variable is not defined in this branch.
1 parent 964f544 commit 8e9fc27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ private[spark] class HistoryPage(parent: HistoryServer) extends WebUIPage("") {
5757
</span>
5858
</h4> ++
5959
appTable
60-
} else if (requestedIncomplete) {
61-
<h4>No incomplete applications found!</h4>
6260
} else {
6361
<h4>No completed applications found!</h4> ++
6462
<p>Did you specify the correct logging directory?

0 commit comments

Comments
 (0)