毕业论文

打赏
当前位置: 毕业论文 > 计算机论文 >

基于MAP-REDUCE模式的大数据聚集方法研究

时间:2019-08-03 11:12来源:毕业论文
基于Map Reduce模式的大数据聚集方法,提出聚集运算,用Map Reduce函数进行分组运算,统计,求最大值最小值。聚集运算不仅能够提高运算效率,而且能减少远算时间

摘  要:当今社会,随着网络技术的广泛普及,互联网中的数据正以前所未有的速度增长和积累。大数据已经走入我们的生活,提高对海量数据的应用效率成为现在社会发展的焦点。Map Reduce并行编程环境,已经在大数据处理领域得到了广泛的应用。同时,学术界也对Map Reduce的相关运算做出了巨大贡献,有效地推动了Map Reduce的发展。 本论文主要围绕基于Map Reduce模式的大数据聚集方法,提出聚集运算,用Map Reduce函数进行分组运算,统计,求最大值最小值。聚集运算不仅能够提高运算效率,而且能减少远算时间。37817
毕业论文关键词:Map Reduce;聚集运算;求和;最大值或最小值
Study of on the Data Aggregation Method Based on the Map Reduce
Abstract: With the development of computer network and Internet widely available, the data of Internet with hitherto unknown speed growth and accumulation, the big data has been entered into our life. To improve the efficiency of massive data has become the focus of the development of modern society. Map Reduce parallel programming environment, has been widely used in the field of big data processing. At the same time, academic circles also made a great contribution to related algorithms of the Map Reduce, effectively promoted the development of Map Reduce. This paper focuses on the data aggregation method based on the Reduce model of Map, and uses the Map Reduce function to find the grouping operation, statistics, and the maximum and minimum value. put forward the aggregation algorithm. Aggregation algorithm not only can improve the computational efficiency, but also can effectively reduce the operation time. To this end, according to the features and advantages of Map Reduce large data put forward algorithm.
Key Words: Map Reduce; Clustering algorithm; Count; Maximum or Minimum
目    录

摘  要    1
引言    2
1.研究现状及意义    2
1.1研究现状及意义    2
2.Map Reduce简介    2
2.1 Map Reduce函数映射和归并    2
2.2可靠性介绍    3
2.3 Map Reduce主要功能    3
2.4 Map Reduce优缺点    4
3.大数据聚集运算    4
3.1统计数量运算    4
3.2分组运算    4
3.3最大值和最小值运算    5
4.运算分析    5
4.1统计数量运算    5
4.2分组运算    6
4.3最大值和最小值运算    6
5.实验流程结果    7
5.1实现统计运算    7
5.2实现分组运算    8
5.3实现最值运算    8
6.结论    9
参考文献    9
致谢    11
基于MAP -REDUCE模式的大数据聚集方法研究 引言
随着计算机和互联网的发展,大数据在生活中应用到的范围越来越广泛,尤其是对一些数据的处理计算。随着经济的发展,大数据正在快速的增长和积累,走进我们的生活中,应用在各个领域。同时,学术界也对Map Reduce的相关运算做出了巨大贡献,有效地推动了Map Reduce大数据的发展。本文围绕基于Map Reduce模式的大数据聚集方法研究,提出来聚集运算,例如求和,求最值问题。大数据已经成为人们关注的焦点。
1.研究现状及意义
1.1研究现状及意义
Map Reduce是一种用于大规模数据聚集的映射和归并运算。Map 和Reduce的主要思想是从函数式编程语言借来的,为了方便编程在分布式并行编程环境完成任务,将自己的程序运行在一个分布式系统中。该运算是通过指定的一个Map 功能来实现,可以使每个分组成为一个元素,指定减少功能的新价值的数值映射,以保证所有数值映射的同时,并且能够在每一组数值映射享同一个密钥。 基于MAP-REDUCE模式的大数据聚集方法研究:http://www.youerw.com/jisuanji/lunwen_36684.html
------分隔线----------------------------
推荐内容