Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
Incompatible change, Reviewed
-
There is a typo in the event string "WORKFLOW_ID" (as "WORKLFOW_ID"). The branch-2 change will publish both event strings for compatibility with consumers, but the misspelled metric will be removed in trunk.
Description
JobHistoryEventHandler#processEventForTimelineServer
tEvent.addEventInfo("WORKLFOW_ID", jse.getWorkflowId());
should be like below.
tEvent.addEventInfo("WORKFLOW_ID", jse.getWorkflowId());
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-11854 Fix Typos in all the projects
- Open