我怎样才能恢复旧的Yarn日志?

时间:2017-07-20 16:48:18

标签: hadoop logging yarn restore

有没有办法恢复存储在Yarn日志文件夹中的旧日志?

我想查看前两周的历史记录,因为这些日志被删除或移动到另一个文件夹,我无法查看。

1 个答案:

答案 0 :(得分:0)

如果您启用了作业历史记录服务器,则会根据mapreduce.jobhistory.max-age-ms设置清除它们。因此,除非您启用了某些备份或正在运行HDFS快照,否则无法恢复这些日志。

How long does the Hadoop Resource Manager store the application information?

http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsSnapshots.html