----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/312/ -----------------------------------------------------------
Review request for hadoop-common. 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. https://issues.apache.org/jira/browse/HADOOP-7096 Diffs ----- Diff: https://reviews.apache.org/r/312/diff Testing ------- Current tests pass. Added a new test for the main patch (MAPREDUCE-2254). Thanks, Ahmed