Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Incomplete
-
None
-
None
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- is blocked by
-
HADOOP-3565 JavaSerialization can throw java.io.StreamCorruptedException
- Resolved
-
HADOOP-1230 Replace parameters with context objects in Mapper, Reducer, Partitioner, InputFormat, and OutputFormat classes
- Closed