Author: wfarner
Date: Sun Dec 27 22:09:27 2015
New Revision: 1721854
URL: http://svn.apache.org/viewvc?rev=1721854&view=rev
Log:
Sync website with doc changes on github.
Added:
aurora/site/publish/documentation/latest/images/aurora_logo.png (with
props)
aurora/site/publish/documentation/latest/images/components.odg (with
props)
aurora/site/publish/documentation/latest/images/components.png (with
props)
aurora/site/publish/documentation/latest/tools/
aurora/site/publish/documentation/latest/tools/index.html
aurora/site/source/documentation/0.11.0/images/aurora_logo.png (with
props)
aurora/site/source/documentation/0.11.0/images/components.odg (with props)
aurora/site/source/documentation/0.11.0/images/components.png (with props)
aurora/site/source/documentation/0.11.0/installing.md
aurora/site/source/documentation/0.11.0/tools.md
aurora/site/source/documentation/latest/images/aurora_logo.png (with
props)
aurora/site/source/documentation/latest/images/components.odg (with props)
aurora/site/source/documentation/latest/images/components.png (with props)
aurora/site/source/documentation/latest/tools.md
Modified:
aurora/site/publish/documentation/latest/client-cluster-configuration/index.html
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
aurora/site/publish/documentation/latest/developing-aurora-client/index.html
aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
aurora/site/publish/documentation/latest/index.html
aurora/site/publish/documentation/latest/installing/index.html
aurora/site/publish/sitemap.xml
aurora/site/source/documentation/0.11.0/client-cluster-configuration.md
aurora/site/source/documentation/0.11.0/deploying-aurora-scheduler.md
aurora/site/source/documentation/0.11.0/developing-aurora-client.md
aurora/site/source/documentation/0.11.0/developing-aurora-scheduler.md
aurora/site/source/documentation/0.11.0/index.html.md
aurora/site/source/documentation/latest/client-cluster-configuration.md
aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
aurora/site/source/documentation/latest/developing-aurora-client.md
aurora/site/source/documentation/latest/developing-aurora-scheduler.md
aurora/site/source/documentation/latest/index.html.md
aurora/site/source/documentation/latest/installing.md
Modified:
aurora/site/publish/documentation/latest/client-cluster-configuration/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/client-cluster-configuration/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
---
aurora/site/publish/documentation/latest/client-cluster-configuration/index.html
(original)
+++
aurora/site/publish/documentation/latest/client-cluster-configuration/index.html
Sun Dec 27 22:09:27 2015
@@ -182,9 +182,8 @@ URL of your VIP in a loadbalancer or a r
<h4 id="auth_mechanism">auth_mechanism</h4>
<p>The identifier of an authentication mechanism that the client should use
when communicating with the
-scheduler. Support for values other than <code>UNAUTHENTICATED</code> is
currently not available, however work
-is <a href="https://issues.apache.org/jira/browse/AURORA-720">in progress</a>
to add federated authentication
-to Aurora which will allow for more robust configuration of client/scheduler
authentication.</p>
+scheduler. Support for values other than <code>UNAUTHENTICATED</code> requires
a matching scheduler-side
+<a href="/documentation/latest/security/">security configuration</a>.</p>
</div>
Modified:
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
---
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
(original)
+++
aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html
Sun Dec 27 22:09:27 2015
@@ -137,7 +137,7 @@ machines. This guide helps you get the
<p>The Aurora scheduler is a standalone Java server. As part of the build
process it creates a bundle
of all its dependencies, with the notable exceptions of the JVM and libmesos.
Each target server
-should have a JVM (Java 8 or higher) and libmesos (0.24.1) installed.</p>
+should have a JVM (Java 8 or higher) and libmesos (0.25.0) installed.</p>
<h3 id="creating-the-distribution-zip-file-optional">Creating the Distribution
.zip File (Optional)</h3>
@@ -274,8 +274,6 @@ export LIBPROCESS_PORT=8083
<h3 id="considerations-for-running-jobs-in-docker-containers">Considerations
for running jobs in docker containers</h3>
-<p><em>Note: Docker support is currently EXPERIMENTAL.</em></p>
-
<p>In order for Aurora to launch jobs using docker containers, a few extra
configuration options
must be set. The <a
href="http://mesos.apache.org/documentation/latest/docker-containerizer/">docker
containerizer</a>
must be enabled on the mesos slaves by launching them with the
<code>--containerizers=docker,mesos</code> option.</p>
Modified:
aurora/site/publish/documentation/latest/developing-aurora-client/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/developing-aurora-client/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
---
aurora/site/publish/documentation/latest/developing-aurora-client/index.html
(original)
+++
aurora/site/publish/documentation/latest/developing-aurora-client/index.html
Sun Dec 27 22:09:27 2015
@@ -95,6 +95,8 @@ are:</p>
<li>Test client code: <code>./pants test
src/test/python/apache/aurora/client/cli:all</code></li>
</ul>
+<p>If you want to build a source distribution of the client, you need to run
<code>./build-support/release/make-python-sdists</code>.</p>
+
<h1 id="running-debugging-the-client">Running/Debugging the Client</h1>
<p>For manually testing client changes against a cluster, we use <a
href="https://www.vagrantup.com/">Vagrant</a>.
Modified:
aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
---
aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
(original)
+++
aurora/site/publish/documentation/latest/developing-aurora-scheduler/index.html
Sun Dec 27 22:09:27 2015
@@ -74,9 +74,24 @@
</h5>
<p>Java code in the aurora repo is built with <a
href="http://gradle.org">Gradle</a>.</p>
+<h1 id="prerequisite">Prerequisite</h1>
+
+<p>When using Apache Aurora checked out from the source repository or the
binary
+distribution, the Gradle wrapper and JavaScript dependencies are provided.
+However, you need to manually install them when using the source release
+downloads:</p>
+
+<ol>
+<li>Install Gradle following the instructions on the <a
href="http://gradle.org">Gradle web site</a></li>
+<li><p>From the root directory of the Apache Aurora project generate the gradle
+wrapper by running:</p>
+
+<p>gradle wrapper</p></li>
+</ol>
+
<h1 id="getting-started">Getting Started</h1>
-<p>You will need Java 7 installed and on your <code>PATH</code> or unzipped
somewhere with <code>JAVA_HOME</code> set. Then</p>
+<p>You will need Java 8 installed and on your <code>PATH</code> or unzipped
somewhere with <code>JAVA_HOME</code> set. Then</p>
<pre class="highlight plaintext"><code>./gradlew tasks
</code></pre>
@@ -102,6 +117,18 @@ commit to origin/master.</p>
<pre class="highlight plaintext"><code>./gradlew build -Pq
</code></pre>
+<h2 id="running-integration-tests">Running integration tests</h2>
+
+<p>To run the same tests that are run in the Apache Aurora continuous
integration
+environment:</p>
+<pre class="highlight plaintext"><code>./build-support/jenkins/build.sh
+</code></pre>
+
+<p>In addition, there is an end-to-end test that runs a suite of aurora
commands
+using a virtual cluster:</p>
+<pre class="highlight plaintext"><code>bash
src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
+</code></pre>
+
<h2 id="creating-a-bundle-for-deployment">Creating a bundle for deployment</h2>
<p>Gradle can create a zip file containing Aurora, all of its dependencies,
and a launch script with</p>
Added: aurora/site/publish/documentation/latest/images/aurora_logo.png
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/images/aurora_logo.png?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/publish/documentation/latest/images/aurora_logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: aurora/site/publish/documentation/latest/images/components.odg
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/images/components.odg?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/publish/documentation/latest/images/components.odg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: aurora/site/publish/documentation/latest/images/components.png
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/images/components.png?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/publish/documentation/latest/images/components.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: aurora/site/publish/documentation/latest/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/index.html (original)
+++ aurora/site/publish/documentation/latest/index.html Sun Dec 27 22:09:27 2015
@@ -93,20 +93,23 @@
<li><a href="/documentation/latest/configuration-tutorial/">Configuration
Tutorial</a></li>
<li><a href="/documentation/latest/configuration-reference/">Aurora + Thermos
Reference</a></li>
<li><a href="/documentation/latest/client-commands/">Command Line
Client</a></li>
+<li><a href="/documentation/latest/client-cluster-configuration/">Client
cluster configuration</a></li>
<li><a href="/documentation/latest/cron-jobs/">Cron Jobs</a></li>
</ul>
<h2 id="operators">Operators</h2>
<ul>
-<li><a href="/documentation/latest/deploying-aurora-scheduler/">Deploy
Aurora</a></li>
+<li><a href="/documentation/latest/installing/">Installation</a></li>
+<li><a href="/documentation/latest/deploying-aurora-scheduler/">Deployment and
cluster configuraiton</a></li>
+<li><a href="/documentation/latest/security/">Security</a></li>
<li><a href="/documentation/latest/monitoring/">Monitoring</a></li>
<li><a href="/documentation/latest/hooks/">Hooks for Aurora Client API</a></li>
<li><a href="/documentation/latest/storage/">Scheduler Storage</a></li>
<li><a href="/documentation/latest/storage-config/">Scheduler Storage and
Maintenance</a></li>
+<li><a href="/documentation/latest/scheduler-storage/">Scheduler Storage
Performance Tuning</a></li>
<li><a href="/documentation/latest/sla/">SLA Measurement</a></li>
<li><a href="/documentation/latest/resources/">Resource Isolation and
Sizing</a></li>
-<li><a href="/documentation/latest/test-resource-generation/">Generating test
resources</a></li>
</ul>
<h2 id="developers">Developers</h2>
@@ -116,12 +119,15 @@
<li><a href="/documentation/latest/developing-aurora-scheduler/">Developing
the Aurora Scheduler</a></li>
<li><a href="/documentation/latest/developing-aurora-client/">Developing the
Aurora Client</a></li>
<li><a href="/documentation/latest/committers/">Committers Guide</a></li>
+<li><a href="/documentation/latest/thrift-deprecation/">Deprecation
Guide</a></li>
<li><a href="/documentation/latest/build-system/">Build System</a></li>
+<li><a href="/documentation/latest/test-resource-generation/">Generating test
resources</a></li>
</ul>
<h2 id="additional-resources">Additional Resources</h2>
<ul>
+<li><a href="/documentation/latest/tools/">Tools integrating with
Aurora</a></li>
<li><a href="/documentation/latest/presentations/">Presentation videos and
slides</a></li>
</ul>
Modified: aurora/site/publish/documentation/latest/installing/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/installing/index.html?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/publish/documentation/latest/installing/index.html (original)
+++ aurora/site/publish/documentation/latest/installing/index.html Sun Dec 27
22:09:27 2015
@@ -128,6 +128,8 @@
<p>Before installing Aurora, it’s important to have an understanding of
the components that make up
a functioning Aurora cluster.</p>
+<p><img alt="Aurora Components" src="../images/components.png" /></p>
+
<ul>
<li><p><strong>Aurora scheduler</strong><br>
The scheduler will be your primary interface to the work you run in your
cluster. You will
Added: aurora/site/publish/documentation/latest/tools/index.html
URL:
http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/tools/index.html?rev=1721854&view=auto
==============================================================================
--- aurora/site/publish/documentation/latest/tools/index.html (added)
+++ aurora/site/publish/documentation/latest/tools/index.html Sun Dec 27
22:09:27 2015
@@ -0,0 +1,131 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>Apache Aurora</title>
+ <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+ <link href="/assets/css/main.css" rel="stylesheet">
+ <!-- Analytics -->
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-45879646-1']);
+ _gaq.push(['_setDomainName', 'apache.org']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type =
'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ?
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+ <body>
+ <div class="container-fluid section-header">
+ <div class="container">
+ <div class="nav nav-bar">
+ <a href="/"><img src="/assets/img/aurora_logo_dkbkg.svg" width="300"
alt="Transparent Apache Aurora logo with dark background"/></a>
+ <ul class="nav navbar-nav navbar-right">
+ <li><a href="/documentation/latest/">Documentation</a></li>
+ <li><a href="/community/">Community</a></li>
+ <li><a href="/downloads/">Downloads</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ </ul>
+ </div>
+ </div>
+</div>
+
+ <div class="container-fluid">
+ <div class="container content">
+ <div class="col-md-12 documentation">
+<h5 class="page-header text-uppercase">Documentation
+<select onChange="window.location.href='/documentation/' + this.value +
'/tools/'"
+ value="latest">
+ <option value="0.11.0"
+ >
+ 0.11.0
+ (latest)
+ </option>
+ <option value="0.10.0"
+ >
+ 0.10.0
+ </option>
+ <option value="0.9.0"
+ >
+ 0.9.0
+ </option>
+ <option value="0.8.0"
+ >
+ 0.8.0
+ </option>
+ <option value="0.7.0-incubating"
+ >
+ 0.7.0-incubating
+ </option>
+ <option value="0.6.0-incubating"
+ >
+ 0.6.0-incubating
+ </option>
+ <option value="0.5.0-incubating"
+ >
+ 0.5.0-incubating
+ </option>
+</select>
+</h5>
+<h1 id="tools">Tools</h1>
+
+<p>Various tools integrate with Aurora. There is a tool missing? Let us know,
or submit a patch to add it!</p>
+
+<ul>
+<li><p>Load-balacing technology used to direct traffic to services running on
Aurora</p>
+
+<ul>
+<li><a href="https://github.com/airbnb/synapse">synapse</a> based on
HAProxy</li>
+<li><a href="https://github.com/tellapart/aurproxy">aurproxy</a> based on
nginx</li>
+<li><a href="https://github.com/benley/aurora-jobhopper">jobhopper</a>
performing HTTP redirects for easy developers and administor access</li>
+</ul></li>
+<li><p>Monitoring</p>
+
+<ul>
+<li><a href="https://github.com/zircote/collectd-aurora">collectd-aurora</a>
for cluster monitoring using collectd</li>
+<li><a href="https://github.com/tommyulfsparre/aurora_exporter">Prometheus
Aurora exporter</a> for cluster monitoring using Prometheus</li>
+<li><a
href="http://prometheus.io/docs/operating/configuration/#zookeeper-serverset-sd-configurations-serverset_sd_config">Prometheus
service discovery integration</a> for discovering and monitoring services
running on Aurora</li>
+</ul></li>
+<li><p>Packaging and deployment</p>
+
+<ul>
+<li><a href="https://github.com/apache/aurora-packaging">aurora-packaging</a>,
the source of the official Aurora packaes</li>
+</ul></li>
+</ul>
+
+</div>
+
+ </div>
+ </div>
+ <div class="container-fluid section-footer buffer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-2 col-md-offset-1"><h3>Quick Links</h3>
+ <ul>
+ <li><a href="/downloads/">Downloads</a></li>
+ <li><a href="/community/">Mailing Lists</a></li>
+ <li><a
href="http://issues.apache.org/jira/browse/AURORA">Issue Tracking</a></li>
+ <li><a href="/documentation/latest/contributing/">How
To Contribute</a></li>
+ </ul>
+ </div>
+ <div class="col-md-2"><h3>The ASF</h3>
+ <ul>
+ <li><a href="http://www.apache.org/licenses/">License</a></li>
+ <li><a
href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+ <li><a
href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a href="http://www.apache.org/security/">Security</a></li>
+ </ul>
+ </div>
+ <div class="col-md-6">
+ <p class="disclaimer">Copyright 2014 <a
href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under
the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. The <a
href="https://www.flickr.com/photos/trondk/12706051375/">Aurora Borealis IX
photo</a> displayed on the homepage is available under a <a
href="https://creativecommons.org/licenses/by-nc-nd/2.0/">Creative Commons
BY-NC-ND 2.0 license</a>. Apache, Apache Aurora, and the Apache feather logo
are trademarks of The Apache Software Foundation.</p>
+ </div>
+ </div>
+ </div>
+
+ </body>
+</html>
Modified: aurora/site/publish/sitemap.xml
URL:
http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/publish/sitemap.xml (original)
+++ aurora/site/publish/sitemap.xml Sun Dec 27 22:09:27 2015
@@ -2,842 +2,846 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://aurora.apache.org/blog/aurora-0-6-0-incubating-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-7-0-incubating-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/2015-upcoming-apache-aurora-meetups/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-8-0-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-9-0-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-at-mesoscon-seattle/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-10-0-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/aurora-0-11-0-released/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/blog/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/community/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/build-system/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/installing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/presentations/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/resources/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/security/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/thrift-deprecation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.10.0/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/build-system/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/presentations/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/resources/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/security/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/thrift-deprecation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.11.0/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/clientv2/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/resource-isolation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.5.0-incubating/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/clientv2/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/resource-isolation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.6.0-incubating/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/index2/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/resource-isolation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.7.0-incubating/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/resource-isolation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/security/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/thrift-deprecation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.8.0/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/presentations/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/resource-isolation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/security/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/thrift-deprecation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/0.9.0/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/build-system/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/client-cluster-configuration/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/client-commands/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/committers/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/configuration-reference/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/configuration-tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/contributing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/cron-jobs/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/design/command-hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/developing-aurora-client/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/developing-aurora-scheduler/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/hooks/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/installing/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/monitoring/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/presentations/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/resources/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/scheduler-storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/security/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/sla/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/storage-config/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/storage/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/test-resource-generation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/thrift-deprecation/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
+ </url>
+ <url>
+ <loc>http://aurora.apache.org/documentation/latest/tools/</loc>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/tutorial/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/user-guide/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/documentation/latest/vagrant/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/downloads/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
<url>
<loc>http://aurora.apache.org/</loc>
- <lastmod>2015-12-24T00:00:00+00:00</lastmod>
+ <lastmod>2015-12-27T00:00:00+00:00</lastmod>
</url>
</urlset>
\ No newline at end of file
Modified:
aurora/site/source/documentation/0.11.0/client-cluster-configuration.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/client-cluster-configuration.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/0.11.0/client-cluster-configuration.md
(original)
+++ aurora/site/source/documentation/0.11.0/client-cluster-configuration.md Sun
Dec 27 22:09:27 2015
@@ -66,6 +66,5 @@ URL of your VIP in a loadbalancer or a r
#### auth_mechanism
The identifier of an authentication mechanism that the client should use when
communicating with the
-scheduler. Support for values other than `UNAUTHENTICATED` is currently not
available, however work
-is [in progress](https://issues.apache.org/jira/browse/AURORA-720) to add
federated authentication
-to Aurora which will allow for more robust configuration of client/scheduler
authentication.
+scheduler. Support for values other than `UNAUTHENTICATED` requires a matching
scheduler-side
+[security configuration](/documentation/0.11.0/security/).
Modified: aurora/site/source/documentation/0.11.0/deploying-aurora-scheduler.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/deploying-aurora-scheduler.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/0.11.0/deploying-aurora-scheduler.md
(original)
+++ aurora/site/source/documentation/0.11.0/deploying-aurora-scheduler.md Sun
Dec 27 22:09:27 2015
@@ -39,7 +39,7 @@ machines. This guide helps you get the
## Installing Aurora
The Aurora scheduler is a standalone Java server. As part of the build process
it creates a bundle
of all its dependencies, with the notable exceptions of the JVM and libmesos.
Each target server
-should have a JVM (Java 8 or higher) and libmesos (0.24.1) installed.
+should have a JVM (Java 8 or higher) and libmesos (0.25.0) installed.
### Creating the Distribution .zip File (Optional)
To create a distribution for installation you will need build tools installed.
On Ubuntu this can be
@@ -152,8 +152,6 @@ to ZooKeeper) or explicitly set in the s
# ...
### Considerations for running jobs in docker containers
-*Note: Docker support is currently EXPERIMENTAL.*
-
In order for Aurora to launch jobs using docker containers, a few extra
configuration options
must be set. The [docker
containerizer](http://mesos.apache.org/documentation/latest/docker-containerizer/)
must be enabled on the mesos slaves by launching them with the
`--containerizers=docker,mesos` option.
Modified: aurora/site/source/documentation/0.11.0/developing-aurora-client.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/developing-aurora-client.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/0.11.0/developing-aurora-client.md
(original)
+++ aurora/site/source/documentation/0.11.0/developing-aurora-client.md Sun Dec
27 22:09:27 2015
@@ -22,6 +22,8 @@ are:
* Build a client executable: `./pants binary
src/main/python/apache/aurora/client:aurora`
* Test client code: `./pants test
src/test/python/apache/aurora/client/cli:all`
+If you want to build a source distribution of the client, you need to run
`./build-support/release/make-python-sdists`.
+
Running/Debugging the Client
============================
Modified: aurora/site/source/documentation/0.11.0/developing-aurora-scheduler.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/developing-aurora-scheduler.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/0.11.0/developing-aurora-scheduler.md
(original)
+++ aurora/site/source/documentation/0.11.0/developing-aurora-scheduler.md Sun
Dec 27 22:09:27 2015
@@ -1,8 +1,25 @@
Java code in the aurora repo is built with [Gradle](http://gradle.org).
+
+Prerequisite
+============
+
+When using Apache Aurora checked out from the source repository or the binary
+distribution, the Gradle wrapper and JavaScript dependencies are provided.
+However, you need to manually install them when using the source release
+downloads:
+
+1. Install Gradle following the instructions on the [Gradle web
site](http://gradle.org)
+2. From the root directory of the Apache Aurora project generate the gradle
+wrapper by running:
+
+ gradle wrapper
+
+
Getting Started
===============
-You will need Java 7 installed and on your `PATH` or unzipped somewhere with
`JAVA_HOME` set. Then
+
+You will need Java 8 installed and on your `PATH` or unzipped somewhere with
`JAVA_HOME` set. Then
./gradlew tasks
@@ -28,6 +45,21 @@ commit to origin/master.
./gradlew build -Pq
+Running integration tests
+-------------------------
+To run the same tests that are run in the Apache Aurora continuous integration
+environment:
+
+ ./build-support/jenkins/build.sh
+
+
+In addition, there is an end-to-end test that runs a suite of aurora commands
+using a virtual cluster:
+
+ bash src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
+
+
+
Creating a bundle for deployment
--------------------------------
Gradle can create a zip file containing Aurora, all of its dependencies, and a
launch script with
Added: aurora/site/source/documentation/0.11.0/images/aurora_logo.png
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/images/aurora_logo.png?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/source/documentation/0.11.0/images/aurora_logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: aurora/site/source/documentation/0.11.0/images/components.odg
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/images/components.odg?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/source/documentation/0.11.0/images/components.odg
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: aurora/site/source/documentation/0.11.0/images/components.png
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/images/components.png?rev=1721854&view=auto
==============================================================================
Binary file - no diff available.
Propchange: aurora/site/source/documentation/0.11.0/images/components.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Modified: aurora/site/source/documentation/0.11.0/index.html.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/index.html.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/0.11.0/index.html.md (original)
+++ aurora/site/source/documentation/0.11.0/index.html.md Sun Dec 27 22:09:27
2015
@@ -1,6 +1,6 @@
## Introduction
Apache Aurora is a service scheduler that runs on top of Apache Mesos,
enabling you to run long-running services that take advantage of Apache Mesos'
scalability, fault-tolerance, and resource isolation. This documentation has
been organized into sections with three audiences in mind:
-
+
* Users: General information about the project and to learn how to run an
Aurora job.
* Operators: For those that wish to manage and fine-tune an Aurora cluster.
* Developers: All the information you need to start modifying Aurora and
contributing back to the project.
@@ -14,24 +14,31 @@ We encourage you to ask questions on the
* [Configuration Tutorial](/documentation/0.11.0/configuration-tutorial/)
* [Aurora + Thermos Reference](/documentation/0.11.0/configuration-reference/)
* [Command Line Client](/documentation/0.11.0/client-commands/)
+ * [Client cluster
configuration](/documentation/0.11.0/client-cluster-configuration/)
* [Cron Jobs](/documentation/0.11.0/cron-jobs/)
## Operators
- * [Deploy Aurora](/documentation/0.11.0/deploying-aurora-scheduler/)
+ * [Installation](/documentation/0.11.0/installing/)
+ * [Deployment and cluster
configuraiton](/documentation/0.11.0/deploying-aurora-scheduler/)
+ * [Security](/documentation/0.11.0/security/)
* [Monitoring](/documentation/0.11.0/monitoring/)
* [Hooks for Aurora Client API](/documentation/0.11.0/hooks/)
* [Scheduler Storage](/documentation/0.11.0/storage/)
* [Scheduler Storage and Maintenance](/documentation/0.11.0/storage-config/)
+ * [Scheduler Storage Performance
Tuning](/documentation/0.11.0/scheduler-storage/)
* [SLA Measurement](/documentation/0.11.0/sla/)
* [Resource Isolation and Sizing](/documentation/0.11.0/resources/)
- * [Generating test resources](/documentation/0.11.0/test-resource-generation/)
## Developers
* [Contributing to the project](contributing/)
* [Developing the Aurora
Scheduler](/documentation/0.11.0/developing-aurora-scheduler/)
* [Developing the Aurora
Client](/documentation/0.11.0/developing-aurora-client/)
* [Committers Guide](/documentation/0.11.0/committers/)
+ * [Deprecation Guide](/documentation/0.11.0/thrift-deprecation/)
* [Build System](/documentation/0.11.0/build-system/)
-
+ * [Generating test resources](/documentation/0.11.0/test-resource-generation/)
+
+
## Additional Resources
+ * [Tools integrating with Aurora](/documentation/0.11.0/tools/)
* [Presentation videos and slides](/documentation/0.11.0/presentations/)
Added: aurora/site/source/documentation/0.11.0/installing.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/installing.md?rev=1721854&view=auto
==============================================================================
--- aurora/site/source/documentation/0.11.0/installing.md (added)
+++ aurora/site/source/documentation/0.11.0/installing.md Sun Dec 27 22:09:27
2015
@@ -0,0 +1,274 @@
+# Installing Aurora
+
+- [Components](#components)
+ - [Machine profiles](#machine-profiles)
+ - [Coordinator](#coordinator)
+ - [Worker](#worker)
+ - [Client](#client)
+- [Getting Aurora](#getting-aurora)
+ - [Building your own binary packages](#building-your-own-binary-packages)
+ - [RPMs](#rpms)
+- [Installing the scheduler](#installing-the-scheduler)
+ - [Ubuntu Trusty](#ubuntu-trusty)
+ - [CentOS 7](#centos-7)
+ - [Finalizing](#finalizing)
+ - [Configuration](#configuration)
+- [Installing worker components](#installing-worker-components)
+ - [Ubuntu Trusty](#ubuntu-trusty-1)
+ - [CentOS 7](#centos-7-1)
+ - [Configuration](#configuration-1)
+- [Installing the client](#installing-the-client)
+ - [Ubuntu Trusty](#ubuntu-trusty-2)
+ - [CentOS 7](#centos-7-2)
+ - [Configuration](#configuration-2)
+- [See also](#see-also)
+- [Installing Mesos](#installing-mesos)
+ - [Mesos on Ubuntu Trusty](#mesos-on-ubuntu-trusty)
+ - [Mesos on CentOS 7](#mesos-on-centos-7)
+
+## Components
+Before installing Aurora, it's important to have an understanding of the
components that make up
+a functioning Aurora cluster.
+
+
+
+* **Aurora scheduler**
+ The scheduler will be your primary interface to the work you run in your
cluster. You will
+ instruct it to run jobs, and it will manage them in Mesos for you. You will
also frequently use
+ the scheduler's web interface as a heads-up display for what's running in
your cluster.
+
+* **Aurora client**
+ The client (`aurora` command) is a command line tool that exposes primitives
that you can use to
+ interact with the scheduler.
+
+ Aurora also provides an admin client (`aurora_admin` command) that contains
commands built for
+ cluster administrators. You can use this tool to do things like manage user
quotas and manage
+ graceful maintenance on machines in cluster.
+
+* **Aurora executor**
+ The executor (a.k.a. Thermos executor) is responsible for carrying out the
workloads described in
+ the Aurora DSL (`.aurora` files). The executor is what actually executes
user processes. It will
+ also perform health checking of tasks and register tasks in ZooKeeper for
the purposes of dynamic
+ service discovery. You can find lots more detail on the executor and
Thermos in the
+ [user guide](/documentation/0.11.0/user-guide/).
+
+* **Aurora observer**
+ The observer provides browser-based access to the status of individual tasks
executing on worker
+ machines. It gives insight into the processes executing, and facilitates
browsing of task sandbox
+ directories.
+
+* **ZooKeeper**
+ [ZooKeeper](http://zookeeper.apache.org) is a distributed consensus system.
In an Aurora cluster
+ it is used for reliable election of the leading Aurora scheduler and Mesos
master.
+
+* **Mesos master**
+ The master is responsible for tracking worker machines and performing
accounting of their
+ resources. The scheduler interfaces with the master to control the cluster.
+
+* **Mesos agent**
+ The agent receives work assigned by the scheduler and executes them. It
interfaces with Linux
+ isolation systems like cgroups, namespaces and Docker to manage the resource
consumption of tasks.
+ When a user task is launched, the agent will launch the executor (in the
context of a Linux cgroup
+ or Docker container depending upon the environment), which will in turn fork
user processes.
+
+## Machine profiles
+Given that many of these components communicate over the network, there are
numerous ways you could
+assemble them to create an Aurora cluster. The simplest way is to think in
terms of three machine
+profiles:
+
+### Coordinator
+**Components**: ZooKeeper, Aurora scheduler, Mesos master
+
+A small number of machines (typically 3 or 5) responsible for cluster
orchestration. In most cases
+it is fine to co-locate these components in anything but very large clusters
(> 1000 machines).
+Beyond that point, operators will likely want to manage these services on
separate machines.
+
+In practice, 5 coordinators have been shown to reliably manage clusters with
tens of thousands of
+machines.
+
+
+### Worker
+**Components**: Aurora executor, Aurora observer, Mesos agent
+
+The bulk of the cluster, where services will actually run.
+
+### Client
+**Components**: Aurora client, Aurora admin client
+
+Any machines that users submit jobs from.
+
+## Getting Aurora
+Source and binary distributions can be found on our
+[downloads](https://aurora.apache.org/downloads/) page. Installing from
binary packages is
+recommended for most.
+
+### Building your own binary packages
+Our package build toolchain makes it easy to build your own packages if you
would like. See the
+[instructions](https://github.com/apache/aurora-packaging) to learn how.
+
+### RPMs
+We currently have work in progress to provide official RPMs. As of this
writing, the suggested way
+to get RPMs is to [build them](#building-your-own-binary-packages).
+
+We do have unofficial experimental RPMs available for testing purposes.
+
+**Use these RPMs at your own risk, they are not officially released under the
ASF guidelines.**
+
+ echo '[apache-aurora-wfarner]
+ name=Apache Aurora distribution maintained by wfarner
+
baseurl=http://people.apache.org/~wfarner/aurora/distributions/0.9.0/rpm/centos-7/x86_64/
+ gpgcheck = 0' | sudo tee /etc/yum.repos.d/apache-aurora-wfarner.repo >
/dev/null
+
+
+## Installing the scheduler
+### Ubuntu Trusty
+
+1. Install Mesos
+ Skip down to [install mesos](#mesos-on-ubuntu-trusty), then run:
+
+ sudo start mesos-master
+
+2. Install ZooKeeper
+
+ sudo apt-get install -y zookeeperd
+
+3. Install the Aurora scheduler
+
+ wget -c
https://apache.bintray.com/aurora/aurora-scheduler_0.10.0-1_amd64.deb
+ sudo dpkg -i aurora-scheduler_0.10.0-1_amd64.deb
+
+### CentOS 7
+
+1. Install Mesos
+ Skip down to [install mesos](#mesos-on-centos-7), then run:
+
+ sudo systemctl start mesos-master
+
+2. Install ZooKeeper
+
+ sudo rpm -Uvh
https://archive.cloudera.com/cdh4/one-click-install/redhat/6/x86_64/cloudera-cdh-4-0.x86_64.rpm
+ sudo yum install -y java-1.8.0-openjdk-headless zookeeper-server
+
+ sudo service zookeeper-server init
+ sudo systemctl start zookeeper-server
+
+3. Install the Aurora scheduler
+ If you haven't already, read the section on [how to get Aurora RPMs](#rpms).
+
+ # Note: for older Aurora RPM versions, this may be called 'aurora'.
+ sudo yum install -y aurora-scheduler
+
+Note: if you are using the unreleased 0.9.0 RPM, you will need to edit
`/etc/sysconfig/aurora`:
+Change
+`-mesos_master_address='zk://127.0.0.1:2181/mesos/master'`
+To
+`-mesos_master_address='zk://127.0.0.1:2181/mesos'`
+And
+`-native_log_file_path='/var/lib/aurora/db'`
+To
+`-native_log_file_path='/var/lib/aurora/scheduler/db'`
+
+### Finalizing
+By default, the scheduler will start in an uninitialized mode. This is
because external
+coordination is necessary to be certain operator error does not result in a
quorum of schedulers
+starting up and believing their databases are empty when in fact they should
be re-joining a
+cluster.
+
+Because of this, a fresh install of the scheduler will need intervention to
start up. First,
+stop the scheduler service.
+Ubuntu: `sudo stop aurora-scheduler`
+CentOS: `sudo systemctl stop aurora`
+
+Now initialize the database:
+
+ sudo -u aurora mkdir -p /var/lib/aurora/scheduler/db
+ sudo -u aurora mesos-log initialize --path=/var/lib/aurora/scheduler/db
+
+Now you can start the scheduler back up.
+Ubuntu: `sudo start aurora-scheduler`
+CentOS: `sudo systemctl start aurora`
+
+### Configuration
+For more detail on this topic, see the dedicated page on
+[deploying the scheduler](/documentation/0.11.0/deploying-aurora-scheduler/)
+
+
+## Installing worker components
+### Ubuntu Trusty
+
+1. Install Mesos
+ Skip down to [install mesos](#mesos-on-ubuntu-trusty), then run:
+
+ sudo start mesos-slave
+
+2. Install Aurora executor and observer
+
+ wget -c
https://apache.bintray.com/aurora/aurora-executor_0.10.0-1_amd64.deb
+ sudo dpkg -i aurora-executor_0.10.0-1_amd64.deb
+
+### CentOS 7
+
+1. Install Mesos
+ Skip down to [install mesos](#mesos-on-centos-7), then run:
+
+ sudo systemctl start mesos-slave
+
+2. Install Aurora executor and observer
+ If you haven't already, read the section on [how to get Aurora RPMs](#rpms).
+
+ # Note: for older Aurora RPM versions, this may be called
'aurora-thermos'.
+ sudo yum install -y aurora-executor
+
+### Configuration
+The executor and observer typically do not require much configuration.
Command line arguments can
+be passed to the executor using a command line argument on the scheduler.
+
+## Installing the client
+### Ubuntu Trusty
+
+ sudo apt-get install -y python2.7 wget
+
+ wget https://apache.bintray.com/aurora/aurora-tools_0.10.0-1_amd64.deb
+ sudo dpkg -i aurora-tools_0.10.0-1_amd64.deb
+
+### CentOS 7
+If you haven't already, read the section on [how to get Aurora RPMs](#rpms).
+
+ # Note: for older Aurora RPM versions, this may be called 'aurora-client'.
+ sudo yum install -y aurora-tools
+
+### Configuration
+Client configuration lives in a json file that describes the clusters
available and how to reach
+them. By default this file is at `/etc/aurora/clusters.json`.
+
+Jobs may be submitted to the scheduler using the client, and are described with
+[job configurations](/documentation/0.11.0/configuration-reference/) expressed
in `.aurora` files. Typically you will
+maintain a single job configuration file to describe one or more deployment
environments (e.g.
+dev, test, prod) for a production job.
+
+## See also
+We have other docs that you will find useful once you have your cluster up and
running:
+
+- [Monitor](/documentation/0.11.0/monitoring/) your cluster
+- Enable scheduler [security](/documentation/0.11.0/security/)
+- View job SLA [statistics](/documentation/0.11.0/sla/)
+- Understand the internals of the scheduler's
[storage](/documentation/0.11.0/storage/)
+
+## Installing Mesos
+Mesos uses a single package for the Mesos master and slave. As a result, the
package dependencies
+are identical for both.
+
+### Mesos on Ubuntu Trusty
+
+ sudo add-apt-repository ppa:openjdk-r/ppa -y
+ sudo apt-get update
+
+ sudo apt-get install -y software-properties-common wget libsvn1 libcurl3
openjdk-8-jre-headless
+
+ wget -c
http://downloads.mesosphere.io/master/ubuntu/14.04/mesos_0.23.0-1.0.ubuntu1404_amd64.deb
+ sudo dpkg -i mesos_0.23.0-1.0.ubuntu1404_amd64.deb
+
+### Mesos on CentOS 7
+
+ sudo rpm -Uvh
http://repos.mesosphere.io/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm
+ sudo yum install -y mesos-0.22.0
Added: aurora/site/source/documentation/0.11.0/tools.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/0.11.0/tools.md?rev=1721854&view=auto
==============================================================================
--- aurora/site/source/documentation/0.11.0/tools.md (added)
+++ aurora/site/source/documentation/0.11.0/tools.md Sun Dec 27 22:09:27 2015
@@ -0,0 +1,16 @@
+# Tools
+
+Various tools integrate with Aurora. There is a tool missing? Let us know, or
submit a patch to add it!
+
+* Load-balacing technology used to direct traffic to services running on Aurora
+ - [synapse](https://github.com/airbnb/synapse) based on HAProxy
+ - [aurproxy](https://github.com/tellapart/aurproxy) based on nginx
+ - [jobhopper](https://github.com/benley/aurora-jobhopper) performing HTTP
redirects for easy developers and administor access
+
+* Monitoring
+ - [collectd-aurora](https://github.com/zircote/collectd-aurora) for cluster
monitoring using collectd
+ - [Prometheus Aurora
exporter](https://github.com/tommyulfsparre/aurora_exporter) for cluster
monitoring using Prometheus
+ - [Prometheus service discovery
integration](http://prometheus.io/docs/operating/configuration/#zookeeper-serverset-sd-configurations-serverset_sd_config)
for discovering and monitoring services running on Aurora
+
+* Packaging and deployment
+ - [aurora-packaging](https://github.com/apache/aurora-packaging), the source
of the official Aurora packaes
Modified:
aurora/site/source/documentation/latest/client-cluster-configuration.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/client-cluster-configuration.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/client-cluster-configuration.md
(original)
+++ aurora/site/source/documentation/latest/client-cluster-configuration.md Sun
Dec 27 22:09:27 2015
@@ -66,6 +66,5 @@ URL of your VIP in a loadbalancer or a r
#### auth_mechanism
The identifier of an authentication mechanism that the client should use when
communicating with the
-scheduler. Support for values other than `UNAUTHENTICATED` is currently not
available, however work
-is [in progress](https://issues.apache.org/jira/browse/AURORA-720) to add
federated authentication
-to Aurora which will allow for more robust configuration of client/scheduler
authentication.
+scheduler. Support for values other than `UNAUTHENTICATED` requires a matching
scheduler-side
+[security configuration](/documentation/latest/security/).
Modified: aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/deploying-aurora-scheduler.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/deploying-aurora-scheduler.md
(original)
+++ aurora/site/source/documentation/latest/deploying-aurora-scheduler.md Sun
Dec 27 22:09:27 2015
@@ -39,7 +39,7 @@ machines. This guide helps you get the
## Installing Aurora
The Aurora scheduler is a standalone Java server. As part of the build process
it creates a bundle
of all its dependencies, with the notable exceptions of the JVM and libmesos.
Each target server
-should have a JVM (Java 8 or higher) and libmesos (0.24.1) installed.
+should have a JVM (Java 8 or higher) and libmesos (0.25.0) installed.
### Creating the Distribution .zip File (Optional)
To create a distribution for installation you will need build tools installed.
On Ubuntu this can be
@@ -152,8 +152,6 @@ to ZooKeeper) or explicitly set in the s
# ...
### Considerations for running jobs in docker containers
-*Note: Docker support is currently EXPERIMENTAL.*
-
In order for Aurora to launch jobs using docker containers, a few extra
configuration options
must be set. The [docker
containerizer](http://mesos.apache.org/documentation/latest/docker-containerizer/)
must be enabled on the mesos slaves by launching them with the
`--containerizers=docker,mesos` option.
Modified: aurora/site/source/documentation/latest/developing-aurora-client.md
URL:
http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/developing-aurora-client.md?rev=1721854&r1=1721853&r2=1721854&view=diff
==============================================================================
--- aurora/site/source/documentation/latest/developing-aurora-client.md
(original)
+++ aurora/site/source/documentation/latest/developing-aurora-client.md Sun Dec
27 22:09:27 2015
@@ -22,6 +22,8 @@ are:
* Build a client executable: `./pants binary
src/main/python/apache/aurora/client:aurora`
* Test client code: `./pants test
src/test/python/apache/aurora/client/cli:all`
+If you want to build a source distribution of the client, you need to run
`./build-support/release/make-python-sdists`.
+
Running/Debugging the Client
============================