Chuan Liu created MAPREDUCE-5360:
------------------------------------

             Summary: 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
    Affects Versions: 3.0.0, 2.1.0-beta
            Reporter: Chuan Liu
            Assignee: Chuan Liu
            Priority: Minor


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