摘要:
在安装redis时不知道怎么的, linux ping www.baidu.com 出不来了;重启网卡报错 Restarting network (via systemctl): Job for network.service failed because the control process e 阅读全文
摘要:
在hive中使用mysql进行元数据管理的时候,首先会在mysql中创建一个hive的user,其中%表示任何途径都可以登录,也可以限定‘localhost’表示只能通过localhost进行登录 create user 'hive'@'%' identified by 'XXXXX' 阅读全文