You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by elton sky <el...@gmail.com> on 2010/06/30 08:34:13 UTC

single thread read/write in HDFS

>From my understanding, HDFS uses a single thread to do read and write.
Why not using multi-thread? Since a file is composed of many blocks and each
block is stored as a file in the underlying FS, we can do some parallelism
among blocks.
Is this right?

Elton