You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by Yoonmin Nam <ro...@dgist.ac.kr> on 2013/10/08 12:41:07 UTC

The work-process file creation and block generation and InputSplit generation

Hello.

 

 

I want to see every detail of 

 

1)     Block generation on hdfs when I put the file which has size over at

lease 64MB.

 

2)     Generating inputsplits given several blocks in hdfs.

 

 

So, at first I tried to find related unit test source codes and I found
TestFileCreationClient.java.

 

However, there is any specific reference such as Block, BlockMetaInfo and I
just found a FSDataOutputStream reference.

 

 

In addition, In the TestFileCreation.java in mapred test package, it is so
complicated and really hard to figure how this all processes were occurred.

 

 

Please give me some tips and advices or relative documents for these
processes.

 

 

Thanks!