CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - mapreduce

搜索资源列表

  1. mapreduce

    0下载:
  2. the google mapreduce-osdi04-the google mapreduce-osdi04
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:163423
    • 提供者:王大卫
  1. hadoop

    0下载:
  2. Hadoop: The Definitive Guide-Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3571734
    • 提供者:欧曜玮
  1. Distributed-Programming-with-ruby

    0下载:
  2. this hands-on tutorials and practical reference will help you meet all the challenges of distributed programming, no matter how complex. Coverage includes ? Utilizing Starfish to facilitate communication between distributed programs and to write the
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:1047027
    • 提供者:resx
  1. Google-Massive-Data-Processing

    1下载:
  2. Google三大论文中文版,解决大规模数据问题,内含BigTable,Google File System,Google MapReduce-BigTable,Google File System,Google MapReduce
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:2454910
    • 提供者:xmuchong
  1. MapReduce-a-flexible-data-

    0下载:
  2. 主要讲的是map和reduce的过程,详细的阐述了这一原理的技术实现和细节实现-Map and reduce the process, a detailed descr iption of the technology and details of this principle to achieve
  3. 所属分类:software engineering

    • 发布日期:2017-05-13
    • 文件大小:3237559
    • 提供者:朱宇
  1. distributed-system-paper

    0下载:
  2. 谷歌分布式计算论文收集,包括Google File System, MapReduce, Big Table Percolator, Pregel, Dremel-Goolge s distributed computation paper collection,including Google File System, MapReduce, Big Table Percolator, Pregel, Dremel.
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2870860
    • 提供者:Leon
  1. mapreduce

    1下载:
  2. mapreduce 大规模图计算,出度入度计算等-mapreduce dbpedia-graph
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:6502
    • 提供者:陈鑫
  1. Google_paper

    0下载:
  2. Google的三大论文MapReduce、The Google File System、BigTable中文版-Three papers of Google MapReduce, The Google File System, BigTable Chinese version
  3. 所属分类:Project Design

    • 发布日期:2017-11-19
    • 文件大小:2465278
    • 提供者:泰勒
  1. Google

    0下载:
  2. google mapreduce 框架,google的三篇经典论文-google mapreduce
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:518454
    • 提供者:william
  1. MapReduceOverLustre

    0下载:
  2. Implementation Guide of MapReduce over Lustre Cluster Filesystem
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1066134
    • 提供者:myload2
  1. distributed-system

    0下载:
  2. NOSQL的资料很多,不过不成体系,让分布式系统开发工程师无所适从。笔者根据过去跟 着阳老师开发类似Google GFS/MapReduce/Bigtable的系统以及对Dynamo, PNUTS等典型系 统的理解尝试梳理流行的分布式存储和计算系统的分类,设计及实现-NOSQL a lot of information, but the fragmentation, so that distributed systems development engineer at a loss. I
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:1082590
    • 提供者:light
  1. Distributed-GibbsLDA

    0下载:
  2. 基于mapreduce的分布式蒙特卡罗 的采样方法用于主题模型的推断-mcmc, mapreduce,lda
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:900541
    • 提供者:suejl
  1. Google-Cloud-Computer

    0下载:
  2. Google三大核心技术之一:MapReduce MapReduce:超大机群上的简单数据处理 -Google Cloud computer:MapReduce
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:40546
    • 提供者:zhouqiang
  1. 10.1109-TrustCom.2013.126

    0下载:
  2. MapReduce: Limitations, Optimizations and Open Issues
  3. 所属分类:Project Design

    • 发布日期:2017-04-29
    • 文件大小:228310
    • 提供者:mohammad
  1. 1A-MapReduce-Solution-for-Prototype

    0下载:
  2. 基于MAPREDUCE的PSO并行化原型设计-1A MapReduce Solution for Prototype
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:500073
    • 提供者:syalr
  1. Parallel-PSO-Using-MapReduce

    0下载:
  2. 基于MAPREDUCE的PSO设计论文 有详细数学算法和流程-The PSO-based design thesis MAPREDUCE
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:172573
    • 提供者:syalr
  1. mapreduce-osdi04

    0下载:
  2. MapReduce是一种编程模型,用于大规模数据集(大于1TB)的并行运算。概念 Map(映射) 和 Reduce(归约) ,和它们的主要思想,都是从函数式编程语言里借来的,还有从矢量编程语言里借来的特性。它极大地方便了编程人员在不会分布式并行编程的情况下,将自己的程序运行在分布式系统上。-MapReduce is a programming model and an associ- ated implementation for processing and generating larg
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:163411
    • 提供者:emin
  1. mapreduce

    0下载:
  2. 期末课程设计,mapreduce,分布式综合实验-End of course design, mapreduce, distributed comprehensive experiment
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:323354
    • 提供者:郑雅雯
  1. MapReduce

    0下载:
  2. 谷歌公开发表的三大论文之一的mapreduce,是现今流行的大数据下的MR程序的首片介绍文档。- 翻译 英语 中文 德语 检测语言 中文(简体) 英语 日语 MapReduce simplified
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:174140
    • 提供者:费仕忆
  1. HDFS+MapReduce+Hive十分钟快速入门

    0下载:
  2. HDFS+MapReduce+Hive十分钟快速入门 本文的目的是让一个从未接触Hadoop的人,在很短的时间内快速上手,掌握编译、安装和简单的使用。
  3. 所属分类:软件工程

    • 发布日期:2016-10-10
    • 文件大小:1110528
    • 提供者:lingduer
« 12 »
搜珍网 www.dssz.com