protected static class TableOutputFormat.TableRecordWriter extends Object implements org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,Put>
| Constructor and Description |
|---|
TableRecordWriter(BufferedMutator mutator)
Deprecated.
Please use
#TableRecordWriter(JobConf) This version does not clean up
connections and will leak connections (removed in 2.0) |
TableRecordWriter(org.apache.hadoop.mapred.JobConf job)
Instantiate a TableRecordWriter with a BufferedMutator for batch writing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapred.Reporter reporter) |
void |
write(ImmutableBytesWritable key,
Put value) |
@Deprecated public TableRecordWriter(BufferedMutator mutator) throws IOException
#TableRecordWriter(JobConf) This version does not clean up
connections and will leak connections (removed in 2.0)IOExceptionpublic TableRecordWriter(org.apache.hadoop.mapred.JobConf job)
throws IOException
IOExceptionpublic void close(org.apache.hadoop.mapred.Reporter reporter)
throws IOException
close in interface org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,Put>IOExceptionpublic void write(ImmutableBytesWritable key, Put value) throws IOException
write in interface org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,Put>IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.