Debugging hadoop applications

Posted by Deepak Konidena on Stack Overflow See other posts from Stack Overflow or by Deepak Konidena
Published on 2010-05-14T14:31:37Z Indexed on 2010/05/14 14:34 UTC
Read the original article Hit count: 352

Filed under:
|

Hi,

I tried printing out values using System.out.println(), but they won't appear on the console. How do i print out the values in a map/reduce application for debugging purposes using Hadoop?

Thanks, Deepak.

© Stack Overflow or respective owner

Related posts about hadoop

Related posts about mapreduce