Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.1.1-beta, 3.0.0-alpha1
-
None
-
None
-
Reviewed
Description
LocalJobRunner#getLocalTaskDir creates a directory that is unique to the task ID. The logic of this method concatenates the local job dir and a task-specific path, but one of the arguments is a Path with a scheme, so the final result has "file:" embedded in it. This works on Linux, but the ':' is an invalid character in a file name on Windows.
Attachments
Attachments
Issue Links
- is broken by
-
MAPREDUCE-5367 Local jobs all use same local working directory
- Closed