GitHub user kayousterhout opened a pull request:
https://github.com/apache/spark/pull/6418
[SPARK-7878] Rename Stage.jobId to firstJobId
The previous name was confusing, because each stage can be associated with
many jobs, and jobId is just the ID of the first job that was associated
with the Stage. This commit also renames some of the method parameters in
DAGScheduler.scala to clarify when the jobId refers to the first job ID
associated with the stage (as opposed to the jobId associated with a job
that's currently being scheduled).
cc @markhamstra @JoshRosen (hopefully this will help prevent future bugs
like SPARK-6880)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kayousterhout/spark-1 SPARK-7878
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6418.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6418
----
commit b71a9b85ed3e4e4afd93327b28adee62df1b558b
Author: Kay Ousterhout <[email protected]>
Date: 2015-05-26T19:58:41Z
[SPARK-7878] Rename Stage.jobId to firstJobId
The previous name was confusing, because each stage can be associated with
many jobs, and jobId is just the ID of the first job that was associated
with the Stage. This commit also renames some of the method parameters in
DAGScheduler.scala to clarify when the jobId refers to the first job ID
associated with the stage (as opposed to the jobId associated with a job
that's currently being scheduled).
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]