springhadoop:从自己的Map器/还原器进行日志记录

ctzwtxfj  于 2021-06-04  发布在  Hadoop
关注(0)|答案(1)|浏览(315)

我基本上运行spring hadoop示例来自:https://github.com/spring-projects/spring-hadoop-samples/tree/master/mapreduce
不同的是,我有自己的mapper和reducer类。
我的问题是,如何从我的mapper/reducer中查看日志?
使用log4j.properties,我可以更改org.apache.hadoop和org.springframework.data.hadoop类的日志记录级别,而且工作正常。
我无法从我的类中启用日志。

myss37ts

myss37ts1#

可以通过jobtracker web界面查看mapper和reduer日志:
http://hadoop.apache.org/docs/r0.19.0/quickstart.html

相关问题