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

    Modifier and Type
    Method
    Description
    void
    store(T j)
    Finish configuring, verify and serialize options into the JobConf or Job
    table(String tableName)
    Sets the name of the input table, over which this job will scan.