I found the log messages. For anyone who is interested, see this post: http://stackoverflow.com/questions/7305015/how-to-log-messages-from-hadoop
Christian 2013/6/20 Christian Krause <[email protected]> > Hi, > I can't find the log messages produced by my compute() method in my logs. > My messages are debug messages and I have set the property > > hadoop.root.logger=DEBUG.console > > in my log4j.properties. > > What else do I need to do to see my log messages? Should they appear in > the normal job log? Or on the console? > > Cheers, > Christian >
