public abstract class GenericTableOutputFormat extends Object implements OutputFormat<Record>
| Modifier and Type | Field and Description |
|---|---|
static String |
JOB_ID_KEY |
static String |
JT_ID_KEY |
| Constructor and Description |
|---|
GenericTableOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
collectKeyValue(org.apache.hadoop.hbase.KeyValue kv) |
void |
configure(Configuration parameters) |
abstract org.apache.hadoop.conf.Configuration |
getHadoopConfig(Configuration config) |
void |
open(int taskNumber,
int numTasks) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteRecordpublic static final String JT_ID_KEY
public static final String JOB_ID_KEY
public void configure(Configuration parameters)
configure in interface OutputFormat<Record>public void open(int taskNumber,
int numTasks)
throws IOException
open in interface OutputFormat<Record>IOExceptionpublic void close()
throws IOException
close in interface OutputFormat<Record>IOExceptionpublic void collectKeyValue(org.apache.hadoop.hbase.KeyValue kv)
throws IOException
IOExceptionpublic abstract org.apache.hadoop.conf.Configuration getHadoopConfig(Configuration config)
Copyright © 2013–2014. All rights reserved.