eclipse 运行mapreduce去重程序报空值异常

查看数: 11786 | 评论数: 1 | 收藏 0
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2015-6-14 17:00

正文摘要:

public class DataDistinct { public static class Map extends Mapper<Object,Text,Text,Text>{   private static Text line=new Text();   public void map(Object key,Text val ...

回复

tntzbzc 发表于 2015-6-14 21:58:44
这里不对

context.write(line, new Text(""));
new Text("")为空了。
关闭

推荐上一条 /2 下一条