搜索资源列表
Source
- 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
MapReduce-WordCount
- 并行计算课程实验,C++实现的基于mapreduce模型的WordCount程序。-Experimental parallel computing course, C++ implementation of the model based on mapreduce WordCount program.
MapReduce-Wordcount
- MapReduce-Wordcount例子-MapReduce-Wordcount example
WordCount
- 单词计数,从文本文件读取单词并进行统计-hadoop examples
WordCount
- 计算文件中的词的出现的数目,并行算法,通过并行的思想,部分代码,利用mapreduce实现-parallel algorithm for count the num of every word。
MapReduce
- linux下C语言实现的MapReduce算法的WordCount算法,可以统计一个文件夹下文件中单词出现的频率-WordCount algorithm of the C language implementation of the MapReduce algorithm under linux, statistics folder frequency word appears in the following file
wordcount
- 并行计算实验,wordcount算法Mapreduce实现。-Parallel computing the experiment, wordcount algorithm Mapreduce achieve.
accepted
- hadoop的wordcount源码,用来计数单词的个数。-hadoop wordcount source, used to count the number of words.
wordcount
- hadoop下基于mapreduce的wordcount程序-the wordcount procedures hadoop based on MapReduce
WordCountahadoop1.1.2
- 给予Hadoop的WordCount算法,经典,hadoop版本是1.1.2的-hadoop WordCount
wordcount-test
- hadoop 2.4.1de wordcount功能性描述-the wordcount of hadoop runs right
Project-wordcount
- 基于hadoop的单词计数,内附开发说明文档以及完整的实现代码-Hadoop-based word count
