public static class IndexedStorage.IndexedStorageOutputFormat.IndexedStorageRecordWriter extends PigTextOutputFormat.PigLineRecordWriter
| Constructor and Description |
|---|
IndexedStorageRecordWriter(org.apache.hadoop.fs.FSDataOutputStream fileOut,
byte fieldDel,
IndexedStorage.IndexManager indexManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
void |
write(org.apache.hadoop.io.WritableComparable key,
Tuple value) |
public IndexedStorageRecordWriter(org.apache.hadoop.fs.FSDataOutputStream fileOut,
byte fieldDel,
IndexedStorage.IndexManager indexManager)
throws java.io.IOException
java.io.IOExceptionpublic void write(org.apache.hadoop.io.WritableComparable key,
Tuple value)
throws java.io.IOException
write in class PigTextOutputFormat.PigLineRecordWriterjava.io.IOExceptionpublic void close(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws java.io.IOException
java.io.IOExceptionCopyright © 2007-2016 The Apache Software Foundation