MAPREDUCE-6122. TestLineRecordReader may fail due to test data files checked out of git with incorrect line endings. Contributed by Chris Nauroth.

(cherry picked from commit 684170d5ef)
(cherry picked from commit 85a2b90740)
This commit is contained in:
cnauroth 2014-10-09 22:25:17 -07:00
parent ce704583a7
commit 3fe4e0d3df
3 changed files with 5 additions and 0 deletions

View File

@ -183,6 +183,9 @@ Release 2.6.0 - UNRELEASED
MAPREDUCE-6029. TestCommitterEventHandler fails in trunk (Mit Desai via
jlowe)
MAPREDUCE-6029. TestLineRecordReader may fail due to test data files checked
out of git with incorrect line endings. (cnauroth)
Release 2.5.1 - 2014-09-05
INCOMPATIBLE CHANGES

View File

@ -0,0 +1 @@
src/test/resources/*.txt text eol=lf

View File

@ -90,6 +90,7 @@
<artifactId>apache-rat-plugin</artifactId>
<configuration>
<excludes>
<exclude>.gitattributes</exclude>
<exclude>src/test/resources/recordSpanningMultipleSplits.txt</exclude>
<exclude>src/test/resources/testBOM.txt</exclude>
</excludes>