灵巧战斗机

文章
7
资源
0
加入时间
3年0月8天

使用IDEA实现MapReduce的WordCount程序分析需求:代码分析:

分析需求:WordCount的主要需求就是统计单词出现的数量,处理过程分为Map阶段和Reduce阶段。代码分析:Mapper类:public class WordCountMapper extends Mapper<LongWritable, Text,Text, IntWritable> { Text txt = new Text(); IntWritable intWritable = new IntWritable(); @Override

ubuntu 有线连接不上

首先,确定IP、DNS等等正确可用 其次,/etc/NetworkManager/NetworkManager.conf,设置managed=true, 最后,reboot 解决ubuntu有线连接不上的问题