[ http://issues.apache.org/jira/browse/HADOOP-527?page=all ]

Philippe Gassmann updated HADOOP-527:
-------------------------------------

    Attachment: patch-bind-on-custom-addr-updated

Updated patch with old api marked as deprecated and config in 
hadoop-default.xml.

I 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

> Allow to specify the bind address for all hadoop servers
> --------------------------------------------------------
>
>                 Key: HADOOP-527
>                 URL: http://issues.apache.org/jira/browse/HADOOP-527
>             Project: Hadoop
>          Issue Type: Improvement
>    Affects Versions: 0.1.0, 0.2.0, 0.1.1, 0.3.0, 0.4.0, 0.2.1, 0.5.0, 0.3.1, 
> 0.3.2, 0.6.0, 0.7.0, 0.6.1
>            Reporter: Philippe Gassmann
>         Attachments: patch-bind-on-custom-addr, 
> patch-bind-on-custom-addr-updated
>
>
> Hadoop servers sockets are always binded on 0.0.0.0 ; this patch allow to 
> specify a bind address.

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

        

Reply via email to