摘要:
安装完MySQL后,使用mysql命令进去,然后执行以下命令 grant all privileges on hive_metadata.* to 'hive'@'%' identified by '123456'; grant all privileges on hive_metadata.* t 阅读全文
摘要:
1.安装ntp:sudo yum install ntp(在每台机器上都安装) 2.执行sudo ntpdate time.nist.gov命令(在每台机器上都执行) 3.执行结果10 Aug 12:07:44 ntpdate[4471]: no server suitable for synchr 阅读全文