sources study-part 3-mapreduce -taskscheduler

it is used to schedule jobs and tasks also.there are certain ones :

 JobQueueTaskScheduler(by default,and is FIFO algorithm);

 FairScheduler;

 CapacityScheduler;

...

 

here is the simple flow of JobQueueTaskScheduler in Mapreduce:


sources study-part 3-mapreduce -taskscheduler_第1张图片

你可能感兴趣的:(mapreduce)