Interface OutputFormatBuilder.OutputOptions<T>
- Enclosing interface:
- OutputFormatBuilder
public static interface OutputFormatBuilder.OutputOptions<T>
Builder options
- Since:
- 2.0.0
- 
Method SummaryModifier and TypeMethodDescriptioncreateTables(boolean value) Enables the directive to create new tables, as necessary.defaultTable(String tableName) Sets the default table name to use if one emits a null in place of a table name for a given mutation.voidFinish configuring, verify and serialize options into the Job or JobConf
- 
Method Details- 
defaultTableSets the default table name to use if one emits a null in place of a table name for a given mutation. Table names can only be alpha-numeric and underscores.- Parameters:
- tableName- the table to use when the tablename is null in the write call
 
- 
createTablesEnables the directive to create new tables, as necessary. Table names can only be alpha-numeric and underscores.By default, this feature is disabled. 
- 
storeFinish configuring, verify and serialize options into the Job or JobConf
 
-