Author: gourksaha
Date: Wed Apr 15 21:07:38 2015
New Revision: 1673958
URL: http://svn.apache.org/r1673958
Log:
Add yarn.log-aggregation-enable property to log aggregation documentation
Modified:
incubator/slider/site/trunk/content/docs/configuration/resources.md
Modified: incubator/slider/site/trunk/content/docs/configuration/resources.md
URL:
http://svn.apache.org/viewvc/incubator/slider/site/trunk/content/docs/configuration/resources.md?rev=1673958&r1=1673957&r2=1673958&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/configuration/resources.md
(original)
+++ incubator/slider/site/trunk/content/docs/configuration/resources.md Wed Apr
15 21:07:38 2015
@@ -581,11 +581,15 @@ the application instance will not reach
## <a name="logagg"></a>Log Aggregation
Log aggregation at regular intervals for long running services (LRS) needs to
be enabled at the YARN level before
-any application can exploit this functionality. To enable set the following
property to a positive value of 3600 (in secs)
-or more. If set to a positive value less than 3600 (1 hour) this property
defaults to 3600. To disable log aggregation
-set it to -1.
+any application can exploit this functionality. To enable set
`yarn.log-aggregation-enable` to true and the
+interval property to a positive value of 3600 (in secs) or more. If set to a
positive value less than 3600 (1 hour)
+this property defaults to 3600. To disable log aggregation set it to -1 (or
yarn.log-aggregation-enable to false).
<property>
+ <name>yarn.log-aggregation-enable</name>
+ <value>true</value>
+ </property>
+ <property>
<name>yarn.nodemanager.log-aggregation.roll-monitoring-interval-seconds</name>
<value>3600</value>
</property>
@@ -697,4 +701,4 @@ server also has a container failure thre
three times, the entire application deployment is considered a failure.
The default label for nodes is "development". For the application master
itself it is "",
-meaning anywhere. Both thrift services are requested on the labels "stable"
\ No newline at end of file
+meaning anywhere. Both thrift services are requested on the labels "stable"