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/10/18 01:46:50 UTC

svn commit: r1632697 - in /mesos/site: publish/index.html source/index.html.md

Author: dlester
Date: Fri Oct 17 23:46:50 2014
New Revision: 1632697

URL: http://svn.apache.org/r1632697
Log:
Updates Mesos homepage to use updated language re: distributed systems kernel, and updates project features.

Modified:
    mesos/site/publish/index.html
    mesos/site/source/index.html.md

Modified: mesos/site/publish/index.html
URL: http://svn.apache.org/viewvc/mesos/site/publish/index.html?rev=1632697&r1=1632696&r2=1632697&view=diff
==============================================================================
--- mesos/site/publish/index.html (original)
+++ mesos/site/publish/index.html Fri Oct 17 23:46:50 2014
@@ -91,8 +91,8 @@
 			<div class="container-fluid homepage jumbotron">
     <div class="row">
       <div class="col-md-7 nopadding">
-        <h1>Develop and run resource-efficient distributed systems</h1>
-        <p class="lead">Apache Mesos is a cluster manager that simplifies the complexity of running applications on a shared pool of servers.<br /></p>
+        <h1>Program against your datacenter like it’s a single pool of resources</h1>
+        <p class="lead">Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.</p>
       </div>
     <div class="col-md-5 text-center download">
       <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.20.1</a>
@@ -114,42 +114,17 @@
 
 <div class="row">
   <div class="col-md-7">
-    <h3>Mesos Adopters</h3>
+    <h3>What is Mesos?</h3>
+    <h4>A distributed systems kernel</h4>
+    <p>Mesos is built using the same principles as the Linux kernel, only at a different level of abstraction. The Mesos kernel runs on every machine and provides applications (e.g., Hadoop, Spark, Kafka, Elastic Search) with API’s for resource management and scheduling across entire datacenter and cloud environments.</p>
 
-      <ul class="media-list">
-        <li class="media">
-          <a class="pull-left" href="#">
-            <img class="media-object" src="/assets/img/twitter_logo.png" alt="Twitter logo" />
-          </a>
-          <div class="media-body">
-            <h4 class="media-heading">Chris Fry, SVP of Engineering at Twitter</h4>
-            <p>"Mesos is the cornerstone of our elastic compute infrastructure -- it's how we build all our new services and is critical for Twitter's continued success at scale. It's one of the primary keys to our data center efficiency."</p>
-      </div>
-        </li>
-        <li class="media">
-          <a class="pull-left" href="#">
-            <img class="media-object" src="/assets/img/airbnb_logo.png" alt="Airbnb logo" />
-          </a>
-          <div class="media-body">
-            <h4 class="media-heading">Brenden Matthews, AirBnB</h4>
-              <p>"At Airbnb, we're using Mesos to manage cluster resources for most of our data infrastructure.  We run <a href="http://airbnb.github.io/chronos/">Chronos</a>, <a href="http://storm-project.net/">Storm</a>, and Hadoop on top of Mesos in order to process petabytes of data."</p>
-          </div>
-        </li>
-        <li class="media">
-          <div class="media-body">
-            <p><a href="http://mesos.apache.org/documentation/latest/powered-by-mesos/">Other companies powered by Mesos</a>
-          </div>
-        </li>
-      </ul>
-
-    <br/>
-
-    <h3>Features</h3>
+    <h3>Project Features</h3>
     <ul>
-     <li>Fault-tolerant replicated master using ZooKeeper</li>
      <li>Scalability to 10,000s of nodes</li>
-     <li>Isolation between tasks with Linux Containers</li>
-     <li>Multi-resource scheduling (memory and CPU aware)</li>
+     <li>Fault-tolerant replicated master and slaves using ZooKeeper</li>
+     <li>Support for Docker containers</li>
+     <li>Native isolation between tasks with Linux Containers</li>
+     <li>Multi-resource scheduling (memory, CPU, disk, and ports)</li>
      <li>Java, Python and C++ APIs for developing new parallel applications</li>
      <li>Web UI for viewing cluster state</li>
     </ul>
@@ -173,15 +148,7 @@
 
         <li><em>June 11th, 2014</em> - <a href="/blog/mesoscon-2014-program-announced/">#MesosCon program has been announced</a>,
             and <a href="https://www.regonline.com/Register/Checkin.aspx?EventID=1533330">registration is open</a>!</li>
-                
-        <li><em>June 9th, 2014</em> - Mesos 0.19.0 is released!
-            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326253">0.19.0 release notes</a>
-            and <a href="/blog/mesos-0-19-0-released/">blog post announcement</a> for more details.</li>
-        
-        <li><em>March 28, 2014</em> - Mesos Community Update #1.
-            See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
-          
-      <br />
+        </ul>
 
       <h3>Follow Us</h3>
       <span class="social">

Modified: mesos/site/source/index.html.md
URL: http://svn.apache.org/viewvc/mesos/site/source/index.html.md?rev=1632697&r1=1632696&r2=1632697&view=diff
==============================================================================
--- mesos/site/source/index.html.md (original)
+++ mesos/site/source/index.html.md Fri Oct 17 23:46:50 2014
@@ -5,8 +5,8 @@ title: Apache Mesos
 <div class="container-fluid homepage jumbotron">
 	<div class="row">
 	  <div class="col-md-7 nopadding">
-	    <h1>Develop and run resource-efficient distributed systems</h1>
-	    <p class="lead">Apache Mesos is a cluster manager that simplifies the complexity of running applications on a shared pool of servers.<br /></p>
+	    <h1>Program against your datacenter like it’s a single pool of resources</h1>
+	    <p class="lead">Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.</p>
 	  </div>
     <div class="col-md-5 text-center download">
       <a class="btn btn-lg btn-success" href="http://mesos.apache.org/downloads/"><span class="glyphicon glyphicon-download"></span> Download Mesos 0.20.1</a>
@@ -20,42 +20,17 @@ title: Apache Mesos
 <!-- lowersection -->
 <div class="row">
   <div class="col-md-7">
-    <h3>Mesos Adopters</h3>
+    <h3>What is Mesos?</h3>
+	<h4>A distributed systems kernel</h4>
+	<p>Mesos is built using the same principles as the Linux kernel, only at a different level of abstraction. The Mesos kernel runs on every machine and provides applications (e.g., Hadoop, Spark, Kafka, Elastic Search) with API’s for resource management and scheduling across entire datacenter and cloud environments.</p>
 
-      <ul class="media-list">
-        <li class="media">
-          <a class="pull-left" href="#">
-            <img class="media-object" src="/assets/img/twitter_logo.png" alt="Twitter logo" />
-          </a>
-          <div class="media-body">
-            <h4 class="media-heading">Chris Fry, SVP of Engineering at Twitter</h4>
-            <p>"Mesos is the cornerstone of our elastic compute infrastructure -- it's how we build all our new services and is critical for Twitter's continued success at scale. It's one of the primary keys to our data center efficiency."</p>
-	  </div>
-        </li>
-        <li class="media">
-          <a class="pull-left" href="#">
-            <img class="media-object" src="/assets/img/airbnb_logo.png" alt="Airbnb logo" />
-          </a>
-          <div class="media-body">
-            <h4 class="media-heading">Brenden Matthews, AirBnB</h4>
-              <p>"At Airbnb, we're using Mesos to manage cluster resources for most of our data infrastructure.  We run <a href="http://airbnb.github.io/chronos/">Chronos</a>, <a href="http://storm-project.net/">Storm</a>, and Hadoop on top of Mesos in order to process petabytes of data."</p>
-          </div>
-        </li>
-        <li class="media">
-          <div class="media-body">
-            <p><a href="http://mesos.apache.org/documentation/latest/powered-by-mesos/">Other companies powered by Mesos</a>
-          </div>
-        </li>
-      </ul>
-
-    <br/>
-
-    <h3>Features</h3>
+    <h3>Project Features</h3>
     <ul>
-     <li>Fault-tolerant replicated master using ZooKeeper</li>
      <li>Scalability to 10,000s of nodes</li>
-     <li>Isolation between tasks with Linux Containers</li>
-     <li>Multi-resource scheduling (memory and CPU aware)</li>
+     <li>Fault-tolerant replicated master and slaves using ZooKeeper</li>
+	 <li>Support for Docker containers</li>
+     <li>Native isolation between tasks with Linux Containers</li>
+     <li>Multi-resource scheduling (memory, CPU, disk, and ports)</li>
      <li>Java, Python and C++ APIs for developing new parallel applications</li>
      <li>Web UI for viewing cluster state</li>
     </ul>
@@ -79,15 +54,7 @@ title: Apache Mesos
 
         <li><em>June 11th, 2014</em> - <a href="/blog/mesoscon-2014-program-announced/">#MesosCon program has been announced</a>,
             and <a href="https://www.regonline.com/Register/Checkin.aspx?EventID=1533330">registration is open</a>!</li>
-				
-        <li><em>June 9th, 2014</em> - Mesos 0.19.0 is released!
-            See the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311242&version=12326253">0.19.0 release notes</a>
-            and <a href="/blog/mesos-0-19-0-released/">blog post announcement</a> for more details.</li>
-        
-        <li><em>March 28, 2014</em> - Mesos Community Update #1.
-            See the <a href="blog/mesos-community-update-1/">blog post</a>.</li>
-          
-      <br />
+		</ul>
 
       <h3>Follow Us</h3>
       <span class="social">