Github user vanzin commented on the pull request:
https://github.com/apache/spark/pull/2337#issuecomment-55048286
The point of adding the "jobId" method to SimpleFutureAction was so that
code calling these async methods knew the IDs of the jobs they were triggering
(see SPARK-2636). Except the job ID is not really exposed at all since
SimpleFutureAction is not exposed through the async APIs.
(Sure you could cast the result, but that's ugly, and that also does not
cover ComplexFutureAction.)
---
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]