HDFS file reader and buffering

2013-06-16 Thread John Lilley
Do the HDFS file-reader classes perform internal buffering? Thanks John

Re: HDFS file reader and buffering

2013-06-16 Thread Harsh J
Yes they do maintain a buffer equal to the configurable size of io.file.buffer.size (4k default) for both reads and writes. On Sun, Jun 16, 2013 at 7:03 PM, John Lilley wrote: > Do the HDFS file-reader classes perform internal buffering? > > Thanks > > John > > > > -- Harsh J