原因:yarn-site.xml 中,有关mapreduce日志查看的aggregation未配置启用

解决:在yarn-site.xml 中加入以下配置

 

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

 

相关文章:

  • 2022-12-23
  • 2021-10-14
  • 2021-06-14
  • 2022-12-23
  • 2022-12-23
  • 2021-09-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-11-23
  • 2021-12-25
相关资源
相似解决方案