Github user JoshRosen commented on a diff in the pull request: https://github.com/apache/spark/pull/2696#discussion_r18863745 --- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala --- @@ -229,10 +233,26 @@ class SparkContext(config: SparkConf) extends Logging { private[spark] val metadataCleaner = new MetadataCleaner(MetadataCleanerType.SPARK_CONTEXT, this.cleanup, conf) - // Initialize the Spark UI, registering all associated listeners + + private[spark] val environmentListener = new EnvironmentListener --- End diff -- The idea here is to use this listeners to maintain state that's used in both the web UI and the progress / status APIs. Users can disable the web UI but might still want to use the progress APIs, so these listeners can't be created / owned by the web UI.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org