org.apache.hadoop.hive.ql.exec
Class TextRecordReader
java.lang.Object
org.apache.hadoop.hive.ql.exec.TextRecordReader
- All Implemented Interfaces:
- RecordReader
public class TextRecordReader
- extends Object
- implements RecordReader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextRecordReader
public TextRecordReader()
initialize
public void initialize(InputStream in,
org.apache.hadoop.conf.Configuration conf)
throws IOException
- Specified by:
initialize
in interface RecordReader
- Throws:
IOException
createRow
public org.apache.hadoop.io.Writable createRow()
throws IOException
- Specified by:
createRow
in interface RecordReader
- Throws:
IOException
next
public int next(org.apache.hadoop.io.Writable row)
throws IOException
- Specified by:
next
in interface RecordReader
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface RecordReader
- Throws:
IOException
Copyright © 2009 The Apache Software Foundation