File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
hadoop-yarn/hadoop-yarn-common/src/main/resources Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments