[jira] Updated: (MAPREDUCE-1600) o.a.h.mapreduce.FileOutputCommitter should qualify the output path

2011-01-19 Thread Owen O'Malley (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated MAPREDUCE-1600:
-

Fix Version/s: (was: 0.20.3)

 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
 Attachments: MAPREDUCE-1600_yhadoop20.patch


 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.



[jira] Updated: (MAPREDUCE-1600) o.a.h.mapreduce.FileOutputCommitter should qualify the output path

2010-03-16 Thread Arun C Murthy (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAPREDUCE-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy updated MAPREDUCE-1600:
-

Attachment: MAPREDUCE-1600_yhadoop20.patch

Patch for yahoo security branch, not for commit.

 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

 Attachments: MAPREDUCE-1600_yhadoop20.patch


 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.



[jira] Updated: (MAPREDUCE-1600) o.a.h.mapreduce.FileOutputCommitter should qualify the output path

2010-03-15 Thread Arun C Murthy (JIRA)

 [ 
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.