[
https://issues.apache.org/jira/browse/HADOOP-4746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hairong Kuang updated HADOOP-4746:
----------------------------------
Attachment: outDir1.patch
This patch has two changes:
1. make FileOutputFormat#setOutputPath to throw an IOException;
2. The output dir could be in a file system which is different from the one
defined in jobconf; So use Path.getFileSystem to get the file system handle.
> Job output directory should be normalized
> -----------------------------------------
>
> Key: HADOOP-4746
> URL: https://issues.apache.org/jira/browse/HADOOP-4746
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.18.0
> Reporter: Hairong Kuang
> Assignee: Hairong Kuang
> Fix For: 0.18.3
>
> Attachments: outDir.patch, outDir1.patch
>
>
> JobClient should normalize the output directory by calling
> FileSystem#makeQualified() in order to avoid the problem described in
> HADOOP-4717.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.