Designing jobs that use the HBase connector

You can use the HBase connector to develop jobs that read, write, and load data.

Procedure

  1. Define a job that contains the HBase Connector stage.
  2. Define a connection to HBase data source.
  3. To set up the HBase Connector stage as a source stage to read data from the HBase table, complete the following steps
    1. Configure the HBase connector stage as a source.
    2. Set up column definitions on the output link.
    Note: The HBase Connector does not support reject link for read operation.
  4. To set up the HBase Connector stage as a target stage to write data from the HBase table, complete the following steps
    1. Configure the HBase connector stage as a target.
    2. Set up column definitions.
  5. Compile and run the job.