Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.14.1
-
None
-
None
Description
One streaming task hang and had stderr userlog as follows.
Exception in thread "Thread-5" java.lang.NullPointerException
at java.lang.Throwable.printStackTrace(Throwable.java:460)
at org.apache.hadoop.streaming.PipeMapRed$MROutputThread.run(PipeMapRed.java:352)
In PipeMapRed.java
351 } catch (IOException io) {
352 io.printStackTrace(log_);
353 outerrThreadsThrowable = io;
I guess log_ is Null... Should call logStackTrace.