Github user andrewor14 commented on a diff in the pull request:
https://github.com/apache/spark/pull/246#discussion_r11011337
--- Diff:
core/src/main/scala/org/apache/spark/ui/jobs/JobProgressListener.scala ---
@@ -32,7 +32,7 @@ import org.apache.spark.storage.BlockManagerId
* class, since the UI thread and the EventBus loop may otherwise be
reading and
* updating the internal data structures concurrently.
*/
-private[ui] class JobProgressListener(conf: SparkConf) extends
SparkListener {
+private[ui] class JobProgressListener(conf: SparkConf) extends
SparkListener with Logging {
--- End diff --
nit: remove this? I don't see where this is used.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---