配置完成Mysql存储元数据信息,启动后测试show tables报错ERROR exec.DDLTask: org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.metastore.HiveMetaStoreClient。通过goole看到一篇文章说,hive.metastore.schema.verification设置成false就可以了,测试了一下果然解决了。

hive> show tables;
OK
log
Time taken: 0.033 seconds, Fetched: 1 row(s)

特此记录Hive 0.12 Caused by: MetaException(message:Version information not found in metastore. )解决方法

相关文章:

  • 2021-10-18
  • 2021-06-15
  • 2022-12-23
  • 2022-12-23
  • 2022-02-25
  • 2021-11-18
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-11-25
  • 2022-12-23
  • 2022-01-13
  • 2021-10-30
  • 2021-09-29
  • 2022-12-23
相关资源
相似解决方案