• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2013, Vol. 35 ›› Issue (3): 52-57.

• 论文 • Previous Articles     Next Articles

MapReduce oriented selfadaptive delay scheduling algorithm

NING  Wenyu,WU Qingbo,TAN Yusong   

  1. (School of Computer Science,National University of Defense Technology,Changsha 410073,China)
  • Received:2012-08-01 Revised:2012-11-21 Online:2013-03-25 Published:2013-03-25

Abstract:

MapReduce has become a mainstream mass data processing mode,As its crucial part, the scheduler has received extensive concerns of the industry.But existing scheduling algorithms cannothavea good balance between fairness and data locality.Therefore,in this paper, a selfadaptive delay scheduling algorithm is proposed in order to make up the shortage of statically setting waiting time in configuration file.It dynamically adjust waiting time according to the speed of free nodes,so it can reduce job response time.Based on the algorithm,a prototype is developed and experiments testing the algorithm's performance are carried out.The results show that the selfadaptive delay schedulingalgorithm outperforms previous delay scheduling ones in term of the job response time about 5%~8%.

Key words: fair scheduler;selfadaptive;delay scheduling;data locality