配置完成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)
特此記錄