Please check userlogs directory----- Original Message ----- From: "David Coe" <[EMAIL PROTECTED]>
To: <[email protected]> Sent: Thursday, December 11, 2008 5:31 AM Subject: When I system.out.println() in a map or reduce, where does it go?
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
