org.apache.hadoop.streaming
Class StreamLineRecordReader

java.lang.Object
  extended by org.apache.hadoop.mapred.LineRecordReader
      extended by org.apache.hadoop.mapred.KeyValueLineRecordReader
          extended by org.apache.hadoop.streaming.StreamLineRecordReader
All Implemented Interfaces:
RecordReader

Deprecated.

public class StreamLineRecordReader
extends KeyValueLineRecordReader

same as org.apache.hadoop.mapred.KeyValueLineRecordReader


Constructor Summary
StreamLineRecordReader(Configuration job, FileSplit split)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapred.KeyValueLineRecordReader
createKey, findSeparator, getKeyClass, next
 
Methods inherited from class org.apache.hadoop.mapred.LineRecordReader
close, createValue, getPos, getProgress, readLine, readLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamLineRecordReader

public StreamLineRecordReader(Configuration job,
                              FileSplit split)
                       throws IOException
Deprecated. 
Throws:
IOException


Copyright © 2006 The Apache Software Foundation