码迷,mamicode.com
首页 > 数据库 > 详细

sparkSql和hive的整合之mysql报错

时间:2019-07-08 19:12:26      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:ant   sele   exce   org   word   comm   runtime   metadata   release   

# hive

# show databases;

hive> show databases;
FAILED: SemanticException org.apache.hadoop.hive.ql.metadata.HiveException: java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient

 

查看log日志:

hive.log 文件

 

mysql -u root -p 

# input your password

 

解决方案

# SELECT ‘Upgrading MetaStore schema from 2.2.0 to 2.3.0‘ AS MESSAGE;

#UPDATE VERSION SET SCHEMA_VERSION=‘2.3.0‘, VERSION_COMMENT=‘Hive release version 2.3.0‘ where VER_ID=1;
#SELECT ‘Finished upgrading MetaStore schema from 2.2.0 to 2.3.0‘ AS MESSAGE;

 

sparkSql和hive的整合之mysql报错

标签:ant   sele   exce   org   word   comm   runtime   metadata   release   

原文地址:https://www.cnblogs.com/zhangxiaofan/p/11153045.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!