0


大数据Hadoop和MapReduce

BigData and MapReduce with Hadoop
课程网址: http://videolectures.net/classconference2012_tomasic_hadoop/  
主讲教师: Ivan Tomašić
开课单位: 约瑟夫·斯特凡学院
开课时间: 2012-11-16
课程语种: 英语
中文简介:
MapReduce是一种编程模型,通过一个库在商品计算机集群上处理大型数据集(通常称为bigdata)。MapReduce通常用于非结构化数据集的分布式处理。映射函数处理键/值对,并根据用户指定的映射函数生成中间键/值对。reduce函数合并和处理属于同一个键的中间值。一个简单的MapReduce示例将显示在开源软件框架ApacheHadoop上。
课程简介: MapReduce is a programming model implemented with a library for processing large datasets - often termed as BigData - on clusters of commodity computers. MapReduce is typically used for distributed processing of non-structured datasets. The map function processes key/value pairs and generates intermediate key/value pairs based on user specified map function. The reduce function merges and processes intermediate values belonging to the same key. A simple example of MapReduce will be shown on the open source software framework Apache Hadoop.
关 键 词: 电脑; 数据; 软件
课程来源: 视频讲座网
最后编审: 2020-07-23:yumf
阅读次数: 26