public static class IndexedStorage.IndexedStorageOutputFormat extends PigTextOutputFormat
Modifier and Type | Class and Description |
---|---|
static class |
IndexedStorage.IndexedStorageOutputFormat.IndexedStorageRecordWriter
Internal class to do the actual record writing and index generation
|
PigTextOutputFormat.PigLineRecordWriter
Modifier and Type | Field and Description |
---|---|
protected int[] |
offsetsToIndexKeys
Offsets to index keys in given tuple
|
Constructor and Description |
---|
IndexedStorageOutputFormat(byte delimiter,
int[] offsetsToIndexKeys) |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
protected final int[] offsetsToIndexKeys
public IndexedStorageOutputFormat(byte delimiter, int[] offsetsToIndexKeys)
public org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context) throws IOException, InterruptedException
getRecordWriter
in class PigTextOutputFormat
IOException
InterruptedException
Copyright © 2007-2017 The Apache Software Foundation