Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0-beta, 3.0.0-alpha1
-
None
-
Reviewed
Description
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.
Attachments
Attachments
Issue Links
- is part of
-
MAPREDUCE-4401 Enhancements to MapReduce for Windows Server and Windows Azure development and runtime environments
- Resolved