Hive 0.12 Caused by: MetaException(message:Version information not found in metastore. )解決方法


配置完成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)

特此記錄大笑


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM