| 查看: 1043 | 回复: 9 | ||
| 【奖励】 本帖被评价1次,作者yj222增加金币 0.5 个 | ||
| 当前主题已经存档。 | ||
[资源]
【转贴】 GOOGLE强大的搜索功能揭密【已搜无重复】
|
||
|
PDF格式: 以下是该文中所介绍核心算法的摘要: ABSTRACT MapReduce is a programming model and an associated implementation for processing and generating large data sets. Users specify a map function that processes a key/value pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real world tasks are expressible in this model, as shown in the paper. Programs written in this functional style are automatically parallelized and executed on a large cluster of commodity machines. The run-time system takes care of the details of partitioning the input data, scheduling the program's execution across a set of machines, handling machine failures, and managing the required inter-machine communication. This allows programmers without any experience with parallel and distributed systems to easily utilize the resources of a large distributed system. Our implementation of MapReduce runs on a large cluster of commodity machines and is highly scalable: a typical MapReduce computation processes many terabytes of data on thousands of machines. Programmers nd the system easy to use: hundreds of MapReduce programs have been implemented and upwards of one thousand MapReduce jobs are executed on Google's clusters every day. [ Last edited by 幻影无痕 on 2007-8-9 at 14:02 ] |
» 猜你喜欢
《中国环境科学》投稿,补充材料怎么添加?
已经有4人回复
27年博士招生信息
已经有9人回复
求助难溶化合物在DMSO+三氟乙酸中的氢谱分析
已经有3人回复
无聊看看filecode
已经有12人回复
求助JOC文献
已经有3人回复
面上项目2026年人工智能评审意见,不知道是否上会
已经有8人回复
无聊看看时间戳打发时间
已经有11人回复
双环[1.1.0]丁烷(bcb)合成
已经有6人回复
时间戳又变了
已经有5人回复
第三年,祈求好运!
已经有8人回复
2楼2007-05-17 21:09:13
3楼2007-08-10 10:35:40
4楼2007-10-14 14:40:43











回复此楼