tHBaseConfiguration
|
Enables the reuse of the connection configuration to HBase in the same
Job. |
tHBaseDeleteRows
|
Removes rows with data from a given HBase database table by row keys. |
tHBaseLookupInput
|
Provides lookup data to the main flow of a streaming Job. |
tHBaseClose
|
Closes an HBase connection you have established in your Job. |
tHBaseConnection
|
Establishes an HBase connection to be reused by other HBase components in your
Job. |
tHBaseDeleteRow
|
Deletes row with data from a given HBase table. |
tHBaseInput
|
Reads data from a given HBase database and extracts columns of
selection. |
tHBaseNamespace
|
Creates a namespace for HBase tables. |
tHBaseOutput
|
Writes columns of data into a given HBase database. |
tHBaseTable
|
Creates or deletes HBase tables. |