hadoop 查看 mr日志报错

栏目: 编程工具 · 发布时间: 5年前

内容简介:通过8088查看Applications任务的logs时,会报以下错误,Failed while trying to construct the redirect url to the log server.Log Server url may not be configured java.lang.Exception:Unknown container.Container either has not started or has already completed or doesn't belong t

通过8088查看Applications任务的logs时,会报以下错误,

Failed while trying to construct the redirect url to the log server.Log Server url may not be configured java.lang.Exception:Unknown container.Container either has not started or has already completed or doesn't belong to this node at all.

1,修改mapred-site.xml

<property>
 <name>mapreduce.jobhistory.address</name>
 <value>bigserver1:10020</value>
</property>

<property>
 <name>mapreduce.jobhistory.webapp.address</name>
 <value>bigserver1:19888</value>
</property>

2,修改yarn-site.xml

<property>
 <name>yarn.log.server.url</name>
 <value>http://bigserver1:19888/jobhistory/logs</value>
</property>

3,在bigserver1启动mr history

[root@bigserver1 hadoop]# cd /bigdata/hadoop/sbin/
[root@bigserver1 sbin]# ./mr-jobhistory-daemon.sh start historyserver

如果有日志:

hadoop 查看 mr日志报错

container有日志

如果没有日志:

hadoop 查看 mr日志报错

container没有日志


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

微机原理与接口技术

微机原理与接口技术

李文英、李勤、刘星、宋蕴新 / 清华大学出版社 / 2001-9 / 26.00元

《高等院校计算机应用技术规划教材•应用型教材系列•微机原理与接口技术》是“高职高专计算机系列教材”之一。全书包括微机原理、汇编语言、接口技术三部分内容。微机原理部分讲述了80x86的内部结构及工作原理、半导体存储器及其系统、微型机总线结构等。汇编语言部分讲述了指令系统、编程技巧。接口技术部分讲述了中断系统、中断控制器、并行接口、串行接口、DMA控制器、定时器,以及A/D、D/A转换器等常用芯片的硬......一起来看看 《微机原理与接口技术》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具