[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-08-06 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-1876:
-

Fix Version/s: 0.21.0
   (was: 0.22.0)

Backported to 0.21.0.

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.21.0

 Attachments: mapreduce-1876-v1.1.patch, mapreduce-1876-v1.2.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-25 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1876:
---

  Status: Resolved  (was: Patch Available)
Hadoop Flags: [Reviewed]
  Resolution: Fixed

I just committed this. Thanks Amar!

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch, mapreduce-1876-v1.2.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-22 Thread Amar Kamat (JIRA)

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

Amar Kamat updated MAPREDUCE-1876:
--

Attachment: mapreduce-1876-v1.2.patch

Attaching a patch with Amareshwari's comment incorporated. 

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch, mapreduce-1876-v1.2.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-22 Thread Amar Kamat (JIRA)

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

Amar Kamat updated MAPREDUCE-1876:
--

Attachment: (was: mapreduce-1876-v1.2.patch)

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-22 Thread Amar Kamat (JIRA)

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

Amar Kamat updated MAPREDUCE-1876:
--

Attachment: mapreduce-1876-v1.2.patch

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch, mapreduce-1876-v1.2.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-22 Thread Amareshwari Sriramadasu (JIRA)

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

Amareshwari Sriramadasu updated MAPREDUCE-1876:
---

Status: Patch Available  (was: Open)

+1 latest patch looks fine.

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch, mapreduce-1876-v1.2.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1876) TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event type for reduce tasks

2010-06-18 Thread Amar Kamat (JIRA)

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

Amar Kamat updated MAPREDUCE-1876:
--

Attachment: mapreduce-1876-v1.1.patch

Attaching a patch that uses the task-attempt-id to distinguish between 
map-tasktype and reduce-tasktype. Added a test for the same.

 TaskAttemptStartedEvent.java incorrectly logs MAP_ATTEMPT_STARTED as event 
 type for reduce tasks
 

 Key: MAPREDUCE-1876
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1876
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.22.0
Reporter: Amar Kamat
Assignee: Amar Kamat
 Fix For: 0.22.0

 Attachments: mapreduce-1876-v1.1.patch


 {{TaskAttemptStartedEvent}} is used to log the start time of both the map and 
 reduce task attempts to {{JobHistory}}. Following is the implementation of 
 _getEventType()_ method of {{TaskAttemptStartedEvent}}
 {code}
 /** Get the event type */
   public EventType getEventType() {
 return EventType.MAP_ATTEMPT_STARTED;
   }
 {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.