[
https://issues.apache.org/jira/browse/HADOOP-3599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606741#action_12606741
]
Hudson commented on HADOOP-3599:
--------------------------------
Integrated in Hadoop-trunk #524 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/524/])
> 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
> Components: mapred
> 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.