@InterfaceAudience.Public @InterfaceStability.Stable public class TableOutputFormat extends <any>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TableOutputFormat.TableRecordWriter
Convert Reduce output (key, value) to (HStoreKey, KeyedDataArrayWritable)
and write to an HBase table.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OUTPUT_TABLE
JobConf parameter that specifies the output table
|
| Constructor and Description |
|---|
TableOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkOutputSpecs(FileSystem ignored,
JobConf job) |
RecordWriter |
getRecordWriter(FileSystem ignored,
JobConf job,
java.lang.String name,
Progressable progress) |
public static final java.lang.String OUTPUT_TABLE
public RecordWriter getRecordWriter(FileSystem ignored,
JobConf job,
java.lang.String name,
Progressable progress)
throws java.io.IOException
java.io.IOExceptionpublic void checkOutputSpecs(FileSystem ignored,
JobConf job)
throws FileAlreadyExistsException,
InvalidJobConfException,
java.io.IOException
FileAlreadyExistsExceptionInvalidJobConfExceptionjava.io.IOException