Author: gourksaha
Date: Wed May  6 04:40:30 2015
New Revision: 1677922

URL: http://svn.apache.org/r1677922
Log:
Fix an issue in 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=1677922&r1=1677921&r2=1677922&view=diff
==============================================================================
--- incubator/slider/site/trunk/content/docs/configuration/resources.md 
(original)
+++ incubator/slider/site/trunk/content/docs/configuration/resources.md Wed May 
 6 04:40:30 2015
@@ -583,7 +583,8 @@ the application instance will not reach
 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 
`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).
+this property defaults to 3600. To perform log aggregation only after the 
application finishes, set the interval property
+to -1 (default value).
 
       <property>
         <name>yarn.log-aggregation-enable</name>


Reply via email to