透過您的圖書館登入
IP:44.211.117.101
  • 學位論文

MapReduce 工作執行效能、可靠性、能源耗費與容錯之研究

Study of Job Execution Performance, Reliability, Energy Consumption, and Fault Tolerance in the MapReduce Framework

指導教授 : 陳穎平 呂芳懌

摘要


在一個大型的MapReduce叢集系統運作過程中,機器可能因為許多因素而發生故障。為了避免MapReduce工作因為機器故障而被迫中止,MapReduce採用多種策略,例如:任務重新執行策略、中間結果備份策略以及reduce任務分配策略等,來防止這件事發生。然而上述策略對於MapReduce工作的影響是不清楚的,特別是對工作完成可靠性、工作執行時間以及工作能源耗費而言。在本論文中,工作完成可靠性指的是一個MapReduce工作能被一個MapReduce叢集系統執行完成的可靠性、工作執行時間指的是該工作在該叢集系統上執行所需的時間、而工作能源耗費指的是該工作在該叢集系統上執行所耗費的電力能源。為了達到一個更可靠以及更節省能源的計算環境,深入了解上述影響是必需的。此外,MapReduce主伺服器具有單點故障的問題。當它發生故障時,整個MapReduce叢集系統的運作以及服務會因而中斷。為了探討上述不同MapReduce策略對於MapReduce工作之效能影響,在本論文中,我們深入地分析MapReduce工作在不同MapReduce策略之下的工作完成可靠性、工作執行時間以及工作能源耗費等表現。另外,為了解決單點故障問題,本論文也提出一個前攝性與自適應冗餘系統 (Proactive and Adaptive Redundant System,縮寫為PAReS) 來減輕MapReduce主伺服器之單點故障問題,並且同時改善其服務品質。我們的分析結果能夠幫助MapReduce管理者深入了解這些策略所造成的影響、協助MapReduce管理者針對其MapReduce叢集系統選擇適當的MapReduce策略以提升MapReduce工作之效能,以及有助於MapReduce架構設計人員設計出更適合MapReduce之策略。此外,根據我們的實驗結果指出,本論文提出的PAReS能夠有效改善MapReduce主伺服器之單點故障問題,以及大幅提升其服務品質。

並列摘要


Node/machine failure is the norm rather than an exception in a large-scale MapReduce cluster. To prevent jobs from being interrupted by machine/node failures, MapReduce has employed several policies, such as task-reexecution policy, intermediate-data replication policy, reduce-task assignment policy. However, the impacts of these policies on MapReduce jobs are not clear, especially in terms of Job Completion Reliability (JCR for short), Job Turnaround Time (JTT for short), and Job Energy Consumption (JEC for short). In this dissertation, JCR is the reliability with which a MapReduce job can be completed by a MapReduce cluster, JTT is the time period starting when the job is submitted to the cluster and ending when the job is completed by the cluster, and JEC is the energy consumed by the cluster to complete the job. To achieve a more reliable and energy-efficient computing environment than current MapReduce infrastructure, it is essential to comprehend the impacts of the above policies. In addition, the MapReduce master servers suffer from a single-point-of-failure problem, which might interrupt MapReduce operations and filesystem services. To study how the above polices influence the performances of MapReduce jobs, in this dissertation, we formally derive and analyze the JCR, JTT, and JEC of a MapReduce job under the abovementioned MapReduce policies. In addition, to mitigate the single-point-of-failure problem and improve the service qualities of MapReduce master servers, we propose a hybrid takeover scheme called PAReS (Proactive and Adaptive Redundant System) for MapReduce master servers. The analyses in this dissertation enable MapReduce managers to comprehend the influences of these policies on MapReduce jobs, help MapReduce managers to choose appropriate MapReduce policies for their MapReduce clusters, and allow MapReduce designers to propose better policies for MapReduce. Furthermore, based on our extensive experimental results, the proposed PAReS system can mitigate the single-point-of-failure problem and improve the service qualities of MapReduce master servers as compared with current redundant schemes on Hadoop.

參考文獻


[31] P. Alvaro, T. Condie, N. Conway, K. Elmeleegy, J. M. Hellerstein, and R. C. Sears, “BOOM: Data-Centric Programming in the Datacenter,” Technical Report UCB/EECS-2009-113, EECS Department, University of California, Berkeley, Jul 2009.
[55] S. S. Vernekar and A. Buchade, “Threat Analysis and Identification Using Map Reduce Hadoop Platform,” International Journal for Scientific Research and Development, Vol. 1, Issue 7, pp. 190–197, 2015.
[30] B. Feng, J. Lu, Y. Zhou, and N. Yang, “Energy Efficiency for MapReduce Workloads: An In-depth Study,” in Proc. of the Twenty-Third Australasian Database Conference (ADC), Melbourne, Australia, pp. 61–69, 2012.
[23] G. Wang, A. R. Butt, P. Pandey, and K. Gupta, “A Simulation Approach to Evaluating Design Decisions in MapReduce Setups,” in IEEE Symposium on Modelling, Analysis and Simulation of Computer and Telecommunication Systems, pp. 1–11, 2009.
[2] J. Dean and S. Ghemawat, “MapReduce: a Flexible Data Processing Tool,” Communication of the ACM, Vol. 53, Issue 1, pp. 72–77, 2010.

延伸閱讀