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 0FD6A17792 for ; Mon, 3 Nov 2014 22:41:35 +0000 (UTC) Received: (qmail 68200 invoked by uid 500); 3 Nov 2014 22:41:35 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 68157 invoked by uid 500); 3 Nov 2014 22:41:34 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 68145 invoked by uid 99); 3 Nov 2014 22:41:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 22:41:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2014 22:41:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8E8AA23889E2; Mon, 3 Nov 2014 22:40:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1636463 - in /incubator/aurora/site: publish/documentation/latest/client-commands/index.html publish/documentation/latest/user-guide/index.html source/documentation/latest/client-commands.md source/documentation/latest/user-guide.md Date: Mon, 03 Nov 2014 22:40:10 -0000 To: commits@aurora.incubator.apache.org From: dlester@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20141103224010.8E8AA23889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dlester Date: Mon Nov 3 22:40:09 2014 New Revision: 1636463 URL: http://svn.apache.org/r1636463 Log: Updates user guide and client commands documentation. Modified: incubator/aurora/site/publish/documentation/latest/client-commands/index.html incubator/aurora/site/publish/documentation/latest/user-guide/index.html incubator/aurora/site/source/documentation/latest/client-commands.md incubator/aurora/site/source/documentation/latest/user-guide.md Modified: incubator/aurora/site/publish/documentation/latest/client-commands/index.html URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/client-commands/index.html?rev=1636463&r1=1636462&r2=1636463&view=diff ============================================================================== --- incubator/aurora/site/publish/documentation/latest/client-commands/index.html (original) +++ incubator/aurora/site/publish/documentation/latest/client-commands/index.html Mon Nov 3 22:40:09 2014 @@ -471,7 +471,7 @@ cluster.

When you create a job, part of the output response contains a URL that goes to the job’s scheduler UI page. For example:

-
vagrant@precise64:~$ aurora create example/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
+
vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
 INFO] Creating job hello
 INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)
 INFO] Job url: http://precise64:8081/scheduler/www-data/prod/hello

Modified: incubator/aurora/site/publish/documentation/latest/user-guide/index.html
URL: http://svn.apache.org/viewvc/incubator/aurora/site/publish/documentation/latest/user-guide/index.html?rev=1636463&r1=1636462&r2=1636463&view=diff
==============================================================================
--- incubator/aurora/site/publish/documentation/latest/user-guide/index.html (original)
+++ incubator/aurora/site/publish/documentation/latest/user-guide/index.html Mon Nov  3 22:40:09 2014
@@ -424,7 +424,7 @@ about the Aurora Client.

Part of the output from creating a new Job is a URL for the Job’s scheduler UI page.

For example:

-
  vagrant@precise64:~$ aurora create example/www-data/prod/hello \
+
  vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello \
   /vagrant/examples/jobs/hello_world.aurora
   INFO] Creating job hello
   INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)

Modified: incubator/aurora/site/source/documentation/latest/client-commands.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/documentation/latest/client-commands.md?rev=1636463&r1=1636462&r2=1636463&view=diff
==============================================================================
--- incubator/aurora/site/source/documentation/latest/client-commands.md (original)
+++ incubator/aurora/site/source/documentation/latest/client-commands.md Mon Nov  3 22:40:09 2014
@@ -405,7 +405,7 @@ cluster.
 When you create a job, part of the output response contains a URL that goes
 to the job's scheduler UI page. For example:
 
-    vagrant@precise64:~$ aurora create example/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
+    vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
     INFO] Creating job hello
     INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)
     INFO] Job url: http://precise64:8081/scheduler/www-data/prod/hello

Modified: incubator/aurora/site/source/documentation/latest/user-guide.md
URL: http://svn.apache.org/viewvc/incubator/aurora/site/source/documentation/latest/user-guide.md?rev=1636463&r1=1636462&r2=1636463&view=diff
==============================================================================
--- incubator/aurora/site/source/documentation/latest/user-guide.md (original)
+++ incubator/aurora/site/source/documentation/latest/user-guide.md Mon Nov  3 22:40:09 2014
@@ -329,7 +329,7 @@ You interact with Aurora jobs either via
 
   For example:
 
-      vagrant@precise64:~$ aurora create example/www-data/prod/hello \
+      vagrant@precise64:~$ aurora create devcluster/www-data/prod/hello \
       /vagrant/examples/jobs/hello_world.aurora
       INFO] Creating job hello
       INFO] Response from scheduler: OK (message: 1 new tasks pending for job www-data/prod/hello)