Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9E4AD18002 for ; Tue, 15 Dec 2015 00:11:08 +0000 (UTC) Received: (qmail 57477 invoked by uid 500); 15 Dec 2015 00:11:08 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 57433 invoked by uid 500); 15 Dec 2015 00:11:08 -0000 Mailing-List: contact commits-help@aurora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.apache.org Delivered-To: mailing list commits@aurora.apache.org Received: (qmail 57424 invoked by uid 99); 15 Dec 2015 00:11:08 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Dec 2015 00:11:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id E2986C0D15 for ; Tue, 15 Dec 2015 00:11:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qf__mxrtxhjw for ; Tue, 15 Dec 2015 00:10:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 1B5E5265FE for ; Tue, 15 Dec 2015 00:10:54 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5C397E0044 for ; Tue, 15 Dec 2015 00:10:53 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id E74E43A081E for ; Tue, 15 Dec 2015 00:10:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1720051 - in /aurora/site: publish/ publish/documentation/latest/configuration-reference/ publish/documentation/latest/configuration-tutorial/ publish/documentation/latest/deploying-aurora-scheduler/ source/documentation/latest/ Date: Tue, 15 Dec 2015 00:10:52 -0000 To: commits@aurora.apache.org From: zmanji@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151215001052.E74E43A081E@svn01-us-west.apache.org> Author: zmanji Date: Tue Dec 15 00:10:52 2015 New Revision: 1720051 URL: http://svn.apache.org/viewvc?rev=1720051&view=rev Log: Update docs from master Modified: aurora/site/publish/documentation/latest/configuration-reference/index.html aurora/site/publish/documentation/latest/configuration-tutorial/index.html aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html aurora/site/publish/sitemap.xml aurora/site/source/documentation/latest/configuration-reference.md aurora/site/source/documentation/latest/configuration-tutorial.md aurora/site/source/documentation/latest/deploying-aurora-scheduler.md Modified: aurora/site/publish/documentation/latest/configuration-reference/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/configuration-reference/index.html?rev=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/publish/documentation/latest/configuration-reference/index.html (original) +++ aurora/site/publish/documentation/latest/configuration-reference/index.html Tue Dec 15 00:10:52 2015 @@ -899,13 +899,6 @@ does not shut down on its own after this

Specifying Scheduling Constraints

-

Most users will not need to specify constraints explicitly, as the -scheduler automatically inserts reasonable defaults that attempt to -ensure reliability without impacting schedulability. For example, the -scheduler inserts a host: limit:1 constraint, ensuring -that your shards run on different physical machines. Please do not -set this field unless you are sure of what you are doing.

-

In the Job object there is a map constraints from String to String allowing the user to tailor the schedulability of tasks within the job.

@@ -961,7 +954,8 @@ Aurora client or Aurora-provided service

mesos Namespace

-

The mesos namespace contains the instance variable that can be used +

The mesos namespace contains variables which relate to the mesos slave +which launched the task. The instance variable can be used to distinguish between Task replicas.

@@ -976,6 +970,11 @@ to distinguish between Task replicas.

Integer + + + + +
The instance number of the created task. A job with 5 replicas has instance numbers 0, 1, 2, 3, and 4.
hostnameStringThe instance hostname that the task was launched on.

thermos Namespace

Modified: aurora/site/publish/documentation/latest/configuration-tutorial/index.html URL: http://svn.apache.org/viewvc/aurora/site/publish/documentation/latest/configuration-tutorial/index.html?rev=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/publish/documentation/latest/configuration-tutorial/index.html (original) +++ aurora/site/publish/documentation/latest/configuration-tutorial/index.html Tue Dec 15 00:10:52 2015 @@ -559,10 +559,13 @@ attributes. Details can be found in the

The jobs List

At the end of your .aurora file, you need to specify a list of the -file’s defined Jobs to run in the order listed. For example, the -following runs first job1, then job2, then job3.

+file’s defined Jobs. For example, the following exports the jobs job1, +job2, and job3.

+
jobs = [job1, job2, job3]
+
-

jobs = [job1, job2, job3]

+

This allows the aurora client to invoke commands on those jobs, such as +starting, updating, or killing them.

Templating

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=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html (original) +++ aurora/site/publish/documentation/latest/deploying-aurora-scheduler/index.html Tue Dec 15 00:10:52 2015 @@ -125,7 +125,7 @@ machines. This guide helps you get the

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 7 or higher) and libmesos (0.23.0) installed.

+should have a JVM (Java 8 or higher) and libmesos (0.24.1) installed.

Creating the Distribution .zip File (Optional)

@@ -230,7 +230,7 @@ log and storage configuration options.Initializing the Replicated Log -

Before you start Aurora you will also need to initialize the log on a majority of the masters.

+

Before you start Aurora you will also need to initialize the log on a majority of the schedulers.

mesos-log initialize --path="/path/to/native/log"
 
Modified: aurora/site/publish/sitemap.xml URL: http://svn.apache.org/viewvc/aurora/site/publish/sitemap.xml?rev=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/publish/sitemap.xml (original) +++ aurora/site/publish/sitemap.xml Tue Dec 15 00:10:52 2015 @@ -2,738 +2,738 @@ http://aurora.apache.org/blog/aurora-0-6-0-incubating-released/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/aurora-0-7-0-incubating-released/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/2015-upcoming-apache-aurora-meetups/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/aurora-0-8-0-released/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/aurora-0-9-0-released/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/aurora-at-mesoscon-seattle/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/aurora-0-10-0-released/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/blog/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/community/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/developers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/docs/gettingstarted/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/docs/howtocontribute/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/build-system/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/presentations/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/resources/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/security/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/thrift-deprecation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.10.0/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/clientv2/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/resource-isolation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.5.0-incubating/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/clientv2/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/resource-isolation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.6.0-incubating/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/index2/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/resource-isolation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.7.0-incubating/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/resource-isolation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/security/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/thrift-deprecation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.8.0/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/presentations/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/resource-isolation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/security/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/thrift-deprecation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/0.9.0/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/build-system/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/client-cluster-configuration/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/client-commands/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/committers/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/configuration-reference/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/configuration-tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/contributing/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/cron-jobs/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/deploying-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/design/command-hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/developing-aurora-client/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/developing-aurora-scheduler/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/hooks/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/monitoring/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/presentations/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/resources/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/scheduler-storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/security/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/sla/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/storage-config/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/storage/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/test-resource-generation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/thrift-deprecation/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/tutorial/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/user-guide/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/documentation/latest/vagrant/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/downloads/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 http://aurora.apache.org/ - 2015-12-13T00:00:00+00:00 + 2015-12-15T00:00:00+00:00 \ No newline at end of file Modified: aurora/site/source/documentation/latest/configuration-reference.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/configuration-reference.md?rev=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/source/documentation/latest/configuration-reference.md (original) +++ aurora/site/source/documentation/latest/configuration-reference.md Tue Dec 15 00:10:52 2015 @@ -491,13 +491,6 @@ does not shut down on its own after this Specifying Scheduling Constraints ================================= -Most users will not need to specify constraints explicitly, as the -scheduler automatically inserts reasonable defaults that attempt to -ensure reliability without impacting schedulability. For example, the -scheduler inserts a `host: limit:1` constraint, ensuring -that your shards run on different physical machines. Please do not -set this field unless you are sure of what you are doing. - In the `Job` object there is a map `constraints` from String to String allowing the user to tailor the schedulability of tasks within the job. @@ -543,12 +536,14 @@ Aurora client or Aurora-provided service ### mesos Namespace -The `mesos` namespace contains the `instance` variable that can be used +The `mesos` namespace contains variables which relate to the `mesos` slave +which launched the task. The `instance` variable can be used to distinguish between Task replicas. | variable name | type | description | --------------- | :--------: | ------------- | ```instance``` | Integer | The instance number of the created task. A job with 5 replicas has instance numbers 0, 1, 2, 3, and 4. +| ```hostname``` | String | The instance hostname that the task was launched on. ### thermos Namespace Modified: aurora/site/source/documentation/latest/configuration-tutorial.md URL: http://svn.apache.org/viewvc/aurora/site/source/documentation/latest/configuration-tutorial.md?rev=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/source/documentation/latest/configuration-tutorial.md (original) +++ aurora/site/source/documentation/latest/configuration-tutorial.md Tue Dec 15 00:10:52 2015 @@ -460,10 +460,13 @@ attributes. Details can be found in the ## The jobs List At the end of your `.aurora` file, you need to specify a list of the -file's defined Jobs to run in the order listed. For example, the -following runs first `job1`, then `job2`, then `job3`. +file's defined Jobs. For example, the following exports the jobs `job1`, +`job2`, and `job3`. -jobs = [job1, job2, job3] + jobs = [job1, job2, job3] + +This allows the aurora client to invoke commands on those jobs, such as +starting, updating, or killing them. Templating ---------- 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=1720051&r1=1720050&r2=1720051&view=diff ============================================================================== --- aurora/site/source/documentation/latest/deploying-aurora-scheduler.md (original) +++ aurora/site/source/documentation/latest/deploying-aurora-scheduler.md Tue Dec 15 00:10:52 2015 @@ -38,7 +38,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 7 or higher) and libmesos (0.23.0) installed. +should have a JVM (Java 8 or higher) and libmesos (0.24.1) installed. ### Creating the Distribution .zip File (Optional) To create a distribution for installation you will need build tools installed. On Ubuntu this can be @@ -121,7 +121,7 @@ See [this document](/documentation/lates log and storage configuration options. ## Initializing the Replicated Log -Before you start Aurora you will also need to initialize the log on a majority of the masters. +Before you start Aurora you will also need to initialize the log on a majority of the schedulers. mesos-log initialize --path="/path/to/native/log"