| 
									
										
										
										
											2023-05-10 21:46:49 +05:30
										 |  |  | --- | 
					
						
							| 
									
										
										
										
											2025-07-18 16:31:46 +05:30
										 |  |  | title: Impala Connector Troubleshooting | Official Documentation | 
					
						
							|  |  |  | description: Troubleshoot Impala connector for ingestion failures, type mismatches, and driver issues. | 
					
						
							| 
									
										
										
										
											2023-05-10 21:46:49 +05:30
										 |  |  | slug: /connectors/database/impala/troubleshooting | 
					
						
							|  |  |  | --- | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-04-07 09:49:37 +05:30
										 |  |  | {% partial file="/v1.7/connectors/troubleshooting.md" /%} | 
					
						
							| 
									
										
										
										
											2023-05-10 21:46:49 +05:30
										 |  |  | 
 | 
					
						
							|  |  |  | Learn how to resolve the most common problems people encounter in the Impala 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 Impala, 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. |