[
https://issues.apache.org/jira/browse/MAPREDUCE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619698#comment-14619698
]
Chris Douglas commented on MAPREDUCE-6427:
------------------------------------------
bq. Initial version. branch-2 and trunk versions appear identical.
The branch-2 version should publish both the old metric _and_ the correctly
spelled label. Trunk can replace it outright. Please also add a release note.
> Fix Typo in JobHistoryEventHandler#processEventForTimelineServer
> ----------------------------------------------------------------
>
> Key: MAPREDUCE-6427
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-6427
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Reporter: Brahma Reddy Battula
> Assignee: Ray Chiang
> Priority: Minor
> Attachments: MAPREDUCE-6427.001.patch
>
>
> JobHistoryEventHandler#processEventForTimelineServer
> {code}tEvent.addEventInfo("WORKLFOW_ID", jse.getWorkflowId());{code}
> *should be like below.*
> {code}tEvent.addEventInfo("WORKFLOW_ID", jse.getWorkflowId()); {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)