[ 
https://issues.apache.org/jira/browse/MAPREDUCE-7102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16502260#comment-16502260
 ] 

Giovanni Matteo Fumarola edited comment on MAPREDUCE-7102 at 6/5/18 6:33 PM:
-----------------------------------------------------------------------------

The latest 
[build|https://builds.apache.org/job/hadoop-trunk-win/487/testReport/] does not 
have the failure anymore. 


was (Author: giovanni.fumarola):
In build 
[485|[https://builds.apache.org/job/hadoop-trunk-win/487/testReport/org.apache.hadoop.hdfs.tools/TestGetConf/]]
 there was the fail and 
[487|[https://builds.apache.org/job/hadoop-trunk-win/487/testReport/org.apache.hadoop.hdfs.tools/TestGetConf/]]
 fixes it.

> Fix TestJavaSerialization for Windows due a mismatch line separator 
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-7102
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7102
>             Project: Hadoop Map/Reduce
>          Issue Type: Test
>    Affects Versions: 3.1.0
>            Reporter: Giovanni Matteo Fumarola
>            Assignee: Giovanni Matteo Fumarola
>            Priority: Minor
>              Labels: windows
>             Fix For: 2.10.0, 3.2.0, 3.1.1, 3.0.4, 2.9.2
>
>         Attachments: MAPREDUCE-7102.v1.patch, MAPREDUCE-7102.v2.patch
>
>
> TestJavaSerialization#testWriteToSequencefile and testMapReduceJob fails on 
> Windows.
> testWriteToSequencefile fails due to a missing InputStream.close() 
> [link|https://builds.apache.org/job/hadoop-trunk-win/484/testReport/org.apache.hadoop.mapred/TestJavaSerialization/testWriteToSequencefile/]
>  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. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to