Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我做了一个测试,测试hdfs的随机读取性能,修改代码避免读取每个块的meta文件,并没有使用FileChannel的transferTo,但是与随机访问本地磁盘相比性能很差,我使用hadoop1 .1.2,有人知道为什么吗?