mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-15 04:59:50 +00:00

* Prepare Docs V1 structure * Point to the v1.0.0 images dir * Use the same ssh key * Use new key * Add connectors icons * Update images
638 B
638 B
title | slug |
---|---|
Hive Connector Troubleshooting | /connectors/database/hive/troubleshooting |
Troubleshooting
Learn how to resolve the most common problems people encounter in the Hive connector.
Connection Timeout
You might be getting thrift.transport.TTransport.TTransportException: TSocket read 0 bytes
.
Make sure that if there is a Load Balancer in between OpenMetadata and Hive, the LB timeout
is not impacting the ingestion. For example, when extracting data with a lot of partitions the DESCRIBE
command might take more than 60 seconds, so a Load Balancer with Idle Timeout
at 60 seconds would
kill the connection.