Why doesn't Hadoop file system support random I/O?
问题 The distributed file systems which like Google File System and Hadoop doesn't support random I/O. (It can't modify the file which were written before. Only writing and appending is possible.) Why did they design file system like this? What are the important advantages of the design? P.S I know Hadoop will support modifing the data which were written. But they said, it's performance will very not good. Why? 回答1: Hadoop distributes and replicates files. Since the files are replicated, any write