You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by dl...@apache.org on 2014/11/03 23:40:10 UTC

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

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.</p>
 
 <p>When you create a job, part of the output response contains a URL that goes
 to the job&rsquo;s scheduler UI page. For example:</p>
-<pre class="highlight text">vagrant@precise64:~$ aurora create example/www-data/prod/hello /vagrant/examples/jobs/hello_world.aurora
+<pre class="highlight text">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.</p>
 <p>Part of the output from creating a new Job is a URL for the Job&rsquo;s scheduler UI page.</p>
 
 <p>For example:</p>
-<pre class="highlight text">  vagrant@precise64:~$ aurora create example/www-data/prod/hello \
+<pre class="highlight text">  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)