hadoop 2.3.0 打不开history server文件的问题

本文讨论了在MapReduce作业中遇到的历史文件访问权限问题,并提供了将Mapred用户加入到超级用户组的解决方案,确保历史文件在作业运行过程中能够被正确访问。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Error message looks like this:

Couldnot load history file hdfs://namenodeha:8020/mr-history/tmp/hdfs/job_1392049860497_0005-1392129567754-hdfs-word+count-1392129599308-1-1-SUCCEEDED-default.jhist

 

Actually, I know the answer to the problem. The defaul settings of /mr-history files is:

hadoop fs -chown -R $MAPRED_USER:$HDFS_USER /mr-history

But when running a job (under $HDFS_USER), job file is saved to /mr-history/tmp/hdfs under $HDFS_USER:$HDFS_USER and then not accessible to $MAPRED_USER (where JobHistory server is running). After changing the permissions back again the job file can be load.

But it is happening again with every new job. So can someone help me, what is the pernament solution to this, thank you.

 

I ran into the same problem. As a workaround I added the $MAPRED_USER user to the $HDFS_USER group, it helped.

 

 我qeekey

的解决办法办,把mapred这个用户加入到 supergroup组,这样它就有权限读其它人生成的日志了。

 

groupadd supergroup

usermod -a -G supergroup mapred

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值