public static class CrawlDbReader.CrawlDatumCsvOutputFormat extends FileOutputFormat<Text,CrawlDatum>
Modifier and Type | Class and Description |
---|---|
protected static class |
CrawlDbReader.CrawlDatumCsvOutputFormat.LineRecordWriter |
FileOutputFormat.Counter
BASE_OUTPUT_NAME, COMPRESS, COMPRESS_CODEC, COMPRESS_TYPE, OUTDIR, PART
Constructor and Description |
---|
CrawlDatumCsvOutputFormat() |
Modifier and Type | Method and Description |
---|---|
RecordWriter<Text,CrawlDatum> |
getRecordWriter(TaskAttemptContext context) |
checkOutputSpecs, getCompressOutput, getDefaultWorkFile, getOutputCommitter, getOutputCompressorClass, getOutputName, getOutputPath, getPathForWorkFile, getUniqueFile, getWorkOutputPath, setCompressOutput, setOutputCompressorClass, setOutputName, setOutputPath
public RecordWriter<Text,CrawlDatum> getRecordWriter(TaskAttemptContext context) throws IOException
getRecordWriter
in class FileOutputFormat<Text,CrawlDatum>
IOException
Copyright © 2021 The Apache Software Foundation