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.
如果 Hadoop 复制设置为 3,并且我使用hadoop dfs -get下载文件,有多少个数据节点同时向我传输数据?下载方法是像RAID一样的并行方式,还是只是顺序读取数据节点?
仅从一个节点顺序读取数据。
请注意,该文件可能是多个块,在这种情况下,这些块是从不同的节点中提取的。