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

相关文章:

  • 2021-10-28
  • 2021-06-04
  • 2022-01-04
  • 2021-05-29
  • 2021-10-27
  • 2021-09-26
  • 2022-01-23
  • 2021-05-26
猜你喜欢
  • 2021-07-24
  • 2021-06-26
  • 2021-06-25
  • 2021-08-21
  • 2021-07-10
  • 2021-12-08
  • 2022-02-07
相关资源
相似解决方案