Details
Description
TestJavaSerialization#testWriteToSequencefile and testMapReduceJob fails on Windows.
testWriteToSequencefile fails due to a missing InputStream.close() link of the test result.
testMapReduceJob fails due to a mismatch on line separator. System.getProperty("line.separator") in Windows is /r/n while in Linux is only /n.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-15475 Fix broken unit tests on Windows
- Open