Skip to main content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

tHBaseInput example

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\"",
	}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!