HDFS replication factor

后端 未结 4 956
情深已故
情深已故 2021-02-05 13:16

When I\'m uploading a file to HDFS, if I set the replication factor to 1 then the file splits gonna reside on one single machine or the splits would be distributed to multiple m

4条回答
  •  粉色の甜心
    2021-02-05 14:12

    If you set replication factor is 1 it means that the single node cluster. It has only one client node http://commandstech.com/replication-factor-in-hadoop/. Where you can upload files then use in a single node or client node.

提交回复
热议问题