The new setCombineOnceOnly shouldn't take a JobConf, since it is a method on
JobConf
------------------------------------------------------------------------------------
Key: HADOOP-3599
URL: https://issues.apache.org/jira/browse/HADOOP-3599
Project: Hadoop Core
Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Fix For: 0.18.0
The method:
{code}
@Deprecated
public void setCombineOnceOnly(JobConf conf, boolean value) {
conf.setBoolean("mapred.combine.once", value);
}
{code}
shouldn't take a JobConf.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.