I read the code and find the call
DFSInputStream.read(buf, off, len)
will cause the DataNode read len bytes (or less if encounting the end of
block) , why does not hdfs read ahead to improve performance for sequential
read?
-- 
View this message in context: 
http://old.nabble.com/why-does-not-hdfs-read-ahead---tp26491449p26491449.html
Sent from the Hadoop core-user mailing list archive at Nabble.com.

Reply via email to