Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
Due to the change of attempt id representation in SPARK-11314, previously attempt id ("1", "2") now changes to (appattempt-xxx-00001, appattempt-xxx-00002), this will affect all the parts using this attempt id, especially event log file name and history server url link.
So here we should change to the original way to fix this regression.