[ https://issues.apache.org/jira/browse/HADOOP-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12506039 ]
Hadoop QA commented on HADOOP-1459: ----------------------------------- Integrated in Hadoop-Nightly #127 (See [http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/127/]) > FileSystem.getFileCacheHints returns IP addresses rather than hostnames, > which breaks 'data-locality' in map-reduce > ------------------------------------------------------------------------------------------------------------------- > > Key: HADOOP-1459 > URL: https://issues.apache.org/jira/browse/HADOOP-1459 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.14.0 > Reporter: Arun C Murthy > Assignee: dhruba borthakur > Priority: Blocker > Fix For: 0.14.0 > > Attachments: getHintsIpAddress2.patch > > > FileSystem.getFileCacheHints via DFSClient.getHints (post HADOOP-894?) > returns IP address of the datanodes instead of the hostnames which breaks > mapping from task-tracker to datanodes in map-reduce i.e. the system cannot > intelligently place maps on datanodes where blocks are present. > I have verified that this affects trunk only, branch-0.13.0 seems ok. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.