Interface InputFormatBuilder.TableParams<T>
- All Known Subinterfaces:
InputFormatBuilder.InputFormatOptions<T>
- Enclosing interface:
- InputFormatBuilder
public static interface InputFormatBuilder.TableParams<T>
Required params for builder
- Since:
- 2.0
-
Method Summary
-
Method Details
-
table
Sets the name of the input table, over which this job will scan. At least one table is required before calling store(Job)- Parameters:
tableName
- the table to use when the tablename is null in the write call
-
store
Finish configuring, verify and serialize options into the JobConf or Job
-