[ https://issues.apache.org/jira/browse/SPARK-8323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14583033#comment-14583033 ]
Apache Spark commented on SPARK-8323: ------------------------------------- User 'yufan-liu' has created a pull request for this issue: https://github.com/apache/spark/pull/6778 > Remove mapOutputTracker field in TaskSchedulerImpl > -------------------------------------------------- > > Key: SPARK-8323 > URL: https://issues.apache.org/jira/browse/SPARK-8323 > Project: Spark > Issue Type: Improvement > Components: Scheduler, Spark Core > Reporter: patrickliu > > Because TaskSchedulerImpl's mapOutputTracker field is only referenced once in > TaskSetManager. > I think we could remove the mapOutputTracker field in the TaskSchedulerImpl > class. > Instead, we could reference the mapOutputTracker from SparkEnv directly in > TaskSetManager. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org