Copy Data into HDFS contd
A file will be divided into blocks (by default 128 MB) and those blocks will be physically stored as part of servers where datanode process is running. For example, a 1 GB file will be divided into 8 blocks of 128 MB each and a 200 MB file will be divided into 2 blocks of …