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.
我已经建立了一个包含 3 个节点的 hadoop 集群进行测试。一切正常,但是当我使用以下命令将文件上传到主节点时
./bin/hadoop dfs -copyFromLocal localfolderName hdfsfolderName
这些文件仅反映在主节点的数据节点中。
我认为 hadoop 将拆分输入文件并将块分布在所有从节点上。
我想知道我是否缺少任何配置,或者 hadoop 的行为方式?