查看MapReduce历史执行情况报错
image.png查看已经运行完成的MapReduce作业记录,比如用了多少个Map、用了多少个Reduce、作业提交时间、作业启动时间、作业完成时间等信息。
默认情况下,历史服务器是没有启动的。
启动
$ sbin/mr-jobhistory-daemon.sh start historyserver
WEB UI
停止
image.png$ sbin/mr-jobhistory-daemon.sh stop historyserver
点击logs
没有配置日志的聚集功能(见下篇文章YARN的日志聚集配置使用)
image.png
网友评论