[ https://issues.apache.org/jira/browse/MAPREDUCE-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arun C Murthy updated MAPREDUCE-1600: ------------------------------------- Summary: o.a.h.mapreduce.FileOutputCommitter should qualify the output path (was: o.a.h.mapreduce.FileOutputFormat should qualify the output path) Unfortunately, we can't do it o.a.h.mapreduce.FileOutputFormat.checkOutputSpecs as done by HADOOP-4746 since the new api only gets a copy of the JobConf and not the real one, rendering the modification useless. So, the only way to fix this is to qualify the path in o.a.h.mapreduce.FileOutputCommitter. > o.a.h.mapreduce.FileOutputCommitter should qualify the output path > ------------------------------------------------------------------ > > Key: MAPREDUCE-1600 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1600 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: client > Affects Versions: 0.20.2 > Reporter: Arun C Murthy > Assignee: Arun C Murthy > Priority: Blocker > Fix For: 0.20.3 > > > Same as HADOOP-4746, but for the new api. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.