首页 > 其他 > 详细

Log aggregation has not completed or is not enabled.

时间:2015-12-16 00:03:48      阅读:1521      评论:0      收藏:0      [点我收藏+]

今天跑了个mr,执行命令bin/yarn logs -applicationId application_1450176501510_0001看log时,出现以下错误:

15/12/15 14:03:34 INFO client.RMProxy: Connecting to ResourceManager at hd1/10.172.153.46:8032
/tmp/logs/root/logs/application_1450176501510_0001does not exist.
Log aggregation has not completed or is not enabled.

 

查找原因后,发现yarn-site.xml 配置文件中少配置了一项

 <property>
      <description>Whether to enable log aggregation</description>
      <name>yarn.log-aggregation-enable</name>
      <value>true</value>
  </property>
 
 

Log aggregation has not completed or is not enabled.

原文:http://www.cnblogs.com/yclcl/p/5049785.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!