Hive Metadata Store
Prerequisites
1. Ensure Network Connectivity
2. Add Table Configuration
tables:
- source_topic: "example_topic"
...
hive_table_config:
enabled: true
thrift_uri: "thrift://<hive-metastore-host>:9083"
namespace: "<hive-database-name>"
table_name: "<hive-table-name>"
schema:
...Required Parameters
3. Query the Data
How It Works
Last updated
Was this helpful?