CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - hadoop mapreduce

搜索资源列表

  1. Source

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

    • 发布日期:2017-03-30
    • 文件大小:95.46kb
    • 提供者:shallowgrave
  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
    • 文件大小:11.7kb
    • 提供者:洪旭昇
  1. kfs-0.3.tar

    0下载:
  2. 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:439.21kb
    • 提供者:湖北
  1. v0.01

    0下载:
  2. 用C语言写的云计算环境下的整数求和,hadoop,mapreduce-Cloud computing environment the maximum number of summation
  3. 所属分类:MPI

    • 发布日期:2017-03-28
    • 文件大小:18.54kb
    • 提供者:qing
  1. HadoopStreaming.tar

    0下载:
  2. 在使用Hadoop Streaming时,自己定义的Inputformat,实现Map的输入<key,value>,key为文件名,value为文档的整篇内容。-Using the self design inputformat to make the filename as the key and the whole content as the key in the Map Input come true while do the MapReduce program with h
  3. 所属分类:MPI

    • 发布日期:2017-03-31
    • 文件大小:3.18kb
    • 提供者:gdq
  1. dtcptest

    0下载:
  2. hadoop下基于dfs的文件上传,下载,删除功能,以及mapreduce分布式计算解析实例 -hadoop based dfs file upload, download and delete functions, as well as mapreduce distributed computing parse instance
  3. 所属分类:MPI

    • 发布日期:2017-11-18
    • 文件大小:25.36mb
    • 提供者:yangwang
  1. hadoop-eclipse-plugin-1.0.3.jar.tar

    0下载:
  2. hadoop-1.0.3的mapreduce集成开发环境插件hadoop-eclipse-plugin-1.0.3.jar-hadoop-1.0.3 the mapreduce integrated development environment plug-hadoop-eclipse-plugin-1.0.3.jar
  3. 所属分类:MPI

    • 发布日期:2017-10-31
    • 文件大小:5.36mb
    • 提供者:杨敏
  1. mapred

    0下载:
  2. hadoop mapreduce测试样例,文档,源码-hadoop mapreduce test samples, documentation, source code
  3. 所属分类:MPI

    • 发布日期:2017-11-10
    • 文件大小:957.56kb
    • 提供者:whb
  1. wordcount

    0下载:
  2. hadoop下基于mapreduce的wordcount程序-the wordcount procedures hadoop based on MapReduce
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:1.01kb
    • 提供者:张博
  1. MapReduce

    0下载:
  2. Hadoop MapReduce 实现倒排索引-Hadoop MapReduce
  3. 所属分类:MPI

    • 发布日期:2017-11-13
    • 文件大小:8.01kb
    • 提供者:JJ
  1. DataGeneration

    0下载:
  2. hadoop下mapreduce程序,实现对搜索日志文件中关键词的统计,通过并行运算得到结果-Under hadoop mapreduce program to realize the log file keyword search statistics, the results obtained by means of parallel computing
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:6.21kb
    • 提供者:linlei
  1. mapr

    0下载:
  2. hadoop的mapreduce初级的几个小案例,包括单词计数、topk、单表关联、多表关联、数据排序、数据去重、数据分组,适合刚接触hadoop的人弄清mapreduce的流程- The primary hadoop mapreduce several small cases, including word count, topk, single-table association, multi-table association, data sorting, data deduplica
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7.59kb
    • 提供者:袁媛
  1. sort

    0下载:
  2. 使用hadoop的mapreduce算法,前提是先要搭建一个hadoop云平台,该程序不难,为初学者的hadoop程序,对刚刚接触hadoop的同学会有帮助。-Using hadoop mapreduce algorithm, a parallel sorting algorithm, the premise is to set up a hadoop cloud platform, the program is easy, hadoop program for beginners, help
  3. 所属分类:MPI

    • 发布日期:2017-04-15
    • 文件大小:7.33kb
    • 提供者:wangmingyu
  1. KpiWritable3

    0下载:
  2. mapreduce 自定义文件格式 继承writable接口-hadoop mapreduce writbale
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:
  1. InvertedIndex

    0下载:
  2. 基于MapReduce的InvertedIndex实现(InvertedIndex implementation based on MapReduce.)
  3. 所属分类:并行计算

    • 发布日期:
    • 文件大小:1.19mb
    • 提供者:Gmi
  1. MapReduce源码1

    0下载:
  2. 在hadoop云平台实现单表关联、多变关联(Implementation of single table Association and variable association on Hadoop cloud platform)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:43kb
    • 提供者:瑾love
  1. 单表关联

    0下载:
  2. 在hadoop MapReduce实现单表关联表连接(Implementation of table connections, projection, difference, and so on in Hadoop MapReduce)
  3. 所属分类:并行计算

    • 发布日期:2018-04-29
    • 文件大小:14kb
    • 提供者:瑾宝
搜珍网 www.dssz.com