Skip to content

Commit 5845a62

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 apache#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 3c13936 commit 5845a62

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
@@ -57,6 +57,8 @@ 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>
6062
} else {
6163
<h4>No completed applications found!</h4> ++
6264
<p>Did you specify the correct logging directory?

0 commit comments

Comments
 (0)