把hdfs清空重新安装了一下,hive的mysql元数据库删除掉之后重建之后一直启动报错
metastore.RetryingHMSHandler (RetryingHMSHandler.java:<init>(83)) - HMSHandler Fatal error: MetaException(message:Version information not found in metastore.)
后来想起来是忘 初始化Hive元数据库了。运行下面命令就能重新启动了。。。
schematool -dbType mysql -initSchema -verbose