[
https://issues.apache.org/jira/browse/HADOOP-1226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498300
]
Doug Cutting commented on HADOOP-1226:
--------------------------------------
> This also comes into play with 'reducer -NONE' where map outputs need to go
> directly to dfs...
That code (in MapTask.java) looks okay to me: it seems to do all output through
the OutputFormat. Did I miss something? However, this would not work
correctly with speculative execution enabled. I'll add a note to HADOOP-1416.
> Doug: would appreciate it if you can create a separate JIRA for moving this
> code into the right place.
I did that yesterday, HADOOP-1416.
> makeQualified should return an instance of a DfsPath when passed a DfsPath
> ----------------------------------------------------------------------------
>
> Key: HADOOP-1226
> URL: https://issues.apache.org/jira/browse/HADOOP-1226
> Project: Hadoop
> Issue Type: Bug
> Components: dfs
> Reporter: Koji Noguchi
> Assigned To: dhruba borthakur
> Fix For: 0.14.0
>
> Attachments: makeQualified3.patch
>
>
> Currently, it returns a instance of a Path.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.