[ https://issues.apache.org/jira/browse/HADOOP-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504114 ]
Owen O'Malley commented on HADOOP-1459: --------------------------------------- In the medium term we should move all of Hadoop to use IP addresses instead of hostnames. I've filed the relevant bug in HADOOP-1487. > 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.