You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2008/07/16 20:02:33 UTC

[jira] Updated: (HADOOP-3773) Setting the conf twice in Pipes Submitter

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

Koji Noguchi updated HADOOP-3773:
---------------------------------

    Attachment: HADOOP-3773-trunk.patch

Simple change.

> 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
>         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.