You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2015/07/15 00:07:05 UTC

[jira] [Updated] (MAPREDUCE-6427) Fix typo in JobHistoryEventHandler

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated MAPREDUCE-6427:
-------------------------------------
    Summary: Fix typo in JobHistoryEventHandler  (was: Fix Typo in JobHistoryEventHandler#processEventForTimelineServer)

> Fix typo in JobHistoryEventHandler
> ----------------------------------
>
>                 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
>             Fix For: 2.8.0
>
>         Attachments: MAPREDUCE-6427.001.branch-2.patch, 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)