码迷,mamicode.com
首页 > 其他好文 > 详细

hadoop mr 执行完毕,无法查看日志

时间:2020-06-06 13:18:10      阅读:96      评论:0      收藏:0      [点我收藏+]

标签:日志   logs   dir   color   server   历史   com   ado   fail   

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

需要在mapred-site.xml 中添加
<name>mapreduce.jobhistory.address </name>
<value>hostName:10020</value>

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

在 yarn-site.xml中添加

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

然后重新启动yarn,历史的不可查看。

 

hadoop mr 执行完毕,无法查看日志

标签:日志   logs   dir   color   server   历史   com   ado   fail   

原文地址:https://www.cnblogs.com/mrma/p/13054059.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!