Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB0EE17BB5 for ; Wed, 15 Apr 2015 20:05:43 +0000 (UTC) Received: (qmail 58035 invoked by uid 500); 15 Apr 2015 20:05:43 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 58006 invoked by uid 500); 15 Apr 2015 20:05:43 -0000 Mailing-List: contact commits-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@spark.apache.org Received: (qmail 57997 invoked by uid 99); 15 Apr 2015 20:05:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Apr 2015 20:05:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 43AADE050B; Wed, 15 Apr 2015 20:05:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: joshrosen@apache.org To: commits@spark.apache.org Message-Id: <534a278e738e4ec2b5d1c3c320c09d81@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: spark git commit: Revert "[SPARK-5634] [core] Show correct message in HS when no incomplete apps f..." Date: Wed, 15 Apr 2015 20:05:43 +0000 (UTC) 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 Authored: Wed Apr 15 13:04:33 2015 -0700 Committer: Josh Rosen 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("") { ++ appTable - } else if (requestedIncomplete) { -

No incomplete applications found!

} else {

No completed applications found!

++

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