You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2014/07/18 07:39:05 UTC

[jira] [Resolved] (MAPREDUCE-252) Create an InputFormat for reading lines of text as Java Strings

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

Allen Wittenauer resolved MAPREDUCE-252.
----------------------------------------

    Resolution: Incomplete

Closing this as stale.

> Create an InputFormat for reading lines of text as Java Strings
> ---------------------------------------------------------------
>
>                 Key: MAPREDUCE-252
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-252
>             Project: Hadoop Map/Reduce
>          Issue Type: Improvement
>            Reporter: Tom White
>            Assignee: Tom White
>         Attachments: hadoop-3566-v2.patch, hadoop-3566-v3.patch, hadoop-3566-v4.patch, hadoop-3566.patch
>
>
> Such a StringInputFormat would be like TextInputFormat but with input types of Long and String, rather than LongWritable and Text. This would allow users to write MapReduce programs that used only Java native types (i.e. no Writables).
> This is currently not possible to write without changes to Hadoop due to a limitation in the RecordReader interface explained here: https://issues.apache.org/jira/browse/HADOOP-3413?focusedCommentId=12597935#action_12597935



--
This message was sent by Atlassian JIRA
(v6.2#6252)