Concepedia

TLDR

The paper presents OAR, a batch scheduler for large clusters, aiming to demonstrate that a complex resource‑management system can be built with high‑level tools without compromising efficiency or scalability. OAR is built in Perl with a MySQL database, employing a low‑complexity design that relies on high‑level tools. OAR provides priority scheduling, reservations, backfilling, and global computing support, achieving performance comparable to other schedulers while managing 700 nodes with good efficiency and robustness.

Abstract

In this article we present the design choices and the evaluation of a batch scheduler for large clusters, named OAR. This batch scheduler is based upon an original design that emphasizes on low software complexity by using high level tools. The global architecture is built upon the scripting language Perl and the relational database engine Mysql. The goal of the project OAR is to prove that it is possible today to build a complex system for resource management using such tools without sacrificing efficiency and scalability. Currently, our system offers most of the important features implemented by other batch schedulers such as priority scheduling (by queues), reservations, backfilling and some global computing support. Despite the use of high level tools, our experiments show that our system has performances close to other systems. Furthermore, OAR is currently exploited for the management of 700 nodes (a metropolitan grid) and has shown good efficiency and robustness.

References

YearCitations

Page 1