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

Work on MAPREDUCE-5685 started by Yi Song.

> getCacheFiles()  api doesn't work in WrappedReducer.java due to typo
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-5685
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5685
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 2.2.0
>            Reporter: Yi Song
>            Assignee: Yi Song
>            Priority: Blocker
>         Attachments: MAPREDUCE-5685.patch
>
>
> Typo in WrappedReducer.java which causes getCacheFiles() fucntions returns 
> null
> Java File: hadoop-common / hadoop-mapreduce-project / hadoop-mapreduce-client 
> / hadoop-mapreduce-client-core / src / main / java / org / apache / hadoop / 
> mapreduce / lib / reduce / WrappedReducer.java 
> line 140:
> Error code:
> {code}
> return reduceContext.getCacheArchives();
> {code}
> Should be:
> {code}
> return reduceContext.getCacheFiles();
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to