Interface OutputFormatBuilder.OutputOptions<T>
- Enclosing interface:
- OutputFormatBuilder
public static interface OutputFormatBuilder.OutputOptions<T>
Builder options
- Since:
- 2.0
-
Method Summary
Modifier 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.void
Finish configuring, verify and serialize options into the Job or JobConf
-
Method Details
-
defaultTable
Sets 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
-
createTables
Enables the directive to create new tables, as necessary. Table names can only be alpha-numeric and underscores.By default, this feature is disabled.
-
store
Finish configuring, verify and serialize options into the Job or JobConf
-