I have two questions regarding creation of replicas. - When a user uploads a file to HDFS, it returns whenever the first replica is created? or the client needs wait until all replicas are created? - When the output of MapReduce jobs is written to HDFS (by reduce tasks), the writing of output returns when the first replica is created? or wait until all replicas are created?
Thanks Gerald