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

svn commit: r1636462 [1/3] - in /mesos/site: publish/ publish/documentation/app-framework-development-guide/ publish/documentation/configuration/ publish/documentation/latest/app-framework-development-guide/ publish/documentation/latest/configuration/ ...

Author: dlester
Date: Mon Nov  3 22:37:09 2014
New Revision: 1636462

URL: http://svn.apache.org/r1636462
Log:
Update project documentation, including Configuration, framework development, and the adopters list.

Modified:
    mesos/site/publish/documentation/app-framework-development-guide/index.html
    mesos/site/publish/documentation/configuration/index.html
    mesos/site/publish/documentation/latest/app-framework-development-guide/index.html
    mesos/site/publish/documentation/latest/configuration/index.html
    mesos/site/publish/documentation/latest/powered-by-mesos/index.html
    mesos/site/publish/documentation/powered-by-mesos/index.html
    mesos/site/publish/sitemap.xml
    mesos/site/source/documentation/latest/app-framework-development-guide.md
    mesos/site/source/documentation/latest/configuration.md
    mesos/site/source/documentation/latest/powered-by-mesos.md

Modified: mesos/site/publish/documentation/app-framework-development-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/app-framework-development-guide/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/app-framework-development-guide/index.html (original)
+++ mesos/site/publish/documentation/app-framework-development-guide/index.html Mon Nov  3 22:37:09 2014
@@ -293,7 +293,7 @@
   virtual void shutdown(ExecutorDriver* driver) = 0;
 
   /**
-   * Invoked when a fatal error has occured with the executor and/or
+   * Invoked when a fatal error has occurred with the executor and/or
    * executor driver. The driver will be aborted BEFORE invoking this
    * callback.
    */

Modified: mesos/site/publish/documentation/configuration/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/configuration/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/configuration/index.html (original)
+++ mesos/site/publish/documentation/configuration/index.html Mon Nov  3 22:37:09 2014
@@ -214,7 +214,7 @@
                                            NOTE: This flag is *experimental* and should not be used in
                                            production yet. (default: false)
 
-  --roles=VALUE                            A comma seperated list of the allocation
+  --roles=VALUE                            A comma separated list of the allocation
                                            roles that frameworks in this cluster may
                                            belong to.
 
@@ -232,7 +232,7 @@
 
   --webui_dir=VALUE                        Location of the webui files/assets (default: /usr/local/share/mesos/webui)
 
-  --weights=VALUE                          A comma seperated list of role/weight pairs
+  --weights=VALUE                          A comma separated list of role/weight pairs
                                            of the form 'role=weight,role=weight'. Weights
                                            are used to indicate forms of priority.
 

Modified: mesos/site/publish/documentation/latest/app-framework-development-guide/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/app-framework-development-guide/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/app-framework-development-guide/index.html (original)
+++ mesos/site/publish/documentation/latest/app-framework-development-guide/index.html Mon Nov  3 22:37:09 2014
@@ -293,7 +293,7 @@
   virtual void shutdown(ExecutorDriver* driver) = 0;
 
   /**
-   * Invoked when a fatal error has occured with the executor and/or
+   * Invoked when a fatal error has occurred with the executor and/or
    * executor driver. The driver will be aborted BEFORE invoking this
    * callback.
    */

Modified: mesos/site/publish/documentation/latest/configuration/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/configuration/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/configuration/index.html (original)
+++ mesos/site/publish/documentation/latest/configuration/index.html Mon Nov  3 22:37:09 2014
@@ -214,7 +214,7 @@
                                            NOTE: This flag is *experimental* and should not be used in
                                            production yet. (default: false)
 
-  --roles=VALUE                            A comma seperated list of the allocation
+  --roles=VALUE                            A comma separated list of the allocation
                                            roles that frameworks in this cluster may
                                            belong to.
 
@@ -232,7 +232,7 @@
 
   --webui_dir=VALUE                        Location of the webui files/assets (default: /usr/local/share/mesos/webui)
 
-  --weights=VALUE                          A comma seperated list of role/weight pairs
+  --weights=VALUE                          A comma separated list of role/weight pairs
                                            of the form 'role=weight,role=weight'. Weights
                                            are used to indicate forms of priority.
 

Modified: mesos/site/publish/documentation/latest/powered-by-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/powered-by-mesos/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/latest/powered-by-mesos/index.html Mon Nov  3 22:37:09 2014
@@ -131,6 +131,7 @@
 <li><a href="http://www.mediacrossing.com">MediaCrossing</a></li>
 <li><a href="http://www.mesosphere.io">Mesosphere</a></li>
 <li><a href="http://www.netflix.com">Netflix</a></li>
+<li><a href="http://www.oakmorelabs.com">Oakmore Labs</a></li>
 <li><a href="http://www.opencredo.com/">OpenCredo</a></li>
 <li><a href="http://www.opentable.com">OpenTable</a></li>
 <li><a href="https://www.hioscar.com/">Oscar Insurance</a></li>

Modified: mesos/site/publish/documentation/powered-by-mesos/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/powered-by-mesos/index.html?rev=1636462&r1=1636461&r2=1636462&view=diff
==============================================================================
--- mesos/site/publish/documentation/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/powered-by-mesos/index.html Mon Nov  3 22:37:09 2014
@@ -131,6 +131,7 @@
 <li><a href="http://www.mediacrossing.com">MediaCrossing</a></li>
 <li><a href="http://www.mesosphere.io">Mesosphere</a></li>
 <li><a href="http://www.netflix.com">Netflix</a></li>
+<li><a href="http://www.oakmorelabs.com">Oakmore Labs</a></li>
 <li><a href="http://www.opencredo.com/">OpenCredo</a></li>
 <li><a href="http://www.opentable.com">OpenTable</a></li>
 <li><a href="https://www.hioscar.com/">Oscar Insurance</a></li>