Accessing stderr with Hadoop Streaming

2009-06-23 Thread S D
Is there a way to access stderr when using Hadoop Streaming? I see how stdout is written to the log files but I'm more concerned about what happens when errors occur. Access to stderr would help debug when a run doesn't complete successfully but I haven't been able to figure out how to retrieve

Re: Accessing stderr with Hadoop Streaming

2009-06-23 Thread Mayuran Yogarajah
S D wrote: Is there a way to access stderr when using Hadoop Streaming? I see how stdout is written to the log files but I'm more concerned about what happens when errors occur. Access to stderr would help debug when a run doesn't complete successfully but I haven't been able to figure out how