数据库外文翻译--MapReduce的:简化数据处理大型集群(节选)
《数据库外文翻译--MapReduce的:简化数据处理大型集群(节选)》由会员分享,可在线阅读,更多相关《数据库外文翻译--MapReduce的:简化数据处理大型集群(节选)(17页珍藏版)》请在毕设资料网上搜索。
1、中文 3700 字, 2000 英文单词, 10500 英文字符 文献出处: Dean J, Ghemawat S. MapReduce: simplified data processing on large clustersJ. Communications of the ACM, 2008, 51(1): 107-113. MapReduce: Simplified Data Processing on Large Clusters Jeffrey Dean and Sanjay Ghemawat , Google, Inc. Abstract MapReduce is a progr
2、amming 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
3、 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 t
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数据库 外文 翻译 mapreduce 简化 数据处理 大型 集群 节选
