tHBaseInput example - Cloud - 8.0

Talend Job Script Reference Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend CommandLine
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2024-02-22

In the following example, the tHBaseInput component is configured to read data from a HortonWorks HBase table named hbase_employees. The HBase version is HortonWorks Data Platform 2.5.0, the name of the the Zookeeper service is hbase, and client listening port number is 2181.

	setSettings {
		DISTRIBUTION : "HORTONWORKS",
		HBASE_VERSION : "HDP_2_5",
		ZOOKEEPER_QUORUM : "\"hbase\"",
		ZOOKEEPER_CLIENT_PORT : "\"2181\"",
		TABLE : "\"hbase_employees\"",
	}