T - The Java type of the Trevni data to write.public class AvroTrevniKeyRecordWriter<T> extends AvroTrevniRecordWriterBase<AvroKey<T>,NullWritable,T>
EXT, meta, META_PREFIX, part, schema, writer| Constructor and Description | 
|---|
| AvroTrevniKeyRecordWriter(TaskAttemptContext context)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Schema | initSchema(TaskAttemptContext context)Use the task context to construct a schema for writing | 
| void | write(AvroKey<T> key,
     NullWritable value) | 
close, flushpublic AvroTrevniKeyRecordWriter(TaskAttemptContext context) throws IOException
context - The TaskAttempContext to supply the writer with information
                form the job configurationIOExceptionpublic void write(AvroKey<T> key, NullWritable value) throws IOException, InterruptedException
write in class RecordWriter<AvroKey<T>,NullWritable>IOExceptionInterruptedExceptionprotected Schema initSchema(TaskAttemptContext context)
initSchema in class AvroTrevniRecordWriterBase<AvroKey<T>,NullWritable,T>Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.