I said file status, but what I would like to know is the size of the file. On Mon, Jan 31, 2011 at 5:56 PM, Pedro Costa <psdc1...@gmail.com> wrote: > 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 >
-- Pedro