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 in message
news:4a049154.6070...@casalemedia.com...
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