2023-12-13 14:03:08 +01:00
|
|
|
---
|
|
|
|
title: Hive Connector Troubleshooting
|
|
|
|
slug: /connectors/database/hive/troubleshooting
|
|
|
|
---
|
|
|
|
|
2025-04-18 08:42:17 +02:00
|
|
|
{% partial file="/v1.8/connectors/troubleshooting.md" /%}
|
2023-12-13 14:03:08 +01:00
|
|
|
|
|
|
|
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.
|