码迷,mamicode.com
首页 > 其他好文 > 详细

hive采坑

时间:2019-03-25 16:05:11      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:出现   use   解决方法   fail   sha   for   ast   pac   mysq   

org.apache.hadoop.hive.metastore.HiveMetaException: Failed to get schema version.
Underlying cause: java.sql.SQLException : Access denied for user ‘root‘@‘centos35‘ (using password: YES)

上面是问题,下面是相应的解决方法,很明显是mysql访问出现问题:

grant all privileges on *.* to ‘root‘ @‘centos35‘ identified by ‘123456‘

hive采坑

标签:出现   use   解决方法   fail   sha   for   ast   pac   mysq   

原文地址:https://www.cnblogs.com/o-din/p/10594274.html

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