激昂往事

文章
5
资源
0
加入时间
2年10月18天

如何查看mapreduce日志

hadoop代码,由main开始呼出map和reduce的,在main里面写system.out是可以得到输出内容的,但是在map和reduce中就没那么简单了。执行中的log能看到,但是执行完了,就没有了!参照了下面的文章http://blog.csdn.net/infovisthinker/article/details/453700891 对mr-jobh