yarn logs -applicationId application_1435648583743_0001

报错:

tmp/logs/.../application_1435648583743_0001 does not exist

解决:

yarn-site.xml中添加:

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

 

相关文章:

  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-11-01
  • 2022-01-15
  • 2021-11-02
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2021-10-14
  • 2021-09-06
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2022-12-23
相关资源
相似解决方案