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 "Brahma Reddy Battula (JIRA)" <ji...@apache.org> on 2015/07/08 05:20:04 UTC

[jira] [Commented] (MAPREDUCE-6427) Fix Typo in JobHistoryEventHandler#processEventForTimelineServer

    [ https://issues.apache.org/jira/browse/MAPREDUCE-6427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14617908#comment-14617908 ] 

Brahma Reddy Battula commented on MAPREDUCE-6427:
-------------------------------------------------

[~rchiang] assigned to you as you worked on HADOOP-11854..Please check [~chris.douglas] comment [here | https://issues.apache.org/jira/browse/HADOOP-11854?focusedCommentId=14617212&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14617212] for more info.

> 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
>
>  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)