面向多核可伸缩的MapReduce库的研究
[Abstract]:Parallel programming is an important way to utilize multi-core resources effectively. However, the traditional parallel programming model requires programmers to manage many concurrency details manually, which makes parallel programming difficult and error-prone. The MapReduce programming model manages concurrent tasks automatically. Simplified parallel programming. Phoenix is an implementation of the MapReduce model on multi-core systems, which proves that applications can achieve performance comparable to Pthreads by using MapReduce. However, Phoenix has poor scalability. The purpose of this article is to analyze the key factors that affect the scalability of Phoenix, and then design and implement a MapReduce library SMR. with good scalability. The main contributions of this paper are as follows: (1) through experimental testing and using Linux Perf and other performance analysis tools, Deeply analyze the key factors that affect the scalability and performance of Phoenix. Phoenix has poor scalability due to the competition between Pthreads threads and shared address space. Due to the existence of synchronization barrier between map and reduce phase, the performance is affected. (2) using Sthread, a new thread model, which has been developed by our research group. A Phoenix interface compatible and scalable MapReduce library SMR.SMR is designed and implemented to enhance the scalability of the system by avoiding the competition of multiple threads on the shared address space. The performance of the system is improved by parallel non-blocking pipeline between map and reduce. (3) using Phoenix test program to evaluate the performance of SMR and Phoenix on a 32-core machine. The effects of Linux kernel optimization on the scalability and performance of multi-core MapReduce libraries are also analyzed. The experimental results show that the five test cases based on SMR have good scalability and performance. Under 32 core CPU, the performance of SMR is 9.0 ~ 26.7 times higher than that of Phoenix. The optimization of Linux kernel can effectively improve the execution efficiency of Phoenix. In order to support the iterative MapReduce application efficiently, this paper designs and implements a multi-core scalable iterative MapReduce library iSMR.SMR, which needs to create and destroy the environment repeatedly for each iteration calculation. ISMR only creates and destroys the environment at the beginning and end of the processing process, and it uses thread pool to reuse threads to improve the processing efficiency of iterative applications. The proposed SMR provides programmers with a simple and efficient way to use multicore resources. In addition, the analysis of the scalability of multi-core MapReduce libraries is of guiding significance to the analysis of other Pthreads programs, and the analysis of Linux kernel optimization in recent years has a reference value for the research work of Linux.
【学位授予单位】:中国科学技术大学
【学位级别】:硕士
【学位授予年份】:2017
【分类号】:TP311.1
【相似文献】
相关期刊论文 前10条
1 ;A Difference Method of the Gravity Center with Double Pilots for the MC CDMA System[J];The Journal of China Universities of Posts and Telecommunications;2000年04期
2 刘巍;吉祥凤凰与亮丽彩虹——Phoenix与同济大学共建自动化实验室[J];自动化博览;2002年01期
3 ;刺激1998[J];软件世界;1998年12期
4 ;摇摆爵士——Phoenix Gold全车音响解决方案[J];音响改装技术;2009年01期
5 陈子超;;Phoenix浏览器[J];软件导刊;2003年04期
6 ;Phoenix BIOS的ID识别技术[J];个人电脑;2004年08期
7 郝颜;涂碧波;詹剑锋;孟丹;;Phoenix集群操作系统Web Portal的设计与实现[J];计算机工程;2006年15期
8 ;Methods for Industrial Measurement and Basic Principles of Their Choices[J];Geo-Spatial Information Science;2002年02期
9 王欣;;安心使用 Phoenix Recover Pro 6[J];个人电脑;2006年07期
10 马天蔚;刘燕之;;终端安全招来凤凰——访Phoenix全球CEO兼总裁Albert E.Sisto[J];每周电脑报;2006年18期
相关会议论文 前1条
1 赵忠;杨秀莲;;Phoenix-100全自动微生物鉴定/药敏系统的临床应用及评价[A];第九届西北五省(区)检验医学学术会议论文汇编[C];2005年
相关重要报纸文章 前8条
1 ;一个时代的终结[N];中国电脑教育报;2009年
2 金文;力挺3G自有标准 联想手机捷报频传[N];中国质量报;2007年
3 洪培能;采用Phoenix BIOS主板的一个隐藏功能[N];中国电脑教育报;2003年
4 Rebios.net 王庆东;Phoenix的FirstBIOS技术简析[N];电脑报;2003年
5 福建 林峰杰;Modem损坏引起黑屏[N];电脑报;2005年
6 飞翔的战羽;下一代你了解多少[N];中国电脑教育报;2004年
7 上海 大海马、小Paul;BIOS控制着什么[N];电脑报;2004年
8 陈国雄 通讯员 李品 马楚炜;地中海PHOENIX首航南沙[N];中国水运报;2007年
相关硕士学位论文 前4条
1 向晟;乍得Phoenix工区潜山优质储层和有利区预测[D];东北石油大学;2016年
2 俞玉芬;面向多核可伸缩的MapReduce库的研究[D];中国科学技术大学;2017年
3 陈慈;基于多核的Ramsey数算法研究[D];北京交通大学;2015年
4 曹慧芳;多核下可扩放确定性并行的MapReduce[D];中国科学技术大学;2015年
,本文编号:2417288
本文链接:https://www.wllwen.com/shoufeilunwen/xixikjs/2417288.html