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 "Philippe Gassmann (JIRA)" <ji...@apache.org> on 2006/09/19 09:28:22 UTC

[jira] Created: (HADOOP-545) Unused parameter in hadoop-default.xml

Unused parameter in hadoop-default.xml
--------------------------------------

                 Key: HADOOP-545
                 URL: http://issues.apache.org/jira/browse/HADOOP-545
             Project: Hadoop
          Issue Type: Bug
          Components: conf
    Affects Versions: 0.6.2
            Reporter: Philippe Gassmann
            Priority: Trivial


found a parameter in haddop-default.xml that seems not to be used anymore in the java code : mapred.task.tracker.output.port.

I've done a grep "mapred.task.tracker.output.port" **/*.java (thanks zsh) in the whole source tree and the only result was :
src/test/org/apache/hadoop/mapred/MiniMRCluster.java: jc.setInt("mapred.task.tracker.output.port", taskTrackerPort++);

I think it should be removed from hadoop-default.xml


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HADOOP-545) Unused parameter in hadoop-default.xml

Posted by "Doug Cutting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HADOOP-545?page=all ]

Doug Cutting resolved HADOOP-545.
---------------------------------

    Fix Version/s: 0.7.0
       Resolution: Fixed

I just committed this.  Thanks, Philippe!

> Unused parameter in hadoop-default.xml
> --------------------------------------
>
>                 Key: HADOOP-545
>                 URL: http://issues.apache.org/jira/browse/HADOOP-545
>             Project: Hadoop
>          Issue Type: Bug
>          Components: conf
>    Affects Versions: 0.6.2
>            Reporter: Philippe Gassmann
>            Priority: Trivial
>             Fix For: 0.7.0
>
>
> found a parameter in haddop-default.xml that seems not to be used anymore in the java code : mapred.task.tracker.output.port.
> I've done a grep "mapred.task.tracker.output.port" **/*.java (thanks zsh) in the whole source tree and the only result was :
> src/test/org/apache/hadoop/mapred/MiniMRCluster.java: jc.setInt("mapred.task.tracker.output.port", taskTrackerPort++);
> I think it should be removed from hadoop-default.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira