You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by arun k <ar...@gmail.com> on 2011/09/12 04:46:55 UTC

Hadoop with eclipse : Understanding execution flow of Trackers

Hi !

I am interested in understanding the execution flow of the jobtracker,
tasktracker and in particular schedulers.
I have imported the Hadoop code as a project in the eclipse and could build
it and ran some wordcount application in debug mode.
I am able to understand the flow from job submission to job completion but
not the role of Jobtracker and Taskracker in job execution.
How do i know it ? Which applications should i run to know them?

Regards,
Arun