搜索资源列表
Source
- 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
My_TDIF2
- Mapreduce实现的TF-IDF词频统计分析,可以直接运行于HADOOP环境下,适合初学者。-Realization Mapreduce TF-IDF, word frequency statistics, can be run directly in the the under HADOOP environment, suitable for beginners.
kfs-0.3.tar
- 来自startup的垂直搜索引擎http://www.kosmix.com/的开源项目,又一个开源的类似google mapreduce 的分布式文件系统,可以应用在诸如图片存储、搜索引擎、网格计算、数据挖掘这样需要处理大数据量的网络应用中。与hadoop集成得也比较好,这样可以充分利用了hadoop一些现成的功能,基于C++。-Applications that process large volumes of data (such as, search engines, grid compu
v0.01
- 用C语言写的云计算环境下的整数求和,hadoop,mapreduce-Cloud computing environment the maximum number of summation
HadoopStreaming.tar
- 在使用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
dtcptest
- hadoop下基于dfs的文件上传,下载,删除功能,以及mapreduce分布式计算解析实例 -hadoop based dfs file upload, download and delete functions, as well as mapreduce distributed computing parse instance
hadoop-eclipse-plugin-1.0.3.jar.tar
- 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
mapred
- hadoop mapreduce测试样例,文档,源码-hadoop mapreduce test samples, documentation, source code
wordcount
- hadoop下基于mapreduce的wordcount程序-the wordcount procedures hadoop based on MapReduce
MapReduce
- Hadoop MapReduce 实现倒排索引-Hadoop MapReduce
DataGeneration
- hadoop下mapreduce程序,实现对搜索日志文件中关键词的统计,通过并行运算得到结果-Under hadoop mapreduce program to realize the log file keyword search statistics, the results obtained by means of parallel computing
intel-Hadoop
- 英特尔Hadoop发行版开发者指南,主要介绍mapreduce、hbase等源代码的详解。-Intel releases Hadoop Developer s Guide, introduces Detailed mapreduce, hbase such as source code.
mapr
- 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
sort
- 使用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
KpiWritable3
- mapreduce 自定义文件格式 继承writable接口-hadoop mapreduce writbale
apriorimapred-code-fb93f920e5c6c17b82516d3dba5a83
- Frequent itemsets searching using hadoop mapreduce
HadoopApriori-master
- Java implementation example of hadoop mapreduce
InvertedIndex
- 基于MapReduce的InvertedIndex实现(InvertedIndex implementation based on MapReduce.)
MapReduce源码1
- 在hadoop云平台实现单表关联、多变关联(Implementation of single table Association and variable association on Hadoop cloud platform)
单表关联
- 在hadoop MapReduce实现单表关联表连接(Implementation of table connections, projection, difference, and so on in Hadoop MapReduce)