Re: is there anyway to detect the file size as am i writing a sequence file?

2012-03-06 Thread Joey Echeverria
I think you mean Writer.getLength(). It returns the current position in the output stream in bytes (more or less the current size of the file). -Joey On Tue, Mar 6, 2012 at 9:53 AM, Jane Wayne jane.wayne2...@gmail.com wrote: hi, i am writing a little util class to recurse into a directory and

Re: is there anyway to detect the file size as am i writing a sequence file?

2012-03-06 Thread Jane Wayne
Thanks Joey. That's what I meant (I've been staring at the screen too long). :) On Tue, Mar 6, 2012 at 10:00 AM, Joey Echeverria j...@cloudera.com wrote: I think you mean Writer.getLength(). It returns the current position in the output stream in bytes (more or less the current size of the