Author: buildbot
Date: Wed Apr 15 21:07:45 2015
New Revision: 947779

Log:
Staging update by buildbot for slider

Modified:
    websites/staging/slider/trunk/content/   (props changed)
    websites/staging/slider/trunk/content/docs/configuration/resources.html

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 15 21:07:45 2015
@@ -1 +1 @@
-1673115
+1673958

Modified: 
websites/staging/slider/trunk/content/docs/configuration/resources.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/configuration/resources.html 
(original)
+++ websites/staging/slider/trunk/content/docs/configuration/resources.html Wed 
Apr 15 21:07:45 2015
@@ -677,10 +677,14 @@ the application instance will not reach
 </ol>
 <h2 id="wzxhzdk24wzxhzdk25log-aggregation"><a name="logagg"></a>Log 
Aggregation</h2>
 <p>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.</p>
+any application can exploit this functionality. To enable set 
<code>yarn.log-aggregation-enable</code> 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).</p>
 <div class="codehilite"><pre>  <span class="nt">&lt;property&gt;</span>
+    <span class="nt">&lt;name&gt;</span>yarn.log-aggregation-enable<span 
class="nt">&lt;/name&gt;</span>
+    <span class="nt">&lt;value&gt;</span>true<span 
class="nt">&lt;/value&gt;</span>
+  <span class="nt">&lt;/property&gt;</span>
+  <span class="nt">&lt;property&gt;</span>
     <span 
class="nt">&lt;name&gt;</span>yarn.nodemanager.log-aggregation.roll-monitoring-interval-seconds<span
 class="nt">&lt;/name&gt;</span>
     <span class="nt">&lt;value&gt;</span>3600<span 
class="nt">&lt;/value&gt;</span>
   <span class="nt">&lt;/property&gt;</span>


Reply via email to