Abstract
The Map-Reduce computing framework rose to prominence with datasets of such size that dozens of machines on a single cluster were needed for individual jobs. As datasets approach the exabyte scale, a single job may need distributed processing not only on multiple machines, but on multiple clusters. We consider a scheduling problem to minimize weighted average completion time of n jobs on m distributed clusters of parallel machines. In keeping with the scale of the problems motivating this work, we assume that (1) each job is divided into m "subjobs" and (2) distinct subjobs of a given job may be processed concurrently. When each cluster is a single machine, this is the NP-Hard concurrent open shop problem. A clear limitation of such a model is that a serial processing assumption sidesteps the issue of how different tasks of a given subjob might be processed in parallel. Our algorithms explicitly model clusters as pools of resources and effectively overcome this issue. Under a variety of parameter settings, we develop two constant factor approximation algorithms for this problem. The first algorithm uses an LP relaxation tailored to this problem from prior work. This LP-based algorithm provides strong performance guarantees. Our second algorithm exploits a surprisingly simple mapping to the special case of one machine per cluster. This mapping-based algorithm is combinatorial and extremely fast. These are the first constant factor approximations for this problem.
Original language | English (US) |
---|---|
Title of host publication | 24th Annual European Symposium on Algorithms, ESA 2016 |
Editors | Christos Zaroliagis, Piotr Sankowski |
Publisher | Schloss Dagstuhl- Leibniz-Zentrum fur Informatik GmbH, Dagstuhl Publishing |
ISBN (Electronic) | 9783959770156 |
DOIs | |
State | Published - Aug 1 2016 |
Event | 24th Annual European Symposium on Algorithms, ESA 2016 - Aarhus, Denmark Duration: Aug 22 2016 → Aug 24 2016 |
Publication series
Name | Leibniz International Proceedings in Informatics, LIPIcs |
---|---|
Volume | 57 |
ISSN (Print) | 1868-8969 |
Conference
Conference | 24th Annual European Symposium on Algorithms, ESA 2016 |
---|---|
Country/Territory | Denmark |
City | Aarhus |
Period | 8/22/16 → 8/24/16 |
Funding
All authors conducted this work at the University of Maryland, College Park. This work was made possible by the National Science Foundation, REU Grant CNS 1262805, and the Winkler Foundation. This work was also partially supported by NSF Grant CCF 1217890.
Keywords
- Approximation algorithms
- Distributed computing
- LP relaxations
- Machine scheduling
- Primal-dual algorithms
ASJC Scopus subject areas
- Software