دانلود مقاله ISI انگلیسی شماره 79275
ترجمه فارسی عنوان مقاله

یک الگوریتم زمان بندی خود تطبیقی برای کاهش زمان شروع

عنوان انگلیسی
A self-adaptive scheduling algorithm for reduce start time
کد مقاله سال انتشار تعداد صفحات مقاله انگلیسی
79275 2015 10 صفحه PDF
منبع

Publisher : Elsevier - Science Direct (الزویر - ساینس دایرکت)

Journal : Future Generation Computer Systems, Volumes 43–44, February 2015, Pages 51–60

ترجمه کلمات کلیدی
اطلاعات بزرگ؛ Hadoop؛ MapReduce؛ كاهش دادن؛ خود تطبیقی؛ زمانبندی وظایف
کلمات کلیدی انگلیسی
Big data; Hadoop; MapReduce; Reduce; Self-adaptive; Task scheduling

چکیده انگلیسی

MapReduce is by far one of the most successful realizations of large-scale data-intensive cloud computing platforms. When to start the reduce tasks is one of the key problems to advance the MapReduce performance. The existing implementations may result in a block of reduce tasks. When the output of map tasks become large, the performance of a MapReduce scheduling algorithm will be influenced seriously. Through analysis for the current MapReduce scheduling mechanism, this paper illustrates the reasons of system slot resources waste, which results in the reduce tasks waiting around, and proposes an optimal reduce scheduling policy called SARS (Self Adaptive Reduce Scheduling) for reduce tasks’ start times in the Hadoop platform. It can decide the start time point of each reduce task dynamically according to each job context, including the task completion time and the size of map output. Through estimating job completion time, reduce completion time, and system average response time, the experimental results illustrate that, when comparing with other algorithms, the reduce completion time is decreased sharply. It is also proved that the average response time is decreased by 11% to 29%, when the SARS algorithm is applied to the traditional job scheduling algorithms FIFO, FairScheduler, and CapacityScheduler.