三、MapReduce理解

一、第一个MapReduce应用程序     1.实现继承Mapper的类:WordCountMapper // 实现Map程序 public static class WordCountMapper extends Mapper<LongWritable,Text,Text,LongWritable>{ public void map(LongWritable key, Text
相关文章
相关标签/搜索