Hi,
I have set replication as 1 in hdfs-site.xml as given below, property> <name>dfs.replication</name> <value>1</value> <description>Default block replication. The actual number of replications can be specified when the file is created. The default is used if replication is not specified in create time. </description> </property> But I get the below errors when I retrieve the block report from hdfs. Can someone please help me if I am missing anything. "Under replicated blk_4884628009930930282_210741. Target Replicas is 3 but found 2 replica(s)." Thanks Ajay