我基本上运行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类的日志记录级别,而且工作正常。
我无法从我的类中启用日志。
1条答案
按热度按时间myss37ts1#
可以通过jobtracker web界面查看mapper和reduer日志:
http://hadoop.apache.org/docs/r0.19.0/quickstart.html