# 故障描述: hive > , ) as uuid, count(distinct(request_body["uuid"])) as count from log_bftv_api where year= and month= and day= and request_body[ group by order by uuid; # hive 执行该HQL语句时报错信息如下:( 数据量小的时候没有问题 ) # 报错信息: MapReduce Total cumulative C
useradd apachephp vi /etc/httpd/conf/httpd.conf 将组和用户修改成apachephp,重启apache,然后用lsof -i:80查看apache的执行用户是否更改成功 修改/etc/sudoers文件,快捷命令为visudo ## Allow root to run any commands anywhereroot ALL=(ALL) ALL apachephp ALL=(ALL) NOPASSWD: ALL (注