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