Optimization of Computing Time for Sequential MapReduce Jobs.

Detian Li,Tao Gu,Qun Liao,Yulu Yang
DOI: https://doi.org/10.1145/3335484.3335489
2019-01-01
Abstract:In order to obtain high cost-effective computing capability and improve resource utilization efficiency, MapReduce clusters are usually shared by multiple jobs, so the scheduling of multiple MapReduce jobs will have an important impact on cluster performance. Aiming at optimizing the average job computing time, this paper studies the scheduling schemes of multiple jobs arriving in Poisson process, and proposes an easy-to-implement median scheduling algorithm. Through simulation experiments, it can be seen that the proposed algorithm can effectively reduce the average computing time of MapReduce jobs.
What problem does this paper attempt to address?