Skip to content

Commit 0e5ca9e

Browse files
Marcelo VanzinAndrew Or
Marcelo Vanzin
authored and
Andrew Or
committed
[SPARK-5634] [core] Show correct message in HS when no incomplete apps f...
...ound. Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #5515 from vanzin/SPARK-5634 and squashes the following commits: f74ecf1 [Marcelo Vanzin] [SPARK-5634] [core] Show correct message in HS when no incomplete apps found. (cherry picked from commit 30a6e0d) Signed-off-by: Andrew Or <andrew@databricks.com>
1 parent 1ab423f commit 0e5ca9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ private[spark] class HistoryPage(parent: HistoryServer) extends WebUIPage("") {
9090
</span>
9191
</h4> ++
9292
appTable
93+
} else if (requestedIncomplete) {
94+
<h4>No incomplete applications found!</h4>
9395
} else {
9496
<h4>No completed applications found!</h4> ++
9597
<p>Did you specify the correct logging directory?

0 commit comments

Comments
 (0)