Say I add a datanode to a pseudo cluster and I want to change the replication factor to 2. I see that I can either run hadoop fs -setrep or change the hdfs-site.xml value for dfs.replication. But do either of these cause the existing blocks to replicate?
Thanks, Steve Cohen