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

Review request for hadoop-common and 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 
MAPREDUCE-2254.


This addresses bug HADOOP-7096.
    http://issues.apache.org/jira/browse/HADOOP-7096


Diffs
-----

  src/java/org/apache/hadoop/util/LineReader.java 7733e50 

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


Testing
-------

Current tests pass. Added a new test for the main patch (MAPREDUCE-2254).


Thanks,

Ahmed

Reply via email to