CIRCUMFLEX: a scheduling optimizer for MapReduce workloads with shared scans

  • Authors:
  • Joel Wolf;Andrey Balmin;Deepak Rajan;Kirsten Hildrum;Rohit Khandekar;Sujay Parekh;Kun-Lung Wu;Rares Vernica

  • Affiliations:
  • IBM T.J. Watson Research, Hawthorne, NY;IBM Almaden Research, San Jose, CA;Lawrence Livermore Labs, Livermore, CA;IBM T.J. Watson Research, Hawthorne, NY;IBM T.J. Watson Research, Hawthorne, NY;Bank of America, New York, NY;IBM T.J. Watson Research, Hawthorne, NY;Hewlett-Packard Laboratories, Palo Alto, CA

  • Venue:
  • ACM SIGOPS Operating Systems Review
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

We consider MapReduce clusters designed to support multiple concurrent jobs, concentrating on environments in which the number of distinct datasets is modest relative to the number of jobs. Many datasets in such scenarios wind up being scanned by multiple concurrent Map phase jobs. As has been noticed previously, this scenario provides an opportunity for Map phase jobs to cooperate, sharing the scans of these datasets, and thus reducing the costs of such scans. Our paper has two main contributions. First, we present a novel and highly general method for sharing scans and thus amortizing their costs. This concept, which we call cyclic piggybacking, has a number of advantages over the more traditional batching scheme described in the literature. Second, we describe a significant but natural generalization of the recently introduced flex scheduler, for optimizing schedules within the context of this cyclic piggybacking paradigm. The overall approach, including both cyclic piggybacking and the flex generalization, is called circumflex. We demonstrate the excellent performance of circumflex via a variety of simulation experiments.