Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive Connection Timeout
Labels:
- Labels:
-
Apache Hive
New Contributor
Created on ‎02-01-2023 11:24 AM - edited ‎02-01-2023 11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
User trying to connect via beeline but connection itself taking long time. Please suugest what is the issue.
1 REPLY 1
Rising Star
Created ‎04-24-2023 06:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please check
- the number of open connections for each HiveServer2/HiveMetastore instance from CM UI to see if HS2/HMS instances are overloaded with high number of client connections
- if HMS backend database is performing optimally or not
- the performance of KDC or AD server if authentication is enabled
- if there are high JVM pauses in CM charts of HS2/HMS or look for traces matching
Detected pause in JVM or host machine (eg GC)
If there is no abnormality in any of the above cases, then we might need to collect jstack for all the three processes i.e beeline, HS2 and HMS to confirm the location of slowness due to which connection is getting hung
