[
https://issues.apache.org/jira/browse/HADOOP-119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Owen O'Malley resolved HADOOP-119.
----------------------------------
Resolution: Cannot Reproduce
Assignee: (was: Owen O'Malley)
This seems to have been fixed already.
> ReduceTask.configure() is called twice
> --------------------------------------
>
> Key: HADOOP-119
> URL: https://issues.apache.org/jira/browse/HADOOP-119
> Project: Hadoop Core
> Issue Type: Bug
> Components: mapred
> Affects Versions: 0.2.0
> Reporter: Darek Zbik
> Attachments: mapred.patch
>
>
> ReduceTask.configure() is called twice for each created reduce task
> First call is done indirect from
> org.apache.hadoop.mapred.JobConf.newInstance()
> called in ReduceTask.run(). Second call was in ReduceTask.run() just after
> creating a new instance. I suggest to remove the second call. For all new
> instances created in case of map task there are no directly xxx.configure();
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.