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

Hudson commented on MAPREDUCE-5360:
-----------------------------------

Integrated in Hadoop-Hdfs-trunk #1452 (See 
[https://builds.apache.org/job/Hadoop-Hdfs-trunk/1452/])
    MAPREDUCE-5360. TestMRJobClient fails on Windows due to path format. 
Contributed by Chuan Liu. (Revision 1500194)

     Result = FAILURE
cnauroth : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1500194
Files : 
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
* 
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/TestMRJobClient.java

                
> TestMRJobClient fails on Windows due to path format
> ---------------------------------------------------
>
>                 Key: MAPREDUCE-5360
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5360
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 3.0.0, 2.1.0-beta
>            Reporter: Chuan Liu
>            Assignee: Chuan Liu
>            Priority: Minor
>             Fix For: 3.0.0, 2.1.0-beta
>
>         Attachments: MAPREDUCE-5360-trunk.2.patch, MAPREDUCE-5360-trunk.patch
>
>
> This unit test has following two failed test cases on Windows due to path 
> name format.
> * testJobHistory
> * testSubmit
> When passing local path to the command line, the test cases use "file:///" + 
> a string derived from Java API {{File.getAbsolutePath()}}. The mixed use of 
> forward and back slashes in the path leads to the failure.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to