Streaming, NPE when reading sequencefile
-----------------------------------------
Key: HADOOP-1109
URL: https://issues.apache.org/jira/browse/HADOOP-1109
Project: Hadoop
Issue Type: Bug
Components: contrib/streaming
Affects Versions: 0.12.0, 0.11.2, 0.11.1, 0.11.0
Reporter: Koji Noguchi
When using StreamSequenceRecordReader, I get
java.lang.NullPointerException
at
org.apache.hadoop.streaming.StreamInputFormat.getRecordReader(StreamInputFormat.java:127)
at org.apache.hadoop.mapred.MapTask.run(MapTask.java:139)
at
org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1445)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.