赞
踩
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
在网上也找到了很多帖子也尝试了他们的方法,但是都不起作用
然后我看都有个帖子说是 重点JDBC url = jdbc:mysql://hadoop-virtual-machine:3306/hive?CreateDatabaseIfNotExist=true, username = hive.这里出了问题 ,那我就查看了我的3306端口到底有没有被监听,
netstat -an|grep 3306
结果是3306前面是127.0.0.1,是127.0.0.1:3306这么写的,我尝试着把hive-site.xml里面的 jdbc:mysql://hadoop-virtual-machine:3306/hive?CreateDatabaseIfNotExist=true改成 jdbc:mysql://127.0.0.1:3306/hive?CreateDatabaseIfNotExist=true,然后我重新把hadoop进一遍,MySQL服务也重启一遍,原谅我就是这么神经,然后开启hive
然后hive成功开启
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。