CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mapreduce

搜索资源列表

  1. mapreduce-osdi04

    0下载:
  2. Google的科学家写的巨型丛的简化数据处理论文。可以应用于搜索时图的简化。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:164186
    • 提供者:朱炽衡
  1. mapreduce_tools

    0下载:
  2. mapreduce的工具软件。来源为ibm 的技术论坛。
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:331634
    • 提供者:arson
  1. Hadoop源代码分析

    0下载:
  2. 关键字: 分布式 云计算 Google的核心竞争技术是它的计算平台。Google的大牛们用了下面5篇文章,介绍了它们的计算设施。 GoogleCluster: http://research.google.com/archive/googlecluster.html Chubby:http://labs.google.com/papers/chubby.html GFS:http://labs.google.com/papers/gfs.html BigTable:htt
  3. 所属分类:编程文档

  1. pagerank源代码

    0下载:
  2. 耐久mapreduce代码,对网页排名,然后输出网页的流行度
  3. 所属分类:书籍源码

  1. hadoop-invertedindex

    0下载:
  2. 基于Hadoop的反向索引的生成工具。输入一系列文本文件,输出word和其出现的文档和位置-Hadoop-based reverse index generation tool. Enter a series of text files, the output word and its emergence and location of the document
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:14003
    • 提供者:李明
  1. Source

    0下载:
  2. 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
  3. 所属分类:MPI

    • 发布日期:2017-03-30
    • 文件大小:97748
    • 提供者:shallowgrave
  1. Kmeans

    0下载:
  2. Hadoop编程环境下编写的Kmeans程序。程序输入需要的源材料已经找不到了,谨供参考。-Hadoop Kmeans programming environment written procedures. Enter the required procedures have not found the source material, for information.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:23029
    • 提供者:雷见
  1. My_TDIF2

    0下载:
  2. Mapreduce实现的TF-IDF词频统计分析,可以直接运行于HADOOP环境下,适合初学者。-Realization Mapreduce TF-IDF, word frequency statistics, can be run directly in the the under HADOOP environment, suitable for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:11979
    • 提供者:洪旭昇
  1. WordCount

    0下载:
  2. MapReduce的wordcount程序,最新API的版本。-MapReduce, the wordcount procedures, the latest version of the API.
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1347
    • 提供者:阿德
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920
    • 提供者:kivilin
  1. hadoop-0.1.0.tar

    0下载:
  2. Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3598401
    • 提供者:宾利金
  1. OReilly.Hadoop.The.Definitive.Guide.June.2009.RETA

    0下载:
  2. Hadoop got its start in Nutch. A few of us were attempting to build an open source web search engine and having trouble managing computations running on even a handful of computers.-Hadoop got its start in Nutch. A few of us were attempting to buil
  3. 所属分类:Document

    • 发布日期:2017-05-13
    • 文件大小:3488800
    • 提供者:方桭枯
  1. bigtable

    0下载:
  2. the google bigtable-the google bigtable
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:186725
    • 提供者:王大卫
  1. AccountManagementAction

    0下载:
  2. 数据选择进程用于UNIX系统下的数据选择,主要在mapreduce环境下实现分布式的计算-DataCollectingProcessing
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:1827
    • 提供者:申文武
  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. hadoop_the_definitive_guide

    0下载:
  2. hadoop_the_definitive_guide 详细介绍了Mapreduce、HDFS、Pig等实现与开发技术,是云计算的一本不错的参考资料-hadoop_the_definitive_guide described in detail Mapreduce, HDFS, Pig, etc. realization and development of technology, cloud computing is a good reference
  3. 所属分类:Java Develop

    • 发布日期:2017-05-14
    • 文件大小:3489723
    • 提供者:lvShuo
  1. xml_structural_similarity

    0下载:
  2. XML文档相似性计算的一些论文,包括最近几年的文章。-Some papers of XML document similarity calculation, including articles in recent years.
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-05-21
    • 文件大小:6329358
    • 提供者:王小雨
  1. WordCount

    0下载:
  2. 一个hadoop写的mapreduce的wordcount的入门示例。对入门很有帮助-Write a hadoop entry mapreduce the wordcount example. Helpful for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:935
    • 提供者:123
  1. hadoop

    0下载:
  2. 用hadoop的mapreduce寻找最大数-Hadoop' s used to find the maximum number of mapreduce
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4041
    • 提供者:zhang xinlong
  1. MapReduce实践

    0下载:
  2. MAPReduce新手简单实践,大数据课程实验,Linux系统里编程实现
  3. 所属分类:大数据

« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com