|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mapreduce.OutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.TextOutputFormat<org.apache.hadoop.io.WritableComparable,Tuple>
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextOutputFormat
org.apache.pig.piggybank.storage.IndexedStorage.IndexedStorageOutputFormat
public static class IndexedStorage.IndexedStorageOutputFormat
Internal OutputFormat class
Nested Class Summary | |
---|---|
static class |
IndexedStorage.IndexedStorageOutputFormat.IndexedStorageRecordWriter
Internal class to do the actual record writing and index generation |
Nested classes/interfaces inherited from class org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigTextOutputFormat |
---|
PigTextOutputFormat.PigLineRecordWriter |
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.TextOutputFormat |
---|
org.apache.hadoop.mapreduce.lib.output.TextOutputFormat.LineRecordWriter<K,V> |
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat |
---|
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.Counter |
Field Summary | |
---|---|
protected int[] |
offsetsToIndexKeys
Offsets to index keys in given tuple |
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat |
---|
BASE_OUTPUT_NAME, PART |
Constructor Summary | |
---|---|
IndexedStorage.IndexedStorageOutputFormat(byte delimiter,
int[] offsetsToIndexKeys)
|
Method Summary | |
---|---|
org.apache.hadoop.mapreduce.RecordWriter<org.apache.hadoop.io.WritableComparable,Tuple> |
getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
|
Methods inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat |
---|
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final int[] offsetsToIndexKeys
Constructor Detail |
---|
public IndexedStorage.IndexedStorageOutputFormat(byte delimiter, int[] offsetsToIndexKeys)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |