[
https://issues.apache.org/jira/browse/HADOOP-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624678#action_12624678
]
Hudson commented on HADOOP-3773:
--------------------------------
Integrated in Hadoop-trunk #581 (See
[http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/581/])
> Setting the conf twice in Pipes Submitter
> -----------------------------------------
>
> Key: HADOOP-3773
> URL: https://issues.apache.org/jira/browse/HADOOP-3773
> Project: Hadoop Core
> Issue Type: Bug
> Components: pipes
> Reporter: Koji Noguchi
> Assignee: Koji Noguchi
> Priority: Trivial
> Fix For: 0.19.0
>
> Attachments: HADOOP-3773-trunk.patch
>
>
> In Submitter.java,
> {noformat}
> 228 setIfUnset(conf, "mapred.output.key.class", textClassname);
> 229 setIfUnset(conf, "mapred.output.value.class", textClassname);
> 230 setIfUnset(conf, "mapred.output.key.class", textClassname);
> 231 setIfUnset(conf, "mapred.output.value.class", textClassname);
> {noformat}
> I think this meant to set mapred.*map*output.{key,value}.class instead of
> setting the same conf twice.
> (It doesn't really matter since mapred.mapoutput.{key,value}.class defaults
> to mapred.output.{key,value}.class.)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.