You can use the HBase connector to develop jobs that read, write, and load
data.
Procedure
-
Define a job that contains the HBase Connector
stage.
-
Define a connection to HBase data source.
-
To set up the HBase Connector stage as a source stage to read data from the HBase table,
complete the following steps
-
Configure the HBase connector stage as a
source.
-
Set up column definitions on the output
link.
Note: The HBase Connector does not support reject link for read operation.
-
To set up the HBase Connector stage as a target stage to write data from the HBase table,
complete the following steps
-
Configure the HBase connector stage as a
target.
-
Set up column definitions.
-
Compile and run the job.