Hi, On the reduce side, after the RT had passed the merge phase (before the reduce phase starts), I've got the path of the map_0.out file. I'm opening this file with
[code] FSDataInputStream in = fs.open(file); [/code] But, I only got the path. Is it possible to obtain the file status of this file? Does exist a file status to this temporary file? -- Pedro