Created on
12-13-2017
04:29 AM
- last edited on
12-14-2017
04:39 AM
by
cjervis
I recently installed cloudera using cloudera manager . While working with hive( executing command like -"show databases;") getting :-
SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient .
My Hive metastore is also down .(After restarting it is in good state and later on it goes to bad health).
Message from /var/log/hive/hadoop-cmf-hive-HIVEMETASTORE-master.rmd.com :-
at java.sql.DriverManager.getConnection(DriverManager.java:571)
at java.sql.DriverManager.getConnection(DriverManager.java:187)
at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:361)
at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:416)
... 48 more
Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3011)
at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:567)
... 65 more
2017-12-13 11:38:33,146 INFO org.apache.hadoop.hive.metastore.HiveMetaStore: [Thread-2]: Shutting down hive metastore.
Created 01-25-2018 02:05 AM
Hi aman,
Did you check the health of hive metastore?
Created 01-26-2018 04:23 AM
According to the log, there is an issue with the communication with the MySQL used as backend database to Hive.
Can you check the health status of mysql, e.g. try to connect from the host you are running the Hive Metastore to DB with mysql client, using the same credentials you have configured in Cloudera Manager for Hive Metastore and try to query some tables.
Assuming that during installation you have completed all steps, especially "Create Hive Metastore Database Tables"