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/04/30 20:12:35 UTC

svn commit: r1591431 - in /mesos/site: publish/ publish/documentation/deploy-scripts/ publish/documentation/latest/deploy-scripts/ publish/documentation/latest/powered-by-mesos/ publish/documentation/powered-by-mesos/ source/documentation/latest/

Author: dlester
Date: Wed Apr 30 18:12:34 2014
New Revision: 1591431

URL: http://svn.apache.org/r1591431
Log:
Updates Mesos documentation, including deploy scripts page and PoweredByMesos list.

Modified:
    mesos/site/publish/documentation/deploy-scripts/index.html
    mesos/site/publish/documentation/latest/deploy-scripts/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/deploy-scripts.md
    mesos/site/source/documentation/latest/powered-by-mesos.md

Modified: mesos/site/publish/documentation/deploy-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/deploy-scripts/index.html?rev=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/publish/documentation/deploy-scripts/index.html (original)
+++ mesos/site/publish/documentation/deploy-scripts/index.html Wed Apr 30 18:12:34 2014
@@ -103,11 +103,11 @@
 	<div class="col-md-8">
 		<h1>Deploy Scripts</h1>
 
-<p>Mesos includes a set of scripts in <code>MESOS_HOME/deploy</code> that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: <code>MESOS_HOME/conf/masters</code>, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and <code>MESOS_HOME/conf/slaves</code>, which should contain a list of hostnames for your slaves. You can then start a cluster with <code>deploy/start-mesos</code> and stop it with <code>deploy/stop-mesos</code>.</p>
+<p>Mesos includes a set of scripts in <code>[install-prefix]/sbin</code> that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: <code>[install-prefix]/var/mesos/deploy/masters</code>, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and <code>[install-prefix]/var/mesos/deploy/slaves</code>, which should contain a list of hostnames for your slaves (one per line). You can then start a cluster with <code>[install-prefix]/sbin/mesos-start-cluster.sh</code> and stop it with <code>[install-prefix]/sbin/mesos-stop-cluster.sh</code>.</p>
 
-<p>It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing <code>MESOS_HOME/deploy/mesos-env.sh</code>. One particularly useful setting is <code>LIBPROCESS_IP</code>, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine&rsquo;s external IP address, so you can set the right IP through this variable.</p>
+<p>It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing <code>[install-prefix]/var/mesos/deploy/mesos-deploy-env.sh</code>. One particularly useful setting is <code>LIBPROCESS_IP</code>, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine&rsquo;s external IP address, so you can set the right IP through this variable. Besides the common environment variables of master and slave configured in <code>[install-prefix/var/mesos/deploy/mesos-deploy-env.sh</code>, it is also possible to set master specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-master-env.sh</code>, slave specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-slave-env.sh</code>.</p>
 
-<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (for multiple masters), you can do so by either editing <code>deploy/mesos-env.sh</code> to set <code>MESOS_URL</code> to a <code>zoo://</code> or <code>zoofile://</code> URL, or by editing <code>conf/mesos.conf</code> to set the <code>url</code> configuration parameter. Please see the &ldquo;High Availability&rdquo; documentation for details.</p>
+<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (/documentation/latest/for multiple masters). Please see the <a href="high-availability/">High Availability</a> documentation for details.</p>
 
 <h2>Notes</h2>
 

Modified: mesos/site/publish/documentation/latest/deploy-scripts/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/documentation/latest/deploy-scripts/index.html?rev=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/deploy-scripts/index.html (original)
+++ mesos/site/publish/documentation/latest/deploy-scripts/index.html Wed Apr 30 18:12:34 2014
@@ -103,11 +103,11 @@
 	<div class="col-md-8">
 		<h1>Deploy Scripts</h1>
 
-<p>Mesos includes a set of scripts in <code>MESOS_HOME/deploy</code> that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: <code>MESOS_HOME/conf/masters</code>, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and <code>MESOS_HOME/conf/slaves</code>, which should contain a list of hostnames for your slaves. You can then start a cluster with <code>deploy/start-mesos</code> and stop it with <code>deploy/stop-mesos</code>.</p>
+<p>Mesos includes a set of scripts in <code>[install-prefix]/sbin</code> that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: <code>[install-prefix]/var/mesos/deploy/masters</code>, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and <code>[install-prefix]/var/mesos/deploy/slaves</code>, which should contain a list of hostnames for your slaves (one per line). You can then start a cluster with <code>[install-prefix]/sbin/mesos-start-cluster.sh</code> and stop it with <code>[install-prefix]/sbin/mesos-stop-cluster.sh</code>.</p>
 
-<p>It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing <code>MESOS_HOME/deploy/mesos-env.sh</code>. One particularly useful setting is <code>LIBPROCESS_IP</code>, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine&rsquo;s external IP address, so you can set the right IP through this variable.</p>
+<p>It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing <code>[install-prefix]/var/mesos/deploy/mesos-deploy-env.sh</code>. One particularly useful setting is <code>LIBPROCESS_IP</code>, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine&rsquo;s external IP address, so you can set the right IP through this variable. Besides the common environment variables of master and slave configured in <code>[install-prefix/var/mesos/deploy/mesos-deploy-env.sh</code>, it is also possible to set master specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-master-env.sh</code>, slave specific environment variables in <code>[install-prefix]/var/mesos/deploy/mesos-slave-env.sh</code>.</p>
 
-<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (for multiple masters), you can do so by either editing <code>deploy/mesos-env.sh</code> to set <code>MESOS_URL</code> to a <code>zoo://</code> or <code>zoofile://</code> URL, or by editing <code>conf/mesos.conf</code> to set the <code>url</code> configuration parameter. Please see the &ldquo;High Availability&rdquo; documentation for details.</p>
+<p>Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (/documentation/latest/for multiple masters). Please see the <a href="high-availability/">High Availability</a> documentation for details.</p>
 
 <h2>Notes</h2>
 

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=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/publish/documentation/latest/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/latest/powered-by-mesos/index.html Wed Apr 30 18:12:34 2014
@@ -122,6 +122,7 @@
 <li><a href="http://www.meemo.io">meemo</a></li>
 <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.opentable.com">OpenTable</a></li>
 <li><a href="https://www.paypal.com">PayPal</a></li>
 <li><a href="http://www.pinkbike.com">Pinkbike</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=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/publish/documentation/powered-by-mesos/index.html (original)
+++ mesos/site/publish/documentation/powered-by-mesos/index.html Wed Apr 30 18:12:34 2014
@@ -122,6 +122,7 @@
 <li><a href="http://www.meemo.io">meemo</a></li>
 <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.opentable.com">OpenTable</a></li>
 <li><a href="https://www.paypal.com">PayPal</a></li>
 <li><a href="http://www.pinkbike.com">Pinkbike</a></li>

Modified: mesos/site/publish/sitemap.xml
URL: http://svn.apache.org/viewvc/mesos/site/publish/sitemap.xml?rev=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/publish/sitemap.xml (original)
+++ mesos/site/publish/sitemap.xml Wed Apr 30 18:12:34 2014
@@ -2,362 +2,362 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
     <loc>http://mesos.apache.org/api/latest/java/allclasses-frame.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/allclasses-noframe.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/constant-values.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/deprecated-list.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/help-doc.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/index-all.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Executor.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/ExecutorDriver.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Entry.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.OperationFailedException.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Position.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Reader.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.Writer.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Log.WriterFailedException.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/MesosExecutorDriver.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/MesosSchedulerDriver.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-frame.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-summary.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/package-tree.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/Scheduler.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/org/apache/mesos/SchedulerDriver.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/overview-tree.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/api/latest/java/serialized-form.html</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/slave-recovery-in-apache-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-14-2-released/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/niklas-nielsen-becomes-mesos-committer/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/framework-authentication-in-apache-mesos-0-15-0/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-16-0-released/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-17-0-released-featuring-autorecovery/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-community-update-1/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/mesos-0-18-0-released/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/blog/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/committers/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/user-groups/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/community/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/allocation-module/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/app-framework-development-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/committers-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/deploy-scripts/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/ec2-scripts/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/getting-started/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/high-availability/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/logging-and-debugging/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-architecture/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-c++-style-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-code-internals/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-developers-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-frameworks/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-presentations/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/mesos-roadmap/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/powered-by-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/release-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/slave-recovery/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/tools/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/upgrades/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/latest/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/downloads/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/gettingstarted/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/allocation-module/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/app-framework-development-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/committers-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/configuration/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/deploy-scripts/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/ec2-scripts/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/getting-started/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/high-availability/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/logging-and-debugging/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-architecture/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-c++-style-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-code-internals/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-developers-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-frameworks/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-presentations/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/mesos-roadmap/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/powered-by-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/release-guide/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-a-web-application-farm-on-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/running-torque-or-mpi-on-mesos/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/slave-recovery/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/tools/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/upgrades/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
   <url>
     <loc>http://mesos.apache.org/documentation/using-the-mesos-submit-tool/</loc>
-    <lastmod>2014-04-20T00:00:00-07:00</lastmod>
+    <lastmod>2014-04-30T00:00:00-07:00</lastmod>
   </url>
 </urlset>
\ No newline at end of file

Modified: mesos/site/source/documentation/latest/deploy-scripts.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/deploy-scripts.md?rev=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/deploy-scripts.md (original)
+++ mesos/site/source/documentation/latest/deploy-scripts.md Wed Apr 30 18:12:34 2014
@@ -4,13 +4,13 @@ layout: documentation
 
 # Deploy Scripts
 
-Mesos includes a set of scripts in `MESOS_HOME/deploy` that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: `MESOS_HOME/conf/masters`, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and `MESOS_HOME/conf/slaves`, which should contain a list of hostnames for your slaves. You can then start a cluster with `deploy/start-mesos` and stop it with `deploy/stop-mesos`.
+Mesos includes a set of scripts in `[install-prefix]/sbin` that can be used to deploy it on a cluster. To use these scripts, you need to create two configuration files: `[install-prefix]/var/mesos/deploy/masters`, which should list the hostname(s) of the node(s) you want to be your masters (one per line), and `[install-prefix]/var/mesos/deploy/slaves`, which should contain a list of hostnames for your slaves (one per line). You can then start a cluster with `[install-prefix]/sbin/mesos-start-cluster.sh` and stop it with `[install-prefix]/sbin/mesos-stop-cluster.sh`.
 
-It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing `MESOS_HOME/deploy/mesos-env.sh`. One particularly useful setting is `LIBPROCESS_IP`, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine's external IP address, so you can set the right IP through this variable.
+It is also possible to set environment variables, ulimits, etc that will affect the master and slave. by editing `[install-prefix]/var/mesos/deploy/mesos-deploy-env.sh`. One particularly useful setting is `LIBPROCESS_IP`, which tells the master and slave binaries which IP address to bind to; in some installations, the default interface that the hostname resolves to is not the machine's external IP address, so you can set the right IP through this variable. Besides the common environment variables of master and slave configured in `[install-prefix/var/mesos/deploy/mesos-deploy-env.sh`, it is also possible to set master specific environment variables in `[install-prefix]/var/mesos/deploy/mesos-master-env.sh`, slave specific environment variables in `[install-prefix]/var/mesos/deploy/mesos-slave-env.sh`.
 
-Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (for multiple masters), you can do so by either editing `deploy/mesos-env.sh` to set `MESOS_URL` to a `zoo://` or `zoofile://` URL, or by editing `conf/mesos.conf` to set the `url` configuration parameter. Please see the "High Availability" documentation for details.
+Finally, the deploy scripts do not use ZooKeeper by default. If you want to use ZooKeeper (/documentation/latest/for multiple masters). Please see the [High Availability](high-availability/) documentation for details.
 
 ## Notes
 
 * The deploy scripts assume that Mesos is located in the same directory on all nodes.
-* If you want to enable multiple Unix users to submit to the same cluster, you need to run the Mesos slaves as root (or possibly set the right attributes on the `mesos-slave` binary). Otherwise, they will fail to `setuid`.
\ No newline at end of file
+* If you want to enable multiple Unix users to submit to the same cluster, you need to run the Mesos slaves as root (or possibly set the right attributes on the `mesos-slave` binary). Otherwise, they will fail to `setuid`.

Modified: mesos/site/source/documentation/latest/powered-by-mesos.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/powered-by-mesos.md?rev=1591431&r1=1591430&r2=1591431&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/powered-by-mesos.md (original)
+++ mesos/site/source/documentation/latest/powered-by-mesos.md Wed Apr 30 18:12:34 2014
@@ -22,6 +22,7 @@ layout: documentation
 * [meemo](http://www.meemo.io)
 * [MediaCrossing](http://www.mediacrossing.com)
 * [Mesosphere](http://www.mesosphere.io)
+* [Netflix](http://www.netflix.com)
 * [OpenTable](http://www.opentable.com)
 * [PayPal](https://www.paypal.com)
 * [Pinkbike](http://www.pinkbike.com)