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