When you copy data to HDFS (Hadoop Distributed File System), it is split into fixed-size blocks (default: 128MB or 256MB) and stored across DataNodes. The NameNode does not store the data itself — instead, it stores the metadata: information about wh...