- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
CDH 4.3 MetaStoreClient lost connection. Attempting to reconnect
Created on ‎08-22-2013 09:06 AM - edited ‎09-16-2022 08:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19:56:40.570 | INFO | org.apache.hadoop.hive.ql.ppd.OpProcFactory | (pers_id_type) IN ('lol', 'bob', 'tom') |
19:57:00.597 | WARN | org.apache.hadoop.hive.metastore.RetryingMetaStoreClient | MetaStoreClient lost connection. Attempting to reconnect. |
19:57:01.598 | INFO | hive.metastore | Trying to connect to metastore with URI thrift://prod-beeswax.lol.ru:9083 |
19:57:01.600 | INFO | hive.metastore | Waiting 1 seconds before next connection attempt. |
19:57:02.600 | INFO | hive.metastore | Connected to metastore. |
19:57:22.621 | ERROR | hive.ql.metadata.Hive | org.apache.thrift.transport.TTransportException: java.net.SocketTimeoutException: Read timed out |
Created ‎08-22-2013 09:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Omg. who had set limit for message length?
When normal HTML support would be? Google groups does handle Cloudera logs better.
We are using CDH 4.3, I don't underastand what we are doing wrong... It happens on several tables, the other tables are fine
Created ‎08-22-2013 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sergey,
From the looks of it, it seems like the hive-metastore service is not running. I am assuming you are running a remote metastore. Can you make sure it's up and running? Perhaps, telnet to the machine it's meant to running on, on port 9083 to see if all the services are up, listening and the ports are open.
Created ‎08-22-2013 11:29 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We use CDH 4.3, CM 4.6.3
The first thing we've checked was metastore service. It works.
impala queries, other hive queries run fine. All our "SQL-like" stuff uses single metastore in PostGre DB. I've also see how does hive tried to get partitions for table used in failed query. There no exceptions on Metastore side, it works 100%
We've mentioned one more intersting thing.
Queried table have ~1500 partitions (hour partitions). When we issue the same query explicitly specifing the range partition, it works. Even if we specify the range between the oldest and the newest partition (the same as we don't sepcify them at all!) it works.
I have no Idea what is that...
