Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
This is a follow up to SPARK-2636.
The patch for that bug added a jobId method to SimpleFutureAction. The problem is that SimpleFutureAction is not exposed through any existing API; all the AsyncRDDActions methods return just FutureAction. So clients have to restore to casting / isInstanceOf to be able to use that.
Exposing the jobId through FutureAction has extra complications, though, because ComplexFutureAction also extends that class.
Attachments
Issue Links
- is depended upon by
-
SPARK-3145 Hive on Spark umbrella
- Resolved
- links to