we have Hadoop cluster with only 2 data nodes machines
in HDFS
configuration we defined the Block replication
to 3
so
Block replication=3
is it OK? to defined Block replication=3
, when we have only two data nodes in the cluster
from my understanding when we defined Block replication=3
while we have 2 data nodes machines in HDFS
cluster its means that one machine should have 2 replica and the other machine one replica , am I correct here?