[ https://issues.apache.org/jira/browse/HADOOP-5103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12675923#action_12675923 ]
Hudson commented on HADOOP-5103: -------------------------------- Integrated in Hadoop-trunk #763 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/763/]) . FileInputFormat now reuses the clusterMap network topology object and that brings down the log messages in the JobClient to do with NetworkTopology.add significantly. Contributed by Jothi Padmanabhan. > Too many logs saying "Adding new node" on JobClient console > ----------------------------------------------------------- > > Key: HADOOP-5103 > URL: https://issues.apache.org/jira/browse/HADOOP-5103 > Project: Hadoop Core > Issue Type: Bug > Components: mapred > Affects Versions: 0.20.0 > Reporter: Amareshwari Sriramadasu > Assignee: Jothi Padmanabhan > Fix For: 0.21.0 > > Attachments: hadoop-5103.patch > > > JobClient's console has logs saying "Adding a new node > <rackname>/<node-ip-addr>:<port>" for all the hosts, where each split resides. > For jobs with more #maps, these logs just fill up client's space. > This is introduced by HADOOP-3293 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.