Scheduling Data-Intensive Workloads in Large-Scale Distributed Systems: Trends and Challenges
Georgios L. Stavrinides, Helen D. Karatza
TL;DR
The chapter surveys scheduling of data-intensive workloads in large-scale distributed systems, emphasizing data locality, QoS, and energy efficiency. It classifies workloads into fine-grained, coarse-grained (workflow), and embarrassingly parallel (BoT) categories and reviews corresponding scheduling strategies such as gang scheduling, workflow heuristics, and BoT heuristics, alongside data-locality techniques like MapReduce/Hadoop. Major challenges include exploiting data locality, meeting time constraints, ensuring fault tolerance, and reducing energy consumption, with service-level agreements guiding trade-offs. The authors discuss recent trends like VM live migrations and approximate computations combined with bin packing, checkpointing, and DVFS, offering a roadmap for future research and practical deployment in diverse cloud and grid environments.
Abstract
With the explosive growth of big data, workloads tend to get more complex and computationally demanding. Such applications are processed on distributed interconnected resources that are becoming larger in scale and computational capacity. Data-intensive applications may have different degrees of parallelism and must effectively exploit data locality. Furthermore, they may impose several Quality of Service requirements, such as time constraints and resilience against failures, as well as other objectives, like energy efficiency. These features of the workloads, as well as the inherent characteristics of the computing resources required to process them, present major challenges that require the employment of effective scheduling techniques. In this chapter, a classification of data-intensive workloads is proposed and an overview of the most commonly used approaches for their scheduling in large-scale distributed systems is given. We present novel strategies that have been proposed in the literature and shed light on open challenges and future directions.
