Exchanging customer data with HBase - Cloud - 8.0

HBase

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > NoSQL components > HBase components
Data Quality and Preparation > Third-party systems > NoSQL components > HBase components
Design and Development > Third-party systems > NoSQL components > HBase components
Last publication date
2024-02-20

This scenario applies only to Talend products with Big Data.

For more technologies supported by Talend, see Talend components.

In this scenario, a six-component Job is used to exchange customer data with a given HBase.

The six components are:
  • tHBaseConnection: creates a connection to your HBase database.

  • tFixedFlowInput: creates the data to be written into your HBase. In the real use case, this component could be replaced by the other input components like tFileInputDelimited.

  • tHBaseOutput: writes the data it receives from the preceding component into your HBase.

  • tHBaseInput: extracts the columns of interest from your HBase.

  • tLogRow: presents the execution result.

  • tHBaseClose: closes the transaction.

To replicate this scenario, proceed as the following sections illustrate.

Note:

Before starting the replication, your Hbase and Zookeeper service should have been correctly installed and well configured. This scenario explains only how to use Talend solution to make data transaction with a given HBase.