@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 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,
               String name,
               Progressable progress)  | 
public static final String OUTPUT_TABLE
public RecordWriter getRecordWriter(FileSystem ignored,
                                    JobConf job,
                                    String name,
                                    Progressable progress)
                             throws IOException
IOExceptionpublic void checkOutputSpecs(FileSystem ignored,
                             JobConf job)
                      throws FileAlreadyExistsException,
                             InvalidJobConfException,
                             IOException
FileAlreadyExistsExceptionInvalidJobConfExceptionIOException