三、MapReduce理解

一、第一個MapReduce應用程序     1.實現繼承Mapper的類:WordCountMapper // 實現Map程序 public static class WordCountMapper extends Mapper<LongWritable,Text,Text,LongWritable>{ public void map(LongWritable key, Text
相關文章
相關標籤/搜索