views:

11

answers:

1

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.

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