protected static class CrawlDbReader.CrawlDatumCsvOutputFormat.LineRecordWriter extends RecordWriter<Text,CrawlDatum>
Constructor and Description |
---|
LineRecordWriter(java.io.DataOutputStream out) |
Modifier and Type | Method and Description |
---|---|
void |
close(TaskAttemptContext context) |
void |
write(Text key,
CrawlDatum value) |
public void write(Text key, CrawlDatum value) throws java.io.IOException
write
in class RecordWriter<Text,CrawlDatum>
java.io.IOException
public void close(TaskAttemptContext context) throws java.io.IOException
close
in class RecordWriter<Text,CrawlDatum>
java.io.IOException
Copyright © 2018 The Apache Software Foundation