Hadoop—MapReduce练习(数据去重、数据排序、平均成绩、倒排索引)

1.  wordcount程序 先以简单的wordcount为例。html Mapper:java package cn.nuc.hadoop.mapreduce.wordcount; import java.io.IOException; import org.apache.commons.lang.StringUtils; import org.apache.hadoop.io.IntWr
相关文章
相关标签/搜索