当前位置: 首页 > 工具软件 > Mr.2 > 使用案例 >

CDH hive聚合操作报错:Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

公孙成仁
2023-12-01

一、问题描述

Hive的shell命令下,执行count(*)的聚合操作,结果报错:

Ended Job =job_1561339819051_0474 with errors
Error during job,obtaining debugging information ...
FAILED : Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask

二、问题原因以及解决

该用户在仓库中没有使用权限,以及没有执行x和写w的权限。把/user/hive/warehouse中对应数据库修改为指定用户,以及赋予该用户775的权限即可执行。

 

 类似资料: