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" <[email protected]> wrote in message news:[email protected]...
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



Reply via email to