Package org.apache.nutch.segment
Class SegmentReader.TextOutputFormat
java.lang.Object
org.apache.hadoop.mapreduce.OutputFormat<K,V>
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat<WritableComparable<?>,Writable>
org.apache.nutch.segment.SegmentReader.TextOutputFormat
- Enclosing class:
- SegmentReader
public static class SegmentReader.TextOutputFormat
extends FileOutputFormat<WritableComparable<?>,Writable>
Implements a text output format
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
FileOutputFormat.Counter -
Field Summary
Fields inherited from class org.apache.hadoop.mapreduce.lib.output.FileOutputFormat
BASE_OUTPUT_NAME, COMPRESS, COMPRESS_CODEC, COMPRESS_TYPE, OUTDIR, PART -
Constructor Summary
Constructors -
Method Summary
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
-
Constructor Details
-
TextOutputFormat
public TextOutputFormat()
-
-
Method Details
-
getRecordWriter
public RecordWriter<WritableComparable<?>,Writable> getRecordWriter(TaskAttemptContext context) throws IOException, InterruptedException - Specified by:
getRecordWriterin classFileOutputFormat<WritableComparable<?>,Writable> - Throws:
IOExceptionInterruptedException
-