Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

Viewed 1756

Hive shell is getting started but whenever i hit any command in shell, say
hive> show databases;

i am getting following error:

FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

My JPS is like this: /apache-hive-2.3.0-bin/conf$ jps
3779 ResourceManager
3540 SecondaryNameNode
3909 NodeManager
3384 DataNode
6856 Jps
3257 NameNode
am getting this gerror?

My SQL Server is also running. Checked it using netstat -an|grep 3306, What could be wrong here?

Struggling for days now.

1 Answers
Related