Re: Logging in Hadoop Stream jobs

2009-05-10 Thread Billy Pearson
When I was looking to capture debugging data about my scripts I would just write to stderr stream in php it like fwrite(STDERR,message you want here); then it get captured in the task logs when you view the detail of each task. Billy Mayuran Yogarajah mayuran.yogara...@casalemedia.com wrote

Logging in Hadoop Stream jobs

2009-05-08 Thread Mayuran Yogarajah
How do people handle logging in a Hadoop stream job? I'm currently looking at using syslog for this but would like to know of other ways people are doing this currently. thanks