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

Ravi Gummadi commented on MAPREDUCE-743:
----------------------------------------

when I included hadoop-core-0.21.0-dev.jar using the patch of HADOOP-6163,

Unit tests passed on my local machine.

ant test-patch gave

     [exec] +1 overall.
     [exec]
     [exec]     +1 @author.  The patch does not contain any @author tags.
     [exec]
     [exec]     +1 tests included.  The patch appears to include 3 new or 
modified tests.
     [exec]
     [exec]     +1 javadoc.  The javadoc tool did not generate any warning 
messages.
     [exec]
     [exec]     +1 javac.  The applied patch does not increase the total number 
of javac compiler warnings.
     [exec]
     [exec]     +1 findbugs.  The patch does not introduce any new Findbugs 
warnings.
     [exec]
     [exec]     +1 release audit.  The applied patch does not increase the 
total number of release audit warnings.


> Progress of map phase in map task is not updated properly
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-743
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-743
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task
>    Affects Versions: 0.21.0
>            Reporter: Ravi Gummadi
>            Assignee: Ravi Gummadi
>             Fix For: 0.21.0
>
>         Attachments: MR-743.patch, MR-743.v1.patch, MR-743.v2.1.patch, 
> MR-743.v2.2.patch, MR-743.v2.3.patch, MR-743.v2.patch
>
>
> Progress of map phase in map task is not updated properly. The progress set 
> by TrackedRecordReader and NewTrackingRecordReader should set the progress 
> object of map phase. It was setting it as the progress of whole task and 
> because of phases, this is not considered as part of map task progress.

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

Reply via email to