[
https://issues.apache.org/jira/browse/HADOOP-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Douglas updated HADOOP-4269:
----------------------------------
Attachment: 4269-0.patch
Replaced LineRecordReader.LineReader with empty subclass of the one in util,
made package-private constructor public (should have no other users in util),
and added an InputStream cstr using the default. Also updated test cases and
other users of LineReader.
> LineRecordReader.LineReader should use util.LineReader
> ------------------------------------------------------
>
> Key: HADOOP-4269
> URL: https://issues.apache.org/jira/browse/HADOOP-4269
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred, util
> Affects Versions: 0.19.0
> Reporter: Chris Douglas
> Fix For: 0.19.0
>
> Attachments: 4269-0.patch
>
>
> LineRecordReader.LineReader was moved to util and removed from the mapreduce
> package, but its implementation remains in mapred.LineRecordReader. It would
> be better if this used the implementation in util.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.