Re: which part of Hadoop is responsible of distributing the input file fragments to datanodes?

2012-11-14 Thread salmakhalil
What I want to do exactly is redistributing the input file fragments over the nodes of cluster according some calculations. I need to find the part that starts to distribute the input file to add my code instead of. -- View this message in context: http://lucene.472066.n3.nabble.com/which-part

Re: which part of Hadoop is responsible of distributing the input file fragments to datanodes?

2012-11-14 Thread salmakhalil
What I want to do exactly is redistributing the input file fragments over the nodes of cluster according some calculations. I need to find the part that starts to distribute the input file to add my code instead of. -- View this message in context: http://lucene.472066.n3.nabble.com/which-pa

which part of Hadoop is responsible of distributing the input file fragments to datanodes?

2012-11-11 Thread salmakhalil
Hi, I am trying to find the part of Hadoop that is responsible of distributing the input file fragments to the datanodes. I need to understand the source code that is responsible of distributing the input files. Can anyone help me in detecting this part of code. I tried to read the namenode.jav