fair scheduler的意思|示意

美 / / 英 / /

公平调度器


fair scheduler的网络常见释义

公平调度器 Fair Scheduler(公平调度器):将作业分组形成作业池,每个作业 池分配最小共享资源,然后将多余的资源平均分配给每个作业; 优点是支持作业分类调度,使不同...

公平调度算法 [1] 二、公平调度产生的背景 公平调度算法(Fair Scheduler)是由 Facebook 提出的作业调度算法,它的目标是使 Hadoop MapReduce 计算框架能够应对多种类型作业的并行执行[1]。

公平份额调度算法 3.4.2 公平份额调度算法(Fair Scheduler) 28

公平调度 ...境设计的调度器可用,一个是Yahoo 开发的Capacity Scheduler(容量调度), 另一个是Facebook 开发的Fair Scheduler(公平调度)。

fair scheduler相关短语

1、 Completely Fair Scheduler 完全公平调度器

2、 Proportional-Fair Scheduler 正比公平

3、 proportionally fair scheduler 相对公平的调度

fair scheduler相关例句

The tasks can be grouped together to form entities, and the scheduler would be fair to these entities and then to the tasks in those entities.

可以将任务进行分组,形成多个实体,调度程序将平等对待这些实体,继而公平对待实体中的任务。

In 2.6.24, you will be able to tune the scheduler to be fair to users or groups rather than just for tasks.

在2.6.24中,您将能够对调度程序进行调优,从而实现对用户或组的公平性,而不是任务公平性。

Also note that the scheduler is fair across the busy and non-busy tasks, giving them roughly the same amount of processor access.

还请注意调度器在繁忙和非繁忙任务中是公平的,给予它们大概相同的处理器访问量。

The scheduler then, to be fair, picks the left-most node of the red-black tree to schedule next to maintain fairness.

为了公平,调度器然后选取红黑树最左端的节点调度为下一个以便保持公平性。