You can also see the logs from the web UI (http://<jobtracker>:50030 by default), by clicking through to the map or reduce task that you are interested in and looking at the page for task attempts.
Tom On Wed, Dec 10, 2008 at 10:41 PM, Tarandeep Singh <[EMAIL PROTECTED]> wrote: > you can see the output in hadoop log directory (if you have used default > settings, it would be $HADOOP_HOME/logs/userlogs) > > On Wed, Dec 10, 2008 at 1:31 PM, David Coe <[EMAIL PROTECTED]> wrote: > >> I've noticed that if I put a system.out.println in the run() method I >> see the result on my console. If I put it in the map or reduce class, I >> never see the result. Where does it go? Is there a way to get this >> result easily (eg dump it in a log file)? >> >> David >> >
