Publication | Closed Access
LIBRA: Lightweight Data Skew Mitigation in MapReduce
104
Citations
28
References
2014
Year
Cluster ComputingData Skew ProblemImplement LibraEngineeringData-level ParallelismData ScienceCloud ComputingData IntegrationData SkewParallel ProgrammingComputer ScienceMap-reduceParallel ComputingData ManagementData-intensive ComputingMassive Data ProcessingBig DataHigh-performance Data Analytics
MapReduce is an effective tool for parallel data processing. One significant issue in practical MapReduce applications is data skew: the imbalance in the amount of data assigned to each task. This causes some tasks to take much longer to finish than others and can significantly impact performance. This paper presents LIBRA, a lightweight strategy to address the data skew problem among the reducers of MapReduce applications. Unlike previous work, LIBRA does not require any pre-run sampling of the input data or prevent the overlap between the map and the reduce stages. It uses an innovative sampling method which can achieve a highly accurate approximation to the distribution of the intermediate data by sampling only a small fraction of the intermediate data during the normal map processing. It allows the reduce tasks to start copying as soon as the chosen sample map tasks (only a small fraction of map tasks which are issued first) complete. It supports the split of large keys when application semantics permit and the total order of the output data. It considers the heterogeneity of the computing resources when balancing the load among the reduce tasks appropriately. LIBRA is applicable to a wide range of applications and is transparent to the users. We implement LIBRA in Hadoop and our experiments show that LIBRA has negligible overhead and can speed up the execution of some popular applications by up to a factor of 4.
| Year | Citations | |
|---|---|---|
Page 1
Page 1