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

Hudson commented on MAPREDUCE-2571:
-----------------------------------

Integrated in Hadoop-Mapreduce-22-branch #59 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-22-branch/59/])
    MAPREDUCE-2571. CombineFileInputFormat.getSplits throws a 
java.lang.ArrayStoreException. Contributed by Bochun Bai.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1133176
Files : 
* 
/hadoop/mapreduce/branches/branch-0.22/src/test/mapred/org/apache/hadoop/mapred/TestCombineFileInputFormat.java
* /hadoop/mapreduce/branches/branch-0.22/CHANGES.txt
* 
/hadoop/mapreduce/branches/branch-0.22/src/java/org/apache/hadoop/mapred/lib/CombineFileInputFormat.java


> CombineFileInputFormat.getSplits throws a java.lang.ArrayStoreException
> -----------------------------------------------------------------------
>
>                 Key: MAPREDUCE-2571
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2571
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.21.0
>            Reporter: Bochun Bai
>            Assignee: Bochun Bai
>            Priority: Blocker
>             Fix For: 0.22.0
>
>         Attachments: MAPREDUCE-2571.patch, MAPREDUCE-2571.patch, 
> MAPREDUCE-2571.patch
>
>
> The getSplits methods of 
>   org.apache.hadoop.mapred.lib.CombineFileInputFormat 
> not work.
> ...mapred.lib.CombineFileInputFormat(0.20-style) is a proxy for 
> ...mapreduce.lib.input.CombineFileInputFormat(0.21-style)
> The 0.21-style getSplits returns 
> ArrayList<...mapreduce.lib.input.CombineFileSplit>
> and the 0.20-style delegation calls toArray(...mapred.InputSplit[])
> The ...mapreduce.lib.input.CombineFileSplit is based on 
> ...mapreduce.InputSplit
> and ...mapred.InputSplit is a interface, not a super-class of 
> ...mapreduce.InputSplit

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to