[ https://issues.apache.org/jira/browse/HADOOP-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503626 ]
dhruba borthakur commented on HADOOP-1459: ------------------------------------------ The protocol version was already bumped up since the 0.13 release. hence I have not changed it in this patch. > 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: getHintsIpAddress.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.