(EXPERIMENTAL) Beam Hive Catalog Input
DescriptionThe Beam Hive Catalog input transform reads data from an Apache Hive metastore.
|
Supported Engines
|
Options
| Option | Description |
|---|---|
Transform name |
Name of the transform, this name has to be unique in a single pipeline. |
Hive Metastore URI |
The Thrift metastore URI needs to be in format |
Database name |
Database name used in the metastore. |
Table name |
Table name used in the metastore |
Limitations
At this point in time this transform is still in an experimental phase.
It can not yet detect and cast field types, all data is returned in a single string which is separated by the ; character. Use a split fields transform to split the data into fields.