[
https://issues.apache.org/jira/browse/HADOOP-4741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Enis Soztutar updated HADOOP-4741:
----------------------------------
Attachment: recordPerFileIF_v1.patch
This patch introduces RecordPerFileInputFormat, which extends
MultiFileInputFormat and returns a recordReader for <Text,
FSDataInputStreamWrapper>. The key's are file names, values are wrappers to
FSDataInputStreams of files.
> Concrete implementation of MultiFileInputFormat
> ------------------------------------------------
>
> Key: HADOOP-4741
> URL: https://issues.apache.org/jira/browse/HADOOP-4741
> Project: Hadoop Core
> Issue Type: New Feature
> Components: mapred
> Affects Versions: 0.20.0
> Reporter: Enis Soztutar
> Assignee: Enis Soztutar
> Attachments: recordPerFileIF_v1.patch
>
>
> There has been a demand for a concrete implementation for
> MultiFileInputFormat. We should include one as a library.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.