[ https://issues.apache.org/jira/browse/SPARK-19537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kay Ousterhout resolved SPARK-19537.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.0
> Move the pendingPartitions variable from Stage to ShuffleMapStage
> -----------------------------------------------------------------
>
> Key: SPARK-19537
> URL: https://issues.apache.org/jira/browse/SPARK-19537
> Project: Spark
> Issue Type: Improvement
> Components: Scheduler
> Affects Versions: 2.1.0
> Reporter: Kay Ousterhout
> Assignee: Kay Ousterhout
> Priority: Minor
> Fix For: 2.2.0
>
>
> This variable is only used by ShuffleMapStages, and it is confusing to have it in the
Stage class rather than the ShuffleMapStage class.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org
|