Yi Song created MAPREDUCE-5685:
----------------------------------
Summary: 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
Priority: Critical
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)