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

Devaraj Das updated MAPREDUCE-773:
----------------------------------

    Attachment: 773.3.patch

Hong, offline, suggested some changes to the patch, and the same is 
incorporated here. Also, Hong fixed a problem to do with the leaking of native 
direct buffer. This patch has both the fixes.
ant test/test-patch passed. Some unrelated tests failed but there are jiras for 
them (MAPREDUCE-839, MAPREDUCE-882, MAPREDUCE-879).

> LineRecordReader can report non-zero progress while it is processing a 
> compressed stream
> ----------------------------------------------------------------------------------------
>
>                 Key: MAPREDUCE-773
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-773
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: task
>            Reporter: Devaraj Das
>            Assignee: Devaraj Das
>             Fix For: 0.21.0
>
>         Attachments: 773.2.patch, 773.3.patch, 773.patch, 773.patch
>
>
> Currently, the LineRecordReader returns 0.0 from getProgress() for most 
> inputs (since the "end" of the filesplit is set to Long.MAX_VALUE for 
> compressed inputs). This can be improved to return a non-zero progress even 
> for compressed streams (though it may not be very reflective of the actual 
> 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