重启一下电脑,发现表不见了,原来我用的derby存储hive的meta,网上找了一下资料,说是要用mysql, 于是安装mysql sudo apt-get install mysql-server 首先用root登陆给root用户赋予权限 $mysql -u root -p hive mysql> GRANT ALL PRIVILEGES ON *.* TO root@localhost IDENTIFIED BY "root"; 拷贝mysql-connector-j…
thinkphp 在Apache上配置启用伪静态,重启Apache1 restart 竟然失败了,报错 Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details 嗯,看状态 执行命令 systemctl status http…