You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bu...@apache.org on 2015/11/19 19:41:18 UTC

svn commit: r972980 - in /websites/staging/slider/trunk/content: ./ docs/client-configuration.html

Author: buildbot
Date: Thu Nov 19 18:41:17 2015
New Revision: 972980

Log:
Staging update by buildbot for slider

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

Propchange: websites/staging/slider/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 19 18:41:17 2015
@@ -1 +1 @@
-1712094
+1715236

Modified: websites/staging/slider/trunk/content/docs/client-configuration.html
==============================================================================
--- websites/staging/slider/trunk/content/docs/client-configuration.html (original)
+++ websites/staging/slider/trunk/content/docs/client-configuration.html Thu Nov 19 18:41:17 2015
@@ -356,6 +356,24 @@ a limited number of slider-specific conf
   <span class="nt">&lt;name&gt;</span>slider.data.directory.permissions<span class="nt">&lt;/name&gt;</span>
   <span class="nt">&lt;value&gt;</span>750<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>slider.yarn.queue<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;value&gt;&lt;/value&gt;</span>
+  <span class="nt">&lt;description&gt;</span>the name of the YARN queue to use.<span class="nt">&lt;/description&gt;</span>
+<span class="nt">&lt;/property&gt;</span>
+
+<span class="nt">&lt;property&gt;</span>
+  <span class="nt">&lt;name&gt;</span>slider.yarn.queue.priority<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;value&gt;</span>1<span class="nt">&lt;/value&gt;</span>
+  <span class="nt">&lt;description&gt;</span>the priority of the application.<span class="nt">&lt;/description&gt;</span>
+<span class="nt">&lt;/property&gt;</span>
+
+<span class="nt">&lt;property&gt;</span>
+  <span class="nt">&lt;name&gt;</span>slider.am.login.keytab.required<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;value&gt;</span>false<span class="nt">&lt;/value&gt;</span>
+  <span class="nt">&lt;description&gt;</span>Declare that a keytab must be provided.<span class="nt">&lt;/description&gt;</span>
+<span class="nt">&lt;/property&gt;</span>
 </pre></div>
 
 
@@ -372,12 +390,12 @@ permitted.</p>
 places an upper limit on the number of retries that any application can request.
 If the application fails after less restarts than requested, check this cluster
 setting.</p>
-<h3 id="slideryarnqueue-the-name-of-the-yarn-queue-for-the-cluster"><code>slider.yarn.queue</code> - the name of the YARN queue for the cluster.<a class="headerlink" href="#slideryarnqueue-the-name-of-the-yarn-queue-for-the-cluster" title="Permanent link">&para;</a></h3>
+<h3 id="slideryarnqueue-the-name-of-the-yarn-queue-to-use"><code>slider.yarn.queue</code> - the name of the YARN queue to use.<a class="headerlink" href="#slideryarnqueue-the-name-of-the-yarn-queue-to-use" title="Permanent link">&para;</a></h3>
 <p>This identifies the queue submit the application creation request to, which can
 define the priority, resource limits and other values of an application. All
-containers created in the Slider cluster will share this same queue.</p>
+containers created in the Slider application will share this same queue.</p>
 <p>Default value: <code>default</code>.</p>
-<h3 id="slideryarnqueuepriority-the-name-of-the-yarn-queue-for-the-cluster"><code>slider.yarn.queue.priority</code> - the name of the YARN queue for the cluster.<a class="headerlink" href="#slideryarnqueuepriority-the-name-of-the-yarn-queue-for-the-cluster" title="Permanent link">&para;</a></h3>
+<h3 id="slideryarnqueuepriority-the-priority-of-the-application"><code>slider.yarn.queue.priority</code> - the priority of the application.<a class="headerlink" href="#slideryarnqueuepriority-the-priority-of-the-application" title="Permanent link">&para;</a></h3>
 <p>This identifies the priority within the queue. The lower the value, the higher the
 priority</p>
 <p>Default value: <code>1</code>.</p>
@@ -404,6 +422,16 @@ that contains the application data <code
 <span class="nt">&lt;/property&gt;</span>
 </pre></div>
 
+
+<h4 id="slideramloginkeytabrequired"><code>slider.am.login.keytab.required</code><a class="headerlink" href="#slideramloginkeytabrequired" title="Permanent link">&para;</a></h4>
+<p>Flag to indicate that a keytab must be present for the AM. If unset then slider applications launched in a secure cluster will fail after 24h.</p>
+<div class="codehilite"><pre><span class="nt">&lt;property&gt;</span>
+  <span class="nt">&lt;name&gt;</span>slider.am.login.keytab.required<span class="nt">&lt;/name&gt;</span>
+  <span class="nt">&lt;value&gt;</span>false<span class="nt">&lt;/value&gt;</span>
+  <span class="nt">&lt;description&gt;</span>Declare that a keytab must be provided.<span class="nt">&lt;/description&gt;</span>
+<span class="nt">&lt;/property&gt;</span>
+</pre></div>
+
 
 <h2 id="yarn-registry-binding">YARN Registry binding<a class="headerlink" href="#yarn-registry-binding" title="Permanent link">&para;</a></h2>
 <p>Slider uses the (evolving) YARN service registry to register application