[ https://issues.apache.org/jira/browse/MAPREDUCE-1225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Zhong Wang updated MAPREDUCE-1225: ---------------------------------- Attachment: MAPREDUCE-1225.patch Fix an error dir name in test case. The local path of workDir2 should be TEST_ROOT_DIR/workdir2. > TT successfully localizes a task even though the corresponding cache-file has > already changed on DFS. > ----------------------------------------------------------------------------------------------------- > > Key: MAPREDUCE-1225 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1225 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 0.21.0, 0.22.0 > Reporter: Vinod K V > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1225.patch, MAPREDUCE-1225.patch, > MAPREDUCE-1225.patch, MAPREDUCE-1225.patch > > > This happens with the first task of a job being localized on this TT. TT > doesn't check if the file on DFS is fresh according to the timestamps set in > job-conf during submission. After the first task incorrectly gets localized, > all further tasks fail on this TT as expected. > Found this issue while trying to improve test-case for MAPREUCE-913. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.