Uniform parallel-machine scheduling to minimize the number of tardy jobs in the MapReduce system

Feifeng Zheng,Jidan Huang
DOI: https://doi.org/10.1109/IESM45758.2019.8948145
2019-01-01
Abstract:The MapReduce model has become increasingly important in machine scheduling and big data processing. Each job consists of one map task and one reduce task. The map task can be split into several parts and processed on several machines simultaneously, while the reduce task has to be processed on one of the machines and must start after the completion of the map task. The processing of reduce task cannot be interrupted. In this paper, we consider the MapReduce problem of minimizing total number of tardy jobs on uniform parallel machines with arbitrary release times and due date. We formulate a mixed integer linear programming (MILP) model for this problem and develop an improved grey wolf algorithm (IGWO) using differential perturbation strategy to obtain a near-optimal solution. The effectiveness of the model and the improved grey wolf algorithm evaluated by computational experiments on a series of randomly generated instances. The numerical results indicate that the improved grey wolf algorithm outperforms PSO for the problem.
What problem does this paper attempt to address?