|
@@ -803,8 +803,8 @@ public class JobConf extends Configuration {
|
|
* the map. Otherwise, combiner may be run zero or more times.
|
|
* the map. Otherwise, combiner may be run zero or more times.
|
|
*/
|
|
*/
|
|
@Deprecated
|
|
@Deprecated
|
|
- public void setCombineOnceOnly(JobConf conf, boolean value) {
|
|
|
|
- conf.setBoolean("mapred.combine.once", value);
|
|
|
|
|
|
+ public void setCombineOnceOnly(boolean value) {
|
|
|
|
+ setBoolean("mapred.combine.once", value);
|
|
}
|
|
}
|
|
|
|
|
|
@Deprecated
|
|
@Deprecated
|