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

2015-07-14 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-6427:
-
   Resolution: Fixed
 Hadoop Flags: Incompatible change,Reviewed  (was: Incompatible change)
Fix Version/s: 2.8.0
 Release Note: 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.  (was: There is a typo in the event string WORKFLOW_ID (as 
WORKLFOW_ID).  The branch-2 change will publish both event strings.

The trunk solution will be an incompatible change going forward, with only the 
correctly spelled string.)
   Status: Resolved  (was: Patch Available)

+1 I committed this. Thanks Ray

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


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

2015-07-09 Thread Ray Chiang (JIRA)

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

Ray Chiang updated MAPREDUCE-6427:
--
Hadoop Flags: Incompatible change
Release Note: 
There is a typo in the event string WORKFLOW_ID (as WORKLFOW_ID).  The 
branch-2 change will publish both event strings.

The trunk solution will be an incompatible change going forward, with only the 
correctly spelled string.

 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)


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

2015-07-09 Thread Ray Chiang (JIRA)

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

Ray Chiang updated MAPREDUCE-6427:
--
Attachment: MAPREDUCE-6427.001.branch-2.patch

branch-2 version of patch

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


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

2015-07-08 Thread Ray Chiang (JIRA)

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

Ray Chiang updated MAPREDUCE-6427:
--
Attachment: MAPREDUCE-6427.001.patch

Initial version.  branch-2 and trunk versions appear identical.

 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)


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

2015-07-08 Thread Ray Chiang (JIRA)

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

Ray Chiang updated MAPREDUCE-6427:
--
Status: Patch Available  (was: Open)

Submit for testing.  Not sure about any potential incompatibilities.

 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)