Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.0
-
The executor ID for the driver has been "driver" rather than "<driver>" since Spark 1.5. Spark 3 no longer uses or recognizes this ID for the driver.
Description
For legacy reasons LEGACY_DRIVER_IDENTIFIER was checked for a few places along with the new DRIVER_IDENTIFIER ("driver") to decided whether a driver is running or an executor.
The new DRIVER_IDENTIFIER ("driver") was introduced in spark version 1.4. So I think we have a chance to get rid of the LEGACY_DRIVER_IDENTIFIER.
Attachments
Issue Links
- links to