protected class TableOutputFormat.TableRecordWriter extends org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation>
| Constructor and Description |
|---|
TableOutputFormat.TableRecordWriter() |
public TableOutputFormat.TableRecordWriter()
throws IOException
IOExceptionpublic void close(org.apache.hadoop.mapreduce.TaskAttemptContext context)
throws IOException
close in class org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation>context - The context.IOException - When closing the writer fails.RecordWriter.close(TaskAttemptContext)public void write(KEY key, Mutation value) throws IOException
write in class org.apache.hadoop.mapreduce.RecordWriter<KEY,Mutation>key - The key.value - The value.IOException - When writing fails.RecordWriter.write(Object, Object)Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.