美文网首页
hadoop debug方法

hadoop debug方法

作者: SpringWolfM | 来源:发表于2019-06-11 07:31 被阅读0次

    1. 用 context.getCounter(xx).increment(1)分步增加

    2. 用循环

    context.getCounter("wordcount", word); //只是输出单词
    context.getCounter("wordcount", word).increment(1); //输出单词本身和单词的个数
    

    输出结果,在hadoop跑的命令行的输出结果中输出单词


    输出结果

    相关文章

      网友评论

          本文标题:hadoop debug方法

          本文链接:https://www.haomeiwen.com/subject/nsoxfctx.html