让我们看一下https://hortonworks.com/blog/simplifying-user-logs-management-and-access-in-yarn
这里我们有类似的东西:
yarn.log-aggregation.retain-seconds
此选项连接了哪些日志? Hadoop DataNode? NameNode的?纱线资源经理?
我应该在所有hadoop节点上设置吗?在哪里?
答案 0 :(得分:0)
如果它以yarn
开头,则仅适用于YARN服务。这包括资源管理器,节点管理器以及新的时间线服务器(如果已启用)。 YARN特定的配置设置属于yarn-site.xml
。
类似地,
HDFS特定配置设置位于hdfs-site.xml
。它们通常以dfs
开头。
常用设置属于core-site.xml
。
您在运行YARN服务的所有主机上设置yarn-site.xml
。