hadoop伪分布式wordcount报错Container exited with a non-zero exit code 1. Error file: prelaunch.err

在Ubuntu 16.04上使用openJDK7搭建的Hadoop伪分布式环境中,运行wordcount时遇到Container退出代码1的错误。错误日志显示为'prelaunch.err'。解决方法是在配置文件中添加mapreduce的classpath,指定Hadoop的安装绝对路径。参考相关资料成功解决了找不到或无法加载主类org.apache.hadoop.mapreduce.v2.app.MRAppMaster的问题。

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

按照教程搭建了伪分布式hadoop
hadoop伪分布部署

环境

Ubuntu 16.04
openJDK7

运行wordcount时报错如下

[2018-10-18 19:40:27.332]Exception from container-launch.
Container id: container_1539853922352_0003_01_000002
Exit code: 1

[2018-10-18 19:40:27.340]Container exited with a non-zero exit code 1. Error file: prelaunch.err.
Last 4096 bytes of prelaunch.err :
Last 4096 bytes of stderr :


[2018-10-18 19:40:27.356]Container exited with a non-zero exit code 1. Error file: prelaunch.err.
Last 4096 bytes of prelaunch.err :
Last 4096 bytes of stderr :

有的人好像也会报底下的错,但是解决方法是一样的。

错误: 找不到或无法加载主类 org.apache.hadoop.mapreduce.v2.app.MRAppMaste
解决办法

mapred-site.xml文件中添加mapreduce所需要用到的classpath。

<property>
   <name>mapreduce.application.classpath</name>
   <value>
评论 11
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值