FAILED: Error in metadata: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient

前端 未结 8 1457
庸人自扰
庸人自扰 2021-01-01 07:05

I shutdown my HDFS client while HDFS and hive instances were running. Now when I relogged into Hive, I can\'t execute any of my DDL Tasks e.g. \"show tables\" or \"describe

8条回答
  •  旧时难觅i
    2021-01-01 07:50

    I was told that generally we get this exception if we the hive console not terminated properly. The fix:

    Run the jps command, look for "RunJar" process and kill it using kill -9 command

提交回复
热议问题