protected static class TableOutputFormat.TableRecordWriter extends Object implements org.apache.hadoop.mapred.RecordWriter<ImmutableBytesWritable,Put>
| Modifier and Type | Field and Description |
|---|---|
private BufferedMutator |
m_mutator |
| Constructor and Description |
|---|
TableOutputFormat.TableRecordWriter(BufferedMutator mutator)
Instantiate a TableRecordWriter with the HBase HClient for writing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close(org.apache.hadoop.mapred.Reporter reporter) |
void |
write(ImmutableBytesWritable key,
Put value) |
private BufferedMutator m_mutator
public TableOutputFormat.TableRecordWriter(BufferedMutator mutator) throws IOException
conn.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–2019 The Apache Software Foundation. All rights reserved.