Skip to content

Commit 20ddaa3

Browse files
committed
YARN-483. Improve documentation on log aggregation in yarn-default.xml (Akira Ajisaka via Sandy Ryza)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1590150 13f79535-47bb-0310-9956-ffa450edef68
1 parent b993f21 commit 20ddaa3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

hadoop-yarn-project/CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Release 2.5.0 - UNRELEASED
5858

5959
YARN-1970. Prepare YARN codebase for JUnit 4.11. (cnauroth)
6060

61+
YARN-483. Improve documentation on log aggregation in yarn-default.xml
62+
(Akira Ajisaka via Sandy Ryza)
63+
6164
OPTIMIZATIONS
6265

6366
BUG FIXES

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/main/resources/yarn-default.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,14 @@
733733
</property>
734734

735735
<property>
736-
<description>Whether to enable log aggregation</description>
736+
<description>Whether to enable log aggregation. Log aggregation collects
737+
each container's logs and moves these logs onto a file-system, for e.g.
738+
HDFS, after the application completes. Users can configure the
739+
"yarn.nodemanager.remote-app-log-dir" and
740+
"yarn.nodemanager.remote-app-log-dir-suffix" properties to determine
741+
where these logs are moved to. Users can access the logs via the
742+
Application Timeline Server.
743+
</description>
737744
<name>yarn.log-aggregation-enable</name>
738745
<value>false</value>
739746
</property>

0 commit comments

Comments
 (0)