I would like to how does a block gets created. Does it create 64MB blocks by default on the filesystem or creates based on the file transfer activity
Assume i have setup a 10 node cluster setup. I am installing hadoop on all the nodes. how does block gets created now. Once i start the hdfs services, the block gets created on the linux systems. Does it created a physical 64 MB block of 4k blocks? (basic block size).
or
When I move a file of size 128 MB there will be two block created. Does the block creation happen parellely in two nodes? Which component will actually split the file into blocks?
I am just beginner of hadoop and hence asking these questions to get a clear understanding