我是用mariadb:
解决方法:service restart mariadb
如果是MySQL:
解决方法:service restart mysql
出现这个问题的原因可能是没有设置开机启动mariadb
systemctl status mariadb.service 查状态 如果是 dead就是没启动
systemctl enable mariadb.service 设置为开机启动
以后就不会要每次启动hive都敲 systemctl restart mariadb.service 了