1. 程式人生 > >hive Version information not found 錯誤解決辦法

hive Version information not found 錯誤解決辦法

修改conf/hive-site.xml 中的 “hive.metastore.schema.verification”  值為 false  即可解決 “Caused by: MetaException(message:Version information not found in metastore. )” 

除錯 模式命令  hive -hiveconf hive.root.logger=DEBUG,console

  1. <property>  
  2.    <name>hive.metastore.schema.verification</name>  
  3.    <value>false</value>  
  4. </property>