hadoop hdfs 机架感知(副本存储节点选择)
2020-07-27 本文已影响0人
无来无去_A
1.机架感知说明
For the common case, when the replication factor is three,
HDFS’s placement policy is to put one replica on the local machine if the writer is on a datanode,
otherwise on a random datanode, another replica on a node in a different (remote) rack,
and the last on a different node in the same remote rack.
-
Hadoop3.1.3副本节点选择
image.png