[
https://issues.apache.org/jira/browse/MAPREDUCE-5470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13748455#comment-13748455
]
Hudson commented on MAPREDUCE-5470:
-----------------------------------
SUCCESS: Integrated in Hadoop-Yarn-trunk #310 (See
[https://builds.apache.org/job/Hadoop-Yarn-trunk/310/])
MAPREDUCE-5470. LocalJobRunner does not work on Windows. Contributed by Sandy
Ryza. (cnauroth:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1516623)
* /hadoop/common/trunk/hadoop-mapreduce-project/CHANGES.txt
*
/hadoop/common/trunk/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapred/LocalJobRunner.java
> LocalJobRunner does not work on Windows.
> ----------------------------------------
>
> Key: MAPREDUCE-5470
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-5470
> Project: Hadoop Map/Reduce
> Issue Type: Bug
> Affects Versions: 3.0.0, 2.1.1-beta
> Reporter: Chris Nauroth
> Assignee: Sandy Ryza
> Attachments: MAPREDUCE-5470-branch-2.1-beta.patch,
> MAPREDUCE-5470.patch
>
>
> {{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.
--
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