Return-Path: X-Original-To: apmail-spark-dev-archive@minotaur.apache.org Delivered-To: apmail-spark-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4EA5E10692 for ; Thu, 6 Mar 2014 20:54:27 +0000 (UTC) Received: (qmail 76307 invoked by uid 500); 6 Mar 2014 20:54:26 -0000 Delivered-To: apmail-spark-dev-archive@spark.apache.org Received: (qmail 76275 invoked by uid 500); 6 Mar 2014 20:54:25 -0000 Mailing-List: contact dev-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.apache.org Delivered-To: mailing list dev@spark.apache.org Received: (qmail 76261 invoked by uid 99); 6 Mar 2014 20:54:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2014 20:54:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 971A593FA5B; Thu, 6 Mar 2014 20:54:24 +0000 (UTC) From: kayousterhout To: dev@spark.apache.org Reply-To: dev@spark.apache.org References: In-Reply-To: Subject: [GitHub] spark pull request: [SPARK-1132] Persisting Web UI through refacto... Content-Type: text/plain Message-Id: <20140306205424.971A593FA5B@tyr.zones.apache.org> Date: Thu, 6 Mar 2014 20:54:24 +0000 (UTC) Github user kayousterhout commented on a diff in the pull request: https://github.com/apache/spark/pull/42#discussion_r10360102 --- Diff: core/src/main/scala/org/apache/spark/ui/SparkUI.scala --- @@ -69,19 +100,55 @@ private[spark] class SparkUI(sc: SparkContext) extends Logging { // DAGScheduler() requires that the port of this server is known --- End diff -- This isn't really related to your change but as long as you're changing things here, I don't think this comment is relevant anymore...or at least I don't think DAGScheduler requires that the port of this server is known? So maybe just delete that line. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---