Hadoop 实战

一,WordCount开发(Map-Reduce开发模板) //Map阶段 需要继承Mapper,并重写map方法 public static class WordCountMapper extends Mapper<LongWritable,Text, Text, IntWritable>{         @Override         protected void map(LongWri
相关文章
相关标签/搜索