这里写自定义目录标题
运行环境
centos7.0 hive2.1.0
win10 mysql8.0
问题1:Class path contains multiple SLF4J bindings
架包冲突,去掉一个即可,详见网址:添加链接描述
问题2:Client dose not support authentication protocol requested by sever ; consider upgrading mysql client
版本不兼容,检查我之前是用的mysql-connector-java-5.1.17,但是我在win10上安装的是mysql8.0,换成mysql-connector-java-8.0.13后问题解决
问题3:The server time zone value *** is unrecognized or represents more than one time zone
这是时区问题,首先先从mysql里面查看下当前时区,show variables like ‘%time_zone%’
如果显示SYSTEM则需要修改 set time_zone = ‘+8:00’;
重试,若还不行,就需要修改hive-site.xml
javax.jdo.option.ConnectionURL
jdbc:mysql://192.168.**.1:3306/name?serverTimezone=GMT%2B8