hive 元数据初始失败

1.驱动错误,我用的是mysql8.0,驱动改为com.mysql.cj.jdbc.Driver
换驱动包
2. 又报错

   com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

一直以为是驱动错误,一直找问题,可是驱动包换几次都不行
,直到看到这个文档:https://www.iteye.com/blog/m635674608-2302281
,知道是连接数据库超时,那可能就是连不上宿主机里的mysql8.0,ping 192.168.1.69(红色框1的ip),然后网上各种找问题,还是没有找到,很些人说nat模式下虚拟机ping不通宿主机,可是我以前搭建的环境明明可以,我又做了一个以前的一整套Vmware,发现也是可以ping通,再网上各种找,没有找到,然后再仔细看以前ping通的ip,竟然是 红色框2的ip,也就是宿主机VM的ip,恍然大悟。

`hive 元数据初始失败_第1张图片
3.又引入新的问题。xshell拒绝了密码,解决办法见:https://blog.csdn.net/Rudolf__/article/details/104594468

你可能感兴趣的:(数据库,hive)