-----------------------------------------------------------
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