You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by jo...@apache.org on 2015/04/15 22:05:43 UTC

spark git commit: Revert "[SPARK-5634] [core] Show correct message in HS when no incomplete apps f..."

Repository: spark
Updated Branches:
  refs/heads/branch-1.2 964f54478 -> 8e9fc27aa


Revert "[SPARK-5634] [core] Show correct message in HS when no incomplete apps f..."

This reverts commit 5845a62361c39eb97df5de01c982821c8858de76.

This was reverted because it broke compilation for branch-1.2.  The problem is
that the `requestedIncomplete` variable is not defined in this branch.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8e9fc27a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8e9fc27a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8e9fc27a

Branch: refs/heads/branch-1.2
Commit: 8e9fc27aa96862801509fa9b64647153c7fcbd64
Parents: 964f544
Author: Josh Rosen <jo...@databricks.com>
Authored: Wed Apr 15 13:04:33 2015 -0700
Committer: Josh Rosen <jo...@databricks.com>
Committed: Wed Apr 15 13:04:33 2015 -0700

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/deploy/history/HistoryPage.scala   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/8e9fc27a/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala b/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala
index 3e6baa0..5fdc350 100644
--- a/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala
+++ b/core/src/main/scala/org/apache/spark/deploy/history/HistoryPage.scala
@@ -57,8 +57,6 @@ private[spark] class HistoryPage(parent: HistoryServer) extends WebUIPage("") {
                 </span>
               </h4> ++
               appTable
-            } else if (requestedIncomplete) {
-              <h4>No incomplete applications found!</h4>
             } else {
               <h4>No completed applications found!</h4> ++
               <p>Did you specify the correct logging directory?


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org