[ 
http://issues.apache.org/jira/browse/HADOOP-527?page=comments#action_12434801 ] 
            
Doug Cutting commented on HADOOP-527:
-------------------------------------

Overall this looks good.

The changes to Server.java and RPC.java should be back-compatible.  Instead of 
altering the signatures of existing public methods, please add new methods with 
the new signatures, then change the old methods to call the new methods with a 
default value for the new parameter.  The old methods can then be deprecated.  
We try to avoid incompatible changes to public APIs.

Also, the new config file parameters should be added to hadoop-default.xml.

Thanks!

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