目的:在web端就可以看到hadoop任务日志。
1)配置yarn-site.xml
yarn.log-aggregation-enable true yarn.log.server.url http://hadoop102.19888/jobhistory/logs yarn.log-aggregation.retain-seconds 604800
2)分发配置
xysnc $HADOOP_HOME/etc/hadoop/yarn-site.xml
3)关闭NodeManager、ResourceManager和HistoryServer
在103上执行:stop-yarn.sh
在102上执行:mapred --daemon stop historyserver
4)启动NodeManager、ResoureceManager和HistoryServer
在103上执行:start-yarn.sh
在102上执行:mapred --daemon start historyserver
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)