@inproceedings{c2ef36ce08634a699f5ca0bed83662b2,
title = "HPSO: Prefetching based scheduling to improve data locality for MapReduce clusters",
abstract = "Due to cluster resource competition and task scheduling policy, some map tasks are assigned to nodes without input data, which causes significant data access delay. Data locality is becoming one of the most critical factors to affect performance of MapReduce clusters. As machines in MapReduce clusters have large memory capacities, which are often underutilized, in-memory prefetching input data is an effective way to improve data locality. However, it is still posing serious challenges to cluster designers on what and when to prefetch. To effectively use prefetching, we have built HPSO (High Performance Scheduling Optimizer), a prefetching service based task scheduler to improve data locality for MapReduce jobs. The basic idea is to predict the most appropriate nodes to which future map tasks should be assigned and then preload the input data to memory without any delaying on launching new tasks. To this end, we have implemented HPSO in Hadoop-1.1.2. The experiment results have shown that the method can reduce the map tasks causing remote data delay, and improves the performance of Hadoop clusters.",
keywords = "Data locality, MapReduce clusters, prefetching, task scheduler",
author = "Mingming Sun and Hang Zhuang and Xuehai Zhou and Kun Lu and Changlong Li",
year = "2014",
doi = "10.1007/978-3-319-11194-0\_7",
language = "英语",
isbn = "9783319111933",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
number = "PART 2",
pages = "82--95",
booktitle = "Algorithms and Architectures for Parallel Processing - 14th International Conference, ICA3PP 2014, Proceedings",
address = "德国",
edition = "PART 2",
note = "14th International Conference on Algorithms and Architectures for Parallel Processing, ICA3PP 2014 ; Conference date: 24-08-2014 Through 27-08-2014",
}