[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12876029#action_12876029
 ] 

Chris Douglas commented on MAPREDUCE-1725:
------------------------------------------

This includes MAPREDUCE-1045, except for the following:
{noformat}
+  public static Path[] getInputPaths(JobConf job) throws IOException {
+    return CombineFileInputFormat.getInputPaths(new Job(job));
+  }
{noformat}
It's probably not worth restoring.

+1

> Fix MapReduce API incompatibilities between 0.20 and 0.21
> ---------------------------------------------------------
>
>                 Key: MAPREDUCE-1725
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1725
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>            Reporter: Tom White
>            Assignee: Tom White
>            Priority: Blocker
>             Fix For: 0.21.0
>
>         Attachments: MAPREDUCE-1725.patch, MAPREDUCE-1725.patch, 
> MAPREDUCE-1725.patch
>
>
> A few API compatibilities have crept in since 0.20 (they are being tracked in 
> MAPREDUCE-1623). These should be fixed before 0.21 is released.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to