内容简介:通过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
如果有日志:
container有日志
如果没有日志:
container没有日志
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- MySQL查看binlog日志内容
- Linux下Tomcat开启查看GC日志
- Android Studio 3.2.1在build.gradle中输出&查看构建日志
- Unity3D研究院专治IOS查看日志各种不服(九十五)
- Unity3D研究院之IOS在Windows上查看日志就像Android的adb一样方便(一百零一)
- jstack(查看线程)、jmap(查看内存)和jstat(性能分析)命令
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Head First 设计模式(中文版)
弗里曼 / O'Reilly Taiwan公司 / 中国电力出版社 / 2007-9 / 98.00元
《Head First设计模式》(中文版)共有14章,每章都介绍了几个设计模式,完整地涵盖了四人组版本全部23个设计模式。前言先介绍这本书的用法;第1章到第11章陆续介绍的设计模式为Strategy、Observer、Decorator、Abstract Factory、Factory Method、Singleton,Command、Adapter、Facade、TemplateMethod、I......一起来看看 《Head First 设计模式(中文版)》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
RGB HSV 转换
RGB HSV 互转工具