• DocumentCode
    3748359
  • Title

    OMO: Optimize MapReduce overlap with a good start (reduce) and a good finish (map)

  • Author

    Jiayin Wang;Yi Yao;Ying Mao;Bo Sheng;Ningfang Mi

  • Author_Institution
    Department of Computer Science, University of Massachusetts Boston, 100 Morrissey Boulevard, 02125, United States of America
  • fYear
    2015
  • Firstpage
    1
  • Lastpage
    8
  • Abstract
    MapReduce has become a popular data processing framework in the past few years. Scheduling algorithm is crucial to the performance of a MapReduce cluster, especially when the cluster is concurrently executing a batch of MapReduce jobs. However, the scheduling problem in MapReduce is different from the traditional job scheduling problem as the reduce phase usually starts before the map phase is finished to “shuffle” the intermediate data. This paper develops a new strategy, named OMO, which particularly aims to optimize the overlap between the map and reduce phases. Our solution includes two new techniques, lazy start of reduce tasks and batch finish of map tasks, which catch the characteristics of the overlap in a MapReduce process and achieve a good alignment of the two phases. We have implemented OMO on Hadoop system and evaluated the performance with extensive experiments. The results show that OMO´s performance is superior in terms of total completion length (i.e., makespan) of a batch of jobs.
  • Publisher
    ieee
  • Conference_Titel
    Computing and Communications Conference (IPCCC), 2015 IEEE 34th International Performance
  • Electronic_ISBN
    2374-9628
  • Type

    conf

  • DOI
    10.1109/PCCC.2015.7410279
  • Filename
    7410279