I want to debug a mapreduce script, and without going into much trouble tried to put some print statements in my program. But I cant seem to find them in any of the logs.
views:
11answers:
1
A:
I think I figured this one out, it just sends the output to stdout, my issue was that I did not have a working mapreduce which is why I did not see those lines printed out.
Senthil
2010-07-08 20:01:40