Task Scheduling

Each task tracker periodically sends the job tracker, a heartbeat with a request for a job.

  • The job tracker satisfies the request by attributing mapping tasks to the nodes that already have information to be processed.

  • The job tracker can also attribute reduce tasks independently of the location of the information.

Last updated