For the complete documentation index, see llms.txt. This page is also available as Markdown.

HBase Input

This step reads data from an HBase table according to user-defined column metadata. HBase is a distributed, column-oriented database that provides random read and write access to the Hadoop File System. HBase stores all data as raw bytes without any associated metadata. A mapping provides metadata that allows the step to decode the binary values properly.

Last updated

Was this helpful?