org.apache.hadoop.chukwa.extraction.demux
Class ChukwaRecordOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapred.FileOutputFormat<K,V>
      extended by org.apache.hadoop.mapred.lib.MultipleOutputFormat<K,V>
          extended by org.apache.hadoop.mapred.lib.MultipleSequenceFileOutputFormat<ChukwaRecordKey,ChukwaRecord>
              extended by org.apache.hadoop.chukwa.extraction.demux.ChukwaRecordOutputFormat
All Implemented Interfaces:
org.apache.hadoop.mapred.OutputFormat<ChukwaRecordKey,ChukwaRecord>

public class ChukwaRecordOutputFormat
extends org.apache.hadoop.mapred.lib.MultipleSequenceFileOutputFormat<ChukwaRecordKey,ChukwaRecord>


Constructor Summary
ChukwaRecordOutputFormat()
           
 
Method Summary
protected  String generateFileNameForKeyValue(ChukwaRecordKey key, ChukwaRecord record, String name)
           
 
Methods inherited from class org.apache.hadoop.mapred.lib.MultipleSequenceFileOutputFormat
getBaseRecordWriter
 
Methods inherited from class org.apache.hadoop.mapred.lib.MultipleOutputFormat
generateActualKey, generateActualValue, generateLeafFileName, getInputFileBasedOutputFileName, getRecordWriter
 
Methods inherited from class org.apache.hadoop.mapred.FileOutputFormat
checkOutputSpecs, getCompressOutput, getOutputCompressorClass, getOutputPath, getPathForCustomFile, getTaskOutputPath, getUniqueName, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChukwaRecordOutputFormat

public ChukwaRecordOutputFormat()
Method Detail

generateFileNameForKeyValue

protected String generateFileNameForKeyValue(ChukwaRecordKey key,
                                             ChukwaRecord record,
                                             String name)
Overrides:
generateFileNameForKeyValue in class org.apache.hadoop.mapred.lib.MultipleOutputFormat<ChukwaRecordKey,ChukwaRecord>


Copyright © ${year} The Apache Software Foundation