A Survey Of Speculative Execution Strategy In Mapreduce

Qi Liu,Dandan Jin,Xiaodong Liu,Nigel Linge
DOI: https://doi.org/10.1007/978-3-319-48671-0_27
2016-01-01
Abstract:MapReduce is a parallel computing programming model designed to process large-scale data. Therefore, the accuracy and efficiency for computing are needed to be assured and speculative execution is an efficient method for calculation of fault tolerance. It reaches the goals of shortening the execution time and increasing the cluster throughput through selecting slow tasks and speculative copy these tasks on a fast machine to be executed. Hadoop naive speculative execution strategy assumes that the cluster is homogeneous, and this assumption leads to the poor performance in heterogeneous environment. Several speculative execution strategies which aim to improve the MapReduce Performance in the heterogeneous environments are reviewed in this paper like LATE, MCP, ex-MCP and ERUL, then the comparison between these methods are listed.
What problem does this paper attempt to address?