Can we change the replication factor in HDFS. Say if we enable a snapshot on a hdfs dir then in that case it will replicate the same way replication factor is set on that directory.
Replication Factor on hdfs dir - 3
Then for snapshots it would be - for requested snapshot dir : orignal dir *3 times + snapshot *3times
Is there a way by which we can alter the replication factor for snapshot directory in hdfs without altering anything with hdfs dir?
I'm taking snapshots on a given dir using Cloudera Manager