参考 http://qnalist.com/questions/772595/yarn-jobhistory-service

在mapreduce-site.xml中添加

<property>
                <name>mapreduce.framework.name</name>
                <value>yarn</value>
</property>


<property>
                <name>mapreduce.jobhistory.address</name>
                <value>master:10020</value>
</property>

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

重启集群, 就可以在8088上看到任务了。

相关文章:

  • 2021-07-16
  • 2021-07-11
  • 2022-12-23
  • 2021-10-06
  • 2021-07-09
  • 2022-01-09
  • 2022-01-16
  • 2021-09-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-23
  • 2022-12-23
  • 2021-07-07
  • 2021-05-17
  • 2021-06-30
相关资源
相似解决方案