You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Kay Ousterhout (JIRA)" <ji...@apache.org> on 2015/05/26 21:43:17 UTC

[jira] [Created] (SPARK-7878) Rename Stage.jobId to Stage.earliestJobId

Kay Ousterhout created SPARK-7878:
-------------------------------------

             Summary: Rename Stage.jobId to Stage.earliestJobId
                 Key: SPARK-7878
                 URL: https://issues.apache.org/jira/browse/SPARK-7878
             Project: Spark
          Issue Type: Improvement
          Components: Scheduler
            Reporter: Kay Ousterhout
            Assignee: Kay Ousterhout
            Priority: Minor


The jobId field in stage refers to the earliest job that uses that job; there is another field, jobIds, that lists all jobs for the stage. We should rename this field to avoid future bugs where people think jobId refers to the one and only job for the stage (e.g., SPARK-6880).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org