ReduceTask.configure() is called twice
--------------------------------------
Key: HADOOP-119
URL: http://issues.apache.org/jira/browse/HADOOP-119
Project: Hadoop
Type: Bug
Components: mapred
Versions: 0.2
Reporter: Darek Zbik
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira