Skip to main content

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 – let us know how we can improve!