[ 
https://issues.apache.org/jira/browse/HADOOP-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Owen O'Malley updated HADOOP-3599:
----------------------------------

    Attachment: 3599.patch

This just makes the method use its own JobConf rather than a passed in one.

> 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
>
>         Attachments: 3599.patch
>
>
> 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.

Reply via email to