org.apache.accumulo.server.metanalysis
Class LogFileOutputFormat

java.lang.Object
  extended by org.apache.hadoop.mapreduce.OutputFormat<K,V>
      extended by org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<LogFileKey,LogFileValue>
          extended by org.apache.accumulo.server.metanalysis.LogFileOutputFormat

public class LogFileOutputFormat
extends org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<LogFileKey,LogFileValue>

Output format for Accumulo write ahead logs.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat.Counter
 
Field Summary
 
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
BASE_OUTPUT_NAME, PART
 
Constructor Summary
LogFileOutputFormat()
           
 
Method Summary
 org.apache.hadoop.mapreduce.RecordWriter<LogFileKey,LogFileValue> 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
 

Constructor Detail

LogFileOutputFormat

public LogFileOutputFormat()
Method Detail

getRecordWriter

public org.apache.hadoop.mapreduce.RecordWriter<LogFileKey,LogFileValue> getRecordWriter(org.apache.hadoop.mapreduce.TaskAttemptContext context)
                                                                                  throws IOException,
                                                                                         InterruptedException
Specified by:
getRecordWriter in class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<LogFileKey,LogFileValue>
Throws:
IOException
InterruptedException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.