[ https://issues.apache.org/jira/browse/HADOOP-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712830#action_12712830 ]
Todd Lipcon commented on HADOOP-5871: ------------------------------------- Looks like this is subsumed by HADOOP-5888 (fixes this as well as several other instances of 0.0.0.0) > MiniMRCluster should point TaskTracker's http URL to the loopback address. > -------------------------------------------------------------------------- > > Key: HADOOP-5871 > URL: https://issues.apache.org/jira/browse/HADOOP-5871 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Reporter: Vinod K V > Attachments: HADOOP-5871.txt > > > It currently sets mapred.task.tracker.http.address to 0.0.0.0:0 and so every > TT startup in MiniMRCluster makes a trip to DNS. Changing it to 127.0.0.1:0 > decreases 5 seconds for every TT start-up on my local box. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.