Issue Details (XML | Word | Printable)

Key: MAPREDUCE-252
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Tom White
Reporter: Tom White
Votes: 0
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Hadoop Map/Reduce

Create an InputFormat for reading lines of text as Java Strings

Created: 16/Jun/08 02:16 PM   Updated: 20/Jun/09 07:51 AM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works hadoop-3566-v2.patch 2008-06-26 12:01 PM Tom White 14 kB
Text File Licensed for inclusion in ASF works hadoop-3566-v3.patch 2008-07-18 11:11 AM Tom White 14 kB
Text File Licensed for inclusion in ASF works hadoop-3566-v4.patch 2008-09-08 12:55 PM Tom White 12 kB
Text File Licensed for inclusion in ASF works hadoop-3566.patch 2008-06-16 02:38 PM Tom White 19 kB
Issue Links:
Blocker
 


 Description  « Hide
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



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.