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 Ahmed Radwan <a....@gmail.com> on 2011/01/13 03:41:09 UTC

Review Request: MAPREDUCE-2254 Allow setting of end-of-record delimiter for TextInputFormat

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/293/
-----------------------------------------------------------

Review request for hadoop-mapreduce.


Summary
-------

This patch allows users to specify custom end-of-record delimiter for TextInputFormat using a new added configuration property. For backward compatibility, if this new configuration property is absent, then the same exact previous delimiters are used (i.e., '\n', '\r' or '\r\n'). See also HADOOP-7096.


This addresses bug MAPREDUCE-2254.
    https://issues.apache.org/jira/browse/MAPREDUCE-2254


Diffs
-----


Diff: https://reviews.apache.org/r/293/diff


Testing
-------

Current tests pass. Added a new test case.


Thanks,

Ahmed