You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2014/01/22 21:33:26 UTC

svn commit: r1560502 [12/18] - in /incubator/spark: ./ _layouts/ _plugins/ css/ images/ js/ mllib/ news/ news/_posts/ releases/_posts/ screencasts/_posts/ site/ site/css/ site/images/ site/js/ site/mllib/ site/news/ site/releases/ site/screencasts/ sit...

Added: incubator/spark/site/mllib/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/mllib/index.html?rev=1560502&view=auto
==============================================================================
--- incubator/spark/site/mllib/index.html (added)
+++ incubator/spark/site/mllib/index.html Wed Jan 22 20:33:24 2014
@@ -0,0 +1,314 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+  <title>
+     MLlib | Apache Spark
+    
+  </title>
+
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
+
+  <script type="text/javascript">
+  <!-- Google Analytics initialization -->
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-2']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+
+  <!-- Adds slight delay to links to allow async reporting -->
+  function trackOutboundLink(link, category, action) {  
+    try { 
+      _gaq.push(['_trackEvent', category , action]); 
+    } catch(err){}
+ 
+    setTimeout(function() {
+      document.location.href = link.href;
+    }, 100);
+  }
+  </script>
+
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
+</head>
+
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+      style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a>
+      <a href="#"><span class="subproject">
+        MLlib
+      </span></a>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
+  </div>
+
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
+        
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
+        
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
+        
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
+        
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
+        
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
+
+  <div class="col-md-9 col-md-pull-3">
+    <div class="jumbotron">
+  <b>MLlib</b> is Apache Spark's scalable machine learning library.
+</div>
+
+<div class="row row-padded">
+  <div class="col-md-7 col-sm-7">
+    <h2>Ease of Use</h2>
+    <p class="lead">
+      Usable in Java, Scala and Python.
+    </p>
+    <p>
+      MLlib fits into <a href="/">Spark</a>'s
+      APIs and interoperates with <a href="http://www.numpy.org">NumPy</a> in Python (starting in Spark 0.9).
+      You can use any Hadoop data source (e.g. HDFS, HBase, or local files), making it
+      easy to plug into Hadoop workflows.
+    </p>
+  </div>
+  <div class="col-md-5 col-sm-5 col-padded-top col-center">
+
+    <div style="margin-top: 15px; text-align: left; display: inline-block;">
+      <div class="code">
+        points = spark.textFile(<span class="string">"hdfs://..."</span>)<br />
+        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.<span class="sparkop">map</span>(<span class="closure">parsePoint</span>)<br />
+        <br />
+        model = KMeans.<span class="sparkop">train</span>(points)
+      </div>
+      <div class="caption">Calling MLlib in Scala</div>
+    </div>
+  </div>
+</div>
+
+<div class="row row-padded">
+  <div class="col-md-7 col-sm-7">
+    <h2>Performance</h2>
+    <p class="lead">
+      High-quality algorithms, 100x faster than MapReduce.
+    </p>
+    <p>
+      Spark excels at iterative computation, enabling MLlib to run fast.
+      At the same time, we care about algorithmic performance:
+      MLlib contains high-quality algorithms that leverage iteration, and
+      can yield better results than the one-pass approximations sometimes used on MapReduce.
+    </p>
+  </div>
+  <div class="col-md-5 col-sm-5 col-padded-top col-center">
+    <div style="width: 100%; max-width: 272px; display: inline-block; text-align: center;">
+      <img src="/images/logistic-regression.png" style="width: 100%; max-width: 250px;" />
+      <div class="caption" style="min-width: 272px;">Logistic regression in Hadoop and Spark</div>
+    </div>
+  </div>
+</div>
+
+<div class="row row-padded" style="margin-bottom: 15px;">
+  <div class="col-md-7 col-sm-7">
+    <h2>Easy to Deploy</h2>
+    <p class="lead">
+      Runs on existing Hadoop clusters and data.
+    </p>
+    <p>
+      If you have a Hadoop 2 cluster, you can run Spark and MLlib without any pre-installation.
+      Otherwise, Spark is easy to run <a href="/docs/latest/spark-standalone.html">standalone</a>
+      or on <a href="/docs/latest/ec2-scripts.html">EC2</a> or <a href="http://mesos.apache.org">Mesos</a>.
+      You can read from <a href="http://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html">HDFS</a>, <a href="http://hbase.apache.org">HBase</a>, or any Hadoop data source.
+    </p>
+  </div>
+  <div class="col-md-5 col-sm-5 col-padded-top col-center">
+    <img src="/images/hadoop.jpg" style="width: 100%; max-width: 280px;" />
+  </div>
+</div>
+
+
+  </div>
+</div>
+
+
+  
+<div class="row">
+  <div class="col-md-4 col-padded">
+    <h3>Algorithms</h3>
+    <p>
+      MLlib 0.8.1 contains the following algorithms:
+    </p>
+    <ul class="list-narrow">
+      <li>K-means clustering with <a href="http://theory.stanford.edu/~sergei/papers/vldb12-kmpar.pdf">K-means|| initialization</a>.</li>
+      <li>L<sub>1</sub>- and L<sub>2</sub>-regularized <a href="http://en.wikipedia.org/wiki/Linear_regression">linear regression</a>.</li>
+      <li>L<sub>1</sub>- and L<sub>2</sub>-regularized <a href="http://en.wikipedia.org/wiki/Logistic_regression">logistic regression</a>.</li>
+      <li><a href="http://www.hpl.hp.com/personal/Robert_Schreiber/papers/2008%20AAIM%20Netflix/netflix_aaim08(submitted).pdf">Alternating least squares</a> collaborative filtering, with explicit
+      ratings or <a href="http://www2.research.att.com/~yifanhu/PUB/cf.pdf">implicit feedback</a>.</li>
+      <!--<li><a href="http://en.wikipedia.org/wiki/Naive_Bayes_classifier">Naive Bayes</a> multinomial classification.</li>-->
+      <li>Stochastic gradient descent.</li>
+    </ul>
+    <p>Refer to the <a href="/docs/latest/mllib-guide.html">MLlib guide</a> for usage examples.</p>
+  </div>
+
+  <div class="col-md-4 col-padded">
+    <h3>Community</h3>
+    <p>
+      MLlib is developed as part of the Apache Spark project. It thus gets
+      tested and updated with each Spark release.
+    </p>
+    <p>
+      If you have questions about the library, ask on the
+      <a href="/community.html#mailing-lists">Spark mailing lists</a>.
+    </p>
+    <p>
+      MLlib is still a young project and welcomes contributions. If you'd like to submit an algorithm to MLlib,
+      read <a href="https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark">how to
+      contribute to Spark</a> and send us a patch!
+    </p>
+  </div>
+
+  <div class="col-md-4 col-padded">
+    <h3>Getting Started</h3>
+    <p>
+      To get started with MLlib:
+    </p>
+    <ul class="list-narrow">
+      <li><a href="/downloads.html">Download Spark</a>. MLlib is included as a module.</li>
+      <li>Read the <a href="/docs/latest/mllib-guide.html">MLlib guide</a>, which includes
+      various usage examples.</li>
+      <li>Learn how to <a href="/docs/latest/#launching-on-a-cluster">deploy</a> Spark on a cluster
+        if you'd like to run in distributed mode. You can also run locally on a multicore machine
+        without any setup.
+      </li>
+    </ul>
+  </div>
+</div>
+
+<div class="row">
+  <div class="col-sm-12 col-center">
+    <a href="/downloads.html" class="btn btn-success btn-lg btn-multiline">
+      Download Spark<br /><span class="small">Includes MLlib</span>
+    </a>
+  </div>
+</div>
+
+
+
+
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
+
+</div>
+
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
+
+</body>
+</html>

Modified: incubator/spark/site/news/amp-camp-2013-registration-ope.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/amp-camp-2013-registration-ope.html?rev=1560502&r1=1560501&r2=1560502&view=diff
==============================================================================
--- incubator/spark/site/news/amp-camp-2013-registration-ope.html (original)
+++ incubator/spark/site/news/amp-camp-2013-registration-ope.html Wed Jan 22 20:33:24 2014
@@ -1,27 +1,20 @@
 <!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
-<html dir="ltr" lang="en-US">
-<!--<![endif]-->
+<html lang="en">
 <head>
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <meta charset="UTF-8" />
-  <meta name="viewport" content="width=device-width" />
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   <title>
      Registration open for AMP Camp training camp in Berkeley | Apache Spark
     
   </title>
 
-  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
-  <link rel="stylesheet" href="/css/pygments-default.css">
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
 
   <script type="text/javascript">
   <!-- Google Analytics initialization -->
@@ -46,113 +39,152 @@
   }
   </script>
 
-  <link rel='canonical' href='/index.html' />
-
-  <style type="text/css">
-    #site-title,
-    #site-description {
-      position: absolute !important;
-      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-      clip: rect(1px, 1px, 1px, 1px);
-    }
-  </style>
-  <style type="text/css" id="custom-background-css">
-    body.custom-background { background-color: #f1f1f1; }
-  </style>
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
 </head>
 
-<!--body class="page singular"-->
-<body class="singular">
-<div id="page" class="hfeed">
-
-  <header id="branding" role="banner">
-  <hgroup>
-    <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
-    <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
-  </hgroup>
-
-  <a id="main-logo" href="/">
-    <img style="height:175px; width:auto;" src="/images/spark-project-header1-cropped.png" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
-  </a>
-  <div class="widget-summit">
-    <a href="http://spark-summit.org"><img src="/images/Summit-Logo-FINALtr-150x150px.png" /></a>
-    <div class="text">
-      <a href="http://spark-summit.org/2013">
-        
-        <strong>Videos and Slides<br/>
-        Available Now!</strong>
-      </a>
-    </div>
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+        style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+          Lightning-fast cluster computing
+      </span>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
   </div>
 
-  <nav id="access" role="navigation">
-    <h3 class="assistive-text">Main menu</h3>
-    <div class="menu-main-menu-container">
-      <ul id="menu-main-menu" class="menu">
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/index.html">Home</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/downloads.html">Downloads</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/documentation.html">Documentation</a>
-        </li>
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/examples.html">Examples</a>
-        </li>
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/mailing-lists.html">Mailing Lists</a>
-        </li>
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/research.html">Research</a>
-        </li>
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/faq.html">FAQ</a>
-        </li>
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
         
-      </ul></div>
-  </nav><!-- #access -->
-</header><!-- #branding -->
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
 
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Registration open for AMP Camp training camp in Berkeley</h2>
 
 
-  <div id="main">
-    <div id="primary">
-      <div id="content" role="main">
-        
-          <article class="page type-page status-publish hentry">
-            <h2>Registration open for AMP Camp training camp in Berkeley</h2>
+<p>Want to learn how to use Spark, Shark, GraphX, and related technologies in person? The AMP Lab is hosting a two-day training workshop for them on August 29th and 30th in Berkeley. The workshop will include tutorials, talks from users, and over four hours of hands-on exercises. <a href="http://ampcamp.berkeley.edu/amp-camp-three-berkeley-2013/">Registration is now open on the AMP Camp website</a>, for a price of $250 per person. We recommend signing up early because last year’s workshop was sold out.</p>
 
 
-<p>Want to learn how to use Spark, Shark, GraphX, and related technologies in person? The AMP Lab is hosting a two-day training workshop for them on August 29th and 30th in Berkeley. The workshop will include tutorials, talks from users, and over four hours of hands-on exercises. <a href="http://ampcamp.berkeley.edu/amp-camp-three-berkeley-2013/">Registration is now open on the AMP Camp website</a>, for a price of $250 per person. We recommend signing up early because last year’s workshop was sold out.</p>
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
 
-          </article><!-- #post -->
-        
-      </div><!-- #content -->
-      
-      <footer id="colophon" role="contentinfo">
-  <div id="site-generator">
-    <p style="padding-top: 0; padding-bottom: 15px;">
-      Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
-      <a href="http://incubator.apache.org/" style="border: none;">
-        <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
-      </a>  
-    </p>
   </div>
-</footer><!-- #colophon -->
+</div>
+
+
+
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
 
-    </div><!-- #primary -->
-  </div><!-- #main -->
-</div><!-- #page -->
+</div>
 
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
 
 </body>
 </html>

Modified: incubator/spark/site/news/announcing-the-first-spark-summit.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/announcing-the-first-spark-summit.html?rev=1560502&r1=1560501&r2=1560502&view=diff
==============================================================================
--- incubator/spark/site/news/announcing-the-first-spark-summit.html (original)
+++ incubator/spark/site/news/announcing-the-first-spark-summit.html Wed Jan 22 20:33:24 2014
@@ -1,27 +1,20 @@
 <!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
-<html dir="ltr" lang="en-US">
-<!--<![endif]-->
+<html lang="en">
 <head>
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <meta charset="UTF-8" />
-  <meta name="viewport" content="width=device-width" />
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   <title>
      Announcing the first Spark Summit: December 2, 2013 | Apache Spark
     
   </title>
 
-  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
-  <link rel="stylesheet" href="/css/pygments-default.css">
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
 
   <script type="text/javascript">
   <!-- Google Analytics initialization -->
@@ -46,90 +39,123 @@
   }
   </script>
 
-  <link rel='canonical' href='/index.html' />
-
-  <style type="text/css">
-    #site-title,
-    #site-description {
-      position: absolute !important;
-      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-      clip: rect(1px, 1px, 1px, 1px);
-    }
-  </style>
-  <style type="text/css" id="custom-background-css">
-    body.custom-background { background-color: #f1f1f1; }
-  </style>
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
 </head>
 
-<!--body class="page singular"-->
-<body class="singular">
-<div id="page" class="hfeed">
-
-  <header id="branding" role="banner">
-  <hgroup>
-    <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
-    <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
-  </hgroup>
-
-  <a id="main-logo" href="/">
-    <img style="height:175px; width:auto;" src="/images/spark-project-header1-cropped.png" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
-  </a>
-  <div class="widget-summit">
-    <a href="http://spark-summit.org"><img src="/images/Summit-Logo-FINALtr-150x150px.png" /></a>
-    <div class="text">
-      <a href="http://spark-summit.org/2013">
-        
-        <strong>Videos and Slides<br/>
-        Available Now!</strong>
-      </a>
-    </div>
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+        style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+          Lightning-fast cluster computing
+      </span>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
   </div>
 
-  <nav id="access" role="navigation">
-    <h3 class="assistive-text">Main menu</h3>
-    <div class="menu-main-menu-container">
-      <ul id="menu-main-menu" class="menu">
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/index.html">Home</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/downloads.html">Downloads</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/documentation.html">Documentation</a>
-        </li>
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/examples.html">Examples</a>
-        </li>
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/mailing-lists.html">Mailing Lists</a>
-        </li>
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/research.html">Research</a>
-        </li>
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/faq.html">FAQ</a>
-        </li>
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
         
-      </ul></div>
-  </nav><!-- #access -->
-</header><!-- #branding -->
-
-
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
 
-  <div id="main">
-    <div id="primary">
-      <div id="content" role="main">
-        
-          <article class="page type-page status-publish hentry">
-            <h2>Announcing the first Spark Summit: December 2, 2013</h2>
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Announcing the first Spark Summit: December 2, 2013</h2>
 
 
 <p>We are excited to announce the <b><a href="http://www.spark-summit.org">first Spark Summit</a> on Dec 2, 2013 in Downtown San Francisco</b>. Come hear from key production users of Spark, Shark, Spark Streaming and related projects. Also find out where the development is going, and learn how to use the Spark stack in a variety of applications. The summit is being organized and sponsored by leading organizations in the Spark community.</p>
@@ -138,25 +164,31 @@
 
 <p>Visit <a href="http://www.spark-summit.org">spark-summit.org</a> to find a tentative agenda &amp; list of speakers, sign up as a sponsor, or submit your own talk to the event. Or <a href="https://sparksummit.eventbrite.com/">register now</a> to reserve your spot!</p>
 
-          </article><!-- #post -->
-        
-      </div><!-- #content -->
-      
-      <footer id="colophon" role="contentinfo">
-  <div id="site-generator">
-    <p style="padding-top: 0; padding-bottom: 15px;">
-      Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
-      <a href="http://incubator.apache.org/" style="border: none;">
-        <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
-      </a>  
-    </p>
+
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
+
   </div>
-</footer><!-- #colophon -->
+</div>
+
+
+
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
 
-    </div><!-- #primary -->
-  </div><!-- #main -->
-</div><!-- #page -->
+</div>
 
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
 
 </body>
 </html>

Modified: incubator/spark/site/news/fourth-spark-screencast-published.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/fourth-spark-screencast-published.html?rev=1560502&r1=1560501&r2=1560502&view=diff
==============================================================================
--- incubator/spark/site/news/fourth-spark-screencast-published.html (original)
+++ incubator/spark/site/news/fourth-spark-screencast-published.html Wed Jan 22 20:33:24 2014
@@ -1,27 +1,20 @@
 <!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
-<html dir="ltr" lang="en-US">
-<!--<![endif]-->
+<html lang="en">
 <head>
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <meta charset="UTF-8" />
-  <meta name="viewport" content="width=device-width" />
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   <title>
      Fourth Spark screencast released | Apache Spark
     
   </title>
 
-  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
-  <link rel="stylesheet" href="/css/pygments-default.css">
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
 
   <script type="text/javascript">
   <!-- Google Analytics initialization -->
@@ -46,90 +39,123 @@
   }
   </script>
 
-  <link rel='canonical' href='/index.html' />
-
-  <style type="text/css">
-    #site-title,
-    #site-description {
-      position: absolute !important;
-      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-      clip: rect(1px, 1px, 1px, 1px);
-    }
-  </style>
-  <style type="text/css" id="custom-background-css">
-    body.custom-background { background-color: #f1f1f1; }
-  </style>
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
 </head>
 
-<!--body class="page singular"-->
-<body class="singular">
-<div id="page" class="hfeed">
-
-  <header id="branding" role="banner">
-  <hgroup>
-    <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
-    <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
-  </hgroup>
-
-  <a id="main-logo" href="/">
-    <img style="height:175px; width:auto;" src="/images/spark-project-header1-cropped.png" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
-  </a>
-  <div class="widget-summit">
-    <a href="http://spark-summit.org"><img src="/images/Summit-Logo-FINALtr-150x150px.png" /></a>
-    <div class="text">
-      <a href="http://spark-summit.org/2013">
-        
-        <strong>Videos and Slides<br/>
-        Available Now!</strong>
-      </a>
-    </div>
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+        style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+          Lightning-fast cluster computing
+      </span>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
   </div>
 
-  <nav id="access" role="navigation">
-    <h3 class="assistive-text">Main menu</h3>
-    <div class="menu-main-menu-container">
-      <ul id="menu-main-menu" class="menu">
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/index.html">Home</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/downloads.html">Downloads</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/documentation.html">Documentation</a>
-        </li>
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/examples.html">Examples</a>
-        </li>
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/mailing-lists.html">Mailing Lists</a>
-        </li>
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/research.html">Research</a>
-        </li>
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/faq.html">FAQ</a>
-        </li>
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
         
-      </ul></div>
-  </nav><!-- #access -->
-</header><!-- #branding -->
-
-
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
 
-  <div id="main">
-    <div id="primary">
-      <div id="content" role="main">
-        
-          <article class="page type-page status-publish hentry">
-            <h2>Fourth Spark screencast released</h2>
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Fourth Spark screencast released</h2>
 
 
 <p>We have released the next screencast, <a href="/screencasts/4-a-standalone-job-in-spark.html">A Standalone Job in Scala</a> that takes you beyond the Spark shell, helping you write your first standalone Spark job.</p>
@@ -138,25 +164,31 @@
 
 <p>Enjoy the news screencast!</p>
 
-          </article><!-- #post -->
-        
-      </div><!-- #content -->
-      
-      <footer id="colophon" role="contentinfo">
-  <div id="site-generator">
-    <p style="padding-top: 0; padding-bottom: 15px;">
-      Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
-      <a href="http://incubator.apache.org/" style="border: none;">
-        <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
-      </a>  
-    </p>
+
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
+
   </div>
-</footer><!-- #colophon -->
+</div>
+
+
+
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
 
-    </div><!-- #primary -->
-  </div><!-- #main -->
-</div><!-- #page -->
+</div>
 
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
 
 </body>
 </html>

Modified: incubator/spark/site/news/index.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/index.html?rev=1560502&r1=1560501&r2=1560502&view=diff
==============================================================================
--- incubator/spark/site/news/index.html (original)
+++ incubator/spark/site/news/index.html Wed Jan 22 20:33:24 2014
@@ -1,27 +1,20 @@
 <!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
-<html dir="ltr" lang="en-US">
-<!--<![endif]-->
+<html lang="en">
 <head>
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <meta charset="UTF-8" />
-  <meta name="viewport" content="width=device-width" />
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   <title>
-     Spark News Archive | Apache Spark
+     News | Apache Spark
     
   </title>
 
-  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
-  <link rel="stylesheet" href="/css/pygments-default.css">
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
 
   <script type="text/javascript">
   <!-- Google Analytics initialization -->
@@ -46,94 +39,128 @@
   }
   </script>
 
-  <link rel='canonical' href='/index.html' />
-
-  <style type="text/css">
-    #site-title,
-    #site-description {
-      position: absolute !important;
-      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-      clip: rect(1px, 1px, 1px, 1px);
-    }
-  </style>
-  <style type="text/css" id="custom-background-css">
-    body.custom-background { background-color: #f1f1f1; }
-  </style>
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
 </head>
 
-<!--body class="page singular"-->
-<body class="archive">
-<div id="page" class="hfeed">
-
-  <header id="branding" role="banner">
-  <hgroup>
-    <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
-    <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
-  </hgroup>
-
-  <a id="main-logo" href="/">
-    <img style="height:175px; width:auto;" src="/images/spark-project-header1-cropped.png" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
-  </a>
-  <div class="widget-summit">
-    <a href="http://spark-summit.org"><img src="/images/Summit-Logo-FINALtr-150x150px.png" /></a>
-    <div class="text">
-      <a href="http://spark-summit.org/2013">
-        
-        <strong>Videos and Slides<br/>
-        Available Now!</strong>
-      </a>
-    </div>
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+        style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+          Lightning-fast cluster computing
+      </span>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
   </div>
 
-  <nav id="access" role="navigation">
-    <h3 class="assistive-text">Main menu</h3>
-    <div class="menu-main-menu-container">
-      <ul id="menu-main-menu" class="menu">
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/index.html">Home</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/downloads.html">Downloads</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/documentation.html">Documentation</a>
-        </li>
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/examples.html">Examples</a>
-        </li>
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/mailing-lists.html">Mailing Lists</a>
-        </li>
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/research.html">Research</a>
-        </li>
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/faq.html">FAQ</a>
-        </li>
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
         
-      </ul></div>
-  </nav><!-- #access -->
-</header><!-- #branding -->
-
-
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
 
-  <div id="main">
-    <div id="primary">
-      <div id="content" role="main">
-        
-          <h2 id="spark-news-archive">Spark News Archive</h2>
+  <div class="col-md-9 col-md-pull-3">
+    <h2 id="spark-news">Spark News</h2>
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a></h1>
-      <div class="entry-meta">December 19, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a></h3>
+      <div class="entry-date">December 19, 2013</div>
     </header>
     <div class="entry-content"><p>We’ve just posted <a href="/releases/spark-release-0-8-1.html" title="Spark Release 0.8.1">Spark Release 0.8.1</a>, a maintenance and performance release for the Scala 2.9 version of Spark. 0.8.1 includes support for YARN 2.2, a high availability mode for the standalone scheduler, optimizations to the shuffle, and many other improvements. We recommend that all users update to this release. Visit the <a href="/releases/spark-release-0-8-1.html" title="Spark Release 0.8.1">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p>
 
@@ -142,18 +169,19 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a></h1>
-      <div class="entry-meta">December 15, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a></h3>
+      <div class="entry-date">December 15, 2013</div>
     </header>
-    <div class="entry-content"><p>The <b><a href="http://www.spark-summit.org">Spark Summit 2013</a></b>, held in early December 2013 in downtown San Francisco, was a success!</p>
+    <div class="entry-content"><p>The <b><a href="http://www.spark-summit.org">Spark Summit 2013</a></b>, held in early December 2013 in downtown San Francisco, was a success!
+Over 450 Spark developers and enthusiasts from 13 countries and more than 180 companies came to learn from project leaders and production users of Spark, Shark, Spark Streaming and related projects about use cases, recent developments, and the Spark community roadmap.</p>
 
 </div>
   </article>
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a></h1>
-      <div class="entry-meta">October 08, 2013</div>
+      <h3 class="entry-title"><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a></h3>
+      <div class="entry-date">October 8, 2013</div>
     </header>
     <div class="entry-content"><p>We are excited to announce the <b><a href="http://www.spark-summit.org">first Spark Summit</a> on Dec 2, 2013 in Downtown San Francisco</b>. Come hear from key production users of Spark, Shark, Spark Streaming and related projects. Also find out where the development is going, and learn how to use the Spark stack in a variety of applications. The summit is being organized and sponsored by leading organizations in the Spark community.</p>
 
@@ -162,8 +190,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a></h1>
-      <div class="entry-meta">September 25, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a></h3>
+      <div class="entry-date">September 25, 2013</div>
     </header>
     <div class="entry-content"><p>We’re proud to announce the release of <a href="/releases/spark-release-0-8-0.html" title="Spark Release 0.8.0">Apache Spark 0.8.0</a>. Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release under the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies. Major new features include an expanded monitoring framework and UI, a machine learning library, and support for running Spark inside of YARN.</p>
 
@@ -172,8 +200,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-user-survey-and-powered-by-page.html">Spark user survey and "Powered By" page</a></h1>
-      <div class="entry-meta">September 05, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-user-survey-and-powered-by-page.html">Spark user survey and "Powered By" page</a></h3>
+      <div class="entry-date">September 5, 2013</div>
     </header>
     <div class="entry-content"><p>As we continue developing Spark, we would love to get feedback from users and hear what you’d like us to work on next. We’ve decided that a good way to do that is a survey – we hope to run this at regular intervals. If you have a few minutes to participate, <a href="https://docs.google.com/forms/d/1eMXp4GjcIXglxJe5vYYBzXKVm-6AiYt1KThJwhCjJiY/viewform">fill in the survey here</a>. Your time is greatly appreciated.</p>
 
@@ -182,8 +210,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/fourth-spark-screencast-published.html">Fourth Spark screencast released</a></h1>
-      <div class="entry-meta">August 27, 2013</div>
+      <h3 class="entry-title"><a href="/news/fourth-spark-screencast-published.html">Fourth Spark screencast released</a></h3>
+      <div class="entry-date">August 27, 2013</div>
     </header>
     <div class="entry-content"><p>We have released the next screencast, <a href="/screencasts/4-a-standalone-job-in-spark.html">A Standalone Job in Scala</a> that takes you beyond the Spark shell, helping you write your first standalone Spark job.</p>
 
@@ -192,8 +220,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/amp-camp-2013-registration-ope.html">Registration open for AMP Camp training camp in Berkeley</a></h1>
-      <div class="entry-meta">July 23, 2013</div>
+      <h3 class="entry-title"><a href="/news/amp-camp-2013-registration-ope.html">Registration open for AMP Camp training camp in Berkeley</a></h3>
+      <div class="entry-date">July 23, 2013</div>
     </header>
     <div class="entry-content"><p>Want to learn how to use Spark, Shark, GraphX, and related technologies in person? The AMP Lab is hosting a two-day training workshop for them on August 29th and 30th in Berkeley. The workshop will include tutorials, talks from users, and over four hours of hands-on exercises. <a href="http://ampcamp.berkeley.edu/amp-camp-three-berkeley-2013/">Registration is now open on the AMP Camp website</a>, for a price of $250 per person. We recommend signing up early because last year’s workshop was sold out.</p>
 
@@ -202,8 +230,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-mailing-lists-moving-to-apache.html">Spark mailing lists moving to Apache</a></h1>
-      <div class="entry-meta">July 22, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-mailing-lists-moving-to-apache.html">Spark mailing lists moving to Apache</a></h3>
+      <div class="entry-date">July 22, 2013</div>
     </header>
     <div class="entry-content"><p>As part of the Spark project's recent move to Apache, we are planning to migrate the mailing lists to Apache infrastructure this month, so that <strong>the existing Google groups will become read-only on September 1, 2013</strong>. To keep receiving updates about Spark or to participate in development discussions, please subscribe to the following lists:</p>
 
@@ -223,8 +251,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-7-3-released.html">Spark 0.7.3 released</a></h1>
-      <div class="entry-meta">July 16, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-7-3-released.html">Spark 0.7.3 released</a></h3>
+      <div class="entry-date">July 16, 2013</div>
     </header>
     <div class="entry-content"><p>We’ve just posted <a href="/releases/spark-release-0-7-3.html" title="Spark Release 0.7.3">Spark Release 0.7.3</a>, a maintenance release that contains several fixes, including streaming API updates and new functionality for adding JARs to a <code>spark-shell</code> session. We recommend that all users update to this release. Visit the <a href="/releases/spark-release-0-7-3.html" title="Spark Release 0.7.3">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p>
 
@@ -233,8 +261,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-featured-in-wired.html">Spark featured in Wired</a></h1>
-      <div class="entry-meta">June 21, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-featured-in-wired.html">Spark featured in Wired</a></h3>
+      <div class="entry-date">June 21, 2013</div>
     </header>
     <div class="entry-content"><p>Spark, its creators at the AMP Lab, and some of its users were featured in a <a href="http://www.wired.com/wiredenterprise/2013/06/yahoo-amazon-amplab-spark/all/">Wired Enterprise article</a> a few days ago. Read on to learn a little about how Spark is being used in industry.</p>
 
@@ -243,8 +271,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-accepted-into-apache-incubator.html">Spark accepted into Apache Incubator</a></h1>
-      <div class="entry-meta">June 21, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-accepted-into-apache-incubator.html">Spark accepted into Apache Incubator</a></h3>
+      <div class="entry-date">June 21, 2013</div>
     </header>
     <div class="entry-content"><p>Spark was recently <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/201306.mbox/%3CCDE7B773.E9A48%25chris.a.mattmann%40jpl.nasa.gov%3E">accepted</a> into the <a href="http://incubator.apache.org">Apache Incubator</a>, which will serve as the long-term home for the project. While moving the source code and issue tracking to Apache will take some time, we are excited to be joining the community at Apache. Stay tuned on this site for updates on how the project hosting will change.</p>
 
@@ -253,8 +281,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-7-2-released.html">Spark 0.7.2 released</a></h1>
-      <div class="entry-meta">June 02, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-7-2-released.html">Spark 0.7.2 released</a></h3>
+      <div class="entry-date">June 2, 2013</div>
     </header>
     <div class="entry-content"><p>We’re happy to announce the release of <a href="/releases/spark-release-0-7-2.html" title="Spark Release 0.7.2">Spark 0.7.2</a>, a new maintenance release that includes several bug fixes and improvements, as well as new code examples and API features. We recommend that all users update to this release. Head over to the <a href="/releases/spark-release-0-7-2.html" title="Spark Release 0.7.2">release notes</a> to read about the new features, or <a href="/downloads.html">download</a> the release today.</p>
 
@@ -263,8 +291,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-screencasts-published.html">Spark screencasts published</a></h1>
-      <div class="entry-meta">April 16, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-screencasts-published.html">Spark screencasts published</a></h3>
+      <div class="entry-date">April 16, 2013</div>
     </header>
     <div class="entry-content"><p>We have released the first two screencasts in a series of short hands-on video training courses we will be publishing to help new users get up and running with Spark in minutes.</p>
 
@@ -279,8 +307,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/strata-exercises-now-available-online.html">Strata exercises now available online</a></h1>
-      <div class="entry-meta">March 17, 2013</div>
+      <h3 class="entry-title"><a href="/news/strata-exercises-now-available-online.html">Strata exercises now available online</a></h3>
+      <div class="entry-date">March 17, 2013</div>
     </header>
     <div class="entry-content"><p>At this year’s <a href="http://strataconf.com/strata2013">Strata</a> conference, the AMP Lab hosted a full day of tutorials on Spark, Shark, and Spark Streaming, including online exercises on Amazon EC2. Those exercises are now <a href="http://ampcamp.berkeley.edu/big-data-mini-course/">available online</a>, letting you learn Spark and Shark at your own pace on an EC2 cluster with real data. They are a great resource for learning the systems. You can also find <a href="http://ampcamp.berkeley.edu/amp-camp-two-strata-2013/">slides</a> from the Strata tutorials online, as well as <a href="http://ampcamp.berkeley.edu/amp-camp-one-berkeley-2012/">videos</a> from the AMP Camp workshop we held at Berkeley in August.</p>
 
@@ -289,8 +317,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-7-0-released.html">Spark 0.7.0 released</a></h1>
-      <div class="entry-meta">February 27, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-7-0-released.html">Spark 0.7.0 released</a></h3>
+      <div class="entry-date">February 27, 2013</div>
     </header>
     <div class="entry-content"><p>We’re proud to announce the release of <a href="/releases/spark-release-0-7-0.html" title="Spark Release 0.7.0">Spark 0.7.0</a>, a new major version of Spark that adds several key features, including a <a href="/docs/latest/python-programming-guide.html">Python API</a> for Spark and an <a href="/docs/latest/streaming-programming-guide.html">alpha of Spark Streaming</a>. This release is the result of the largest group of contributors yet behind a Spark release – 31 contributors from inside and outside Berkeley. Head over to the <a href="/releases/spark-release-0-7-0.html" title="Spark Release 0.7.0">release notes</a> to read more about the new features, or <a href="/downloads.html">download</a> the release today.</p>
 
@@ -299,8 +327,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/run-spark-and-shark-on-amazon-emr.html">Spark/Shark Tutorial for Amazon EMR</a></h1>
-      <div class="entry-meta">February 24, 2013</div>
+      <h3 class="entry-title"><a href="/news/run-spark-and-shark-on-amazon-emr.html">Spark/Shark Tutorial for Amazon EMR</a></h3>
+      <div class="entry-date">February 24, 2013</div>
     </header>
     <div class="entry-content"><p>This weekend, Amazon posted an <a href="http://aws.amazon.com/articles/Elastic-MapReduce/4926593393724923">article</a> and code that make it easy to launch Spark and Shark on Elastic MapReduce. The article includes examples of how to run both interactive Scala commands and SQL queries from Shark on data in S3. Head over to the <a href="http://aws.amazon.com/articles/Elastic-MapReduce/4926593393724923">Amazon article</a> for details. We’re very excited because, to our knowledge, this makes Spark the first non-Hadoop engine that you can launch with EMR.</p>
 
@@ -309,8 +337,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-6-2-released.html">Spark 0.6.2 released</a></h1>
-      <div class="entry-meta">February 07, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-0-6-2-released.html">Spark 0.6.2 released</a></h3>
+      <div class="entry-date">February 7, 2013</div>
     </header>
     <div class="entry-content"><p>We recently released <a href="/releases/spark-release-0-6-2.html" title="Spark Release 0.6.2">Spark 0.6.2</a>, a new version of Spark. This is a maintenance release that includes several bug fixes and usability improvements (see the <a href="/releases/spark-release-0-6-2.html" title="Spark Release 0.6.2">release notes</a>). We recommend that all users upgrade to this release.</p>
 
@@ -319,8 +347,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-tips-from-quantifind.html">Spark tips from Quantifind</a></h1>
-      <div class="entry-meta">January 12, 2013</div>
+      <h3 class="entry-title"><a href="/news/spark-tips-from-quantifind.html">Spark tips from Quantifind</a></h3>
+      <div class="entry-date">January 12, 2013</div>
     </header>
     <div class="entry-content"><p><a href="http://www.quantifind.com">Quantifind</a>, one of the Bay Area companies that has been using Spark for predictive analytics, recently posted two useful entries on working with Spark in their tech blog:</p>
 <ul>
@@ -334,8 +362,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/video-from-first-spark-development-meetup.html">Video up from first Spark development meetup</a></h1>
-      <div class="entry-meta">December 21, 2012</div>
+      <h3 class="entry-title"><a href="/news/video-from-first-spark-development-meetup.html">Video up from first Spark development meetup</a></h3>
+      <div class="entry-date">December 21, 2012</div>
     </header>
     <div class="entry-content"><p>On December 18th, we held the first of a series of Spark development meetups, for people interested in learning the Spark codebase and contributing to the project. There was quite a bit more demand than we anticipated, with over 80 people signing up and 64 attending. The first meetup was an <a href="http://www.meetup.com/spark-users/events/94101942/">introduction to Spark internals</a>. Thanks to one of the attendees, there’s now a <a href="http://www.youtube.com/watch?v=49Hr5xZyTEA">video of the meetup</a> on YouTube. We’ve also posted the <a href="http://files.meetup.com/3138542/dev-meetup-dec-2012.pptx">slides</a>. Look to see more development meetups on Spark and Shark in the future.</p>
 
@@ -344,8 +372,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-and-shark-in-the-news.html">Spark and Shark in the news</a></h1>
-      <div class="entry-meta">December 21, 2012</div>
+      <h3 class="entry-title"><a href="/news/spark-and-shark-in-the-news.html">Spark and Shark in the news</a></h3>
+      <div class="entry-date">December 21, 2012</div>
     </header>
     <div class="entry-content"><p>Recently, we’ve seen quite a bit of coverage of both Spark and <a href="http://shark.cs.berkeley.edu">Shark</a> in the news. I wanted to list some of the more recent articles, for readers interested in learning more.</p>
 
@@ -364,8 +392,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-0-6-1-and-0-5-2-released.html">Spark 0.6.1 and 0.5.2 out</a></h1>
-      <div class="entry-meta">November 22, 2012</div>
+      <h3 class="entry-title"><a href="/news/spark-0-6-1-and-0-5-2-released.html">Spark 0.6.1 and 0.5.2 out</a></h3>
+      <div class="entry-date">November 22, 2012</div>
     </header>
     <div class="entry-content"><p>Today we’ve made available two maintenance releases for Spark: <a href="/releases/spark-release-0-6-1.html" title="Spark Release 0.6.1">0.6.1</a> and <a href="/releases/spark-release-0-5-2.html" title="Spark Release 0.5.2">0.5.2</a>. They both contain important bug fixes as well as some new features, such as the ability to build against Hadoop 2 distributions. We recommend that users update to the latest version for their branch; for new users, we recommend <a href="/releases/spark-release-0-6-1.html" title="Spark Release 0.6.1">0.6.1</a>.</p>
 
@@ -374,8 +402,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-version-0-6-0-released.html">Spark version 0.6.0 released</a></h1>
-      <div class="entry-meta">October 15, 2012</div>
+      <h3 class="entry-title"><a href="/news/spark-version-0-6-0-released.html">Spark version 0.6.0 released</a></h3>
+      <div class="entry-date">October 15, 2012</div>
     </header>
     <div class="entry-content"><p><a href="/releases/spark-release-0-6-0.html">Spark version 0.6.0</a> was released today, a major release that brings a wide range of performance improvements and new features, including a simpler standalone deploy mode and a Java API. Read more about it in the <a href="/releases/spark-release-0-6-0.html">release notes</a>.</p>
 
@@ -384,8 +412,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/nsdi-paper.html">Spark wins Best Paper Award at USENIX NSDI</a></h1>
-      <div class="entry-meta">April 25, 2012</div>
+      <h3 class="entry-title"><a href="/news/nsdi-paper.html">Spark wins Best Paper Award at USENIX NSDI</a></h3>
+      <div class="entry-date">April 25, 2012</div>
     </header>
     <div class="entry-content"><p>Our <a href="http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf">paper on Spark</a> won the Best Paper Award at the <a href="http://www.usenix.org/nsdi12/">USENIX NSDI conference</a>. You can see a video of the talk, as well as slides, online on the <a href="https://www.usenix.org/conference/nsdi12/resilient-distributed-datasets-fault-tolerant-abstraction-memory-cluster-computing">NSDI website</a>.</p>
 
@@ -394,8 +422,8 @@
 
 <article class="hentry">
     <header class="entry-header">
-      <h1 class="entry-title"><a href="/news/spark-meetups.html">We've started hosting a Bay Area Spark User Meetup</a></h1>
-      <div class="entry-meta">January 10, 2012</div>
+      <h3 class="entry-title"><a href="/news/spark-meetups.html">We've started hosting a Bay Area Spark User Meetup</a></h3>
+      <div class="entry-date">January 10, 2012</div>
     </header>
     <div class="entry-content"><p>We’ve started hosting a regular <a href="http://www.meetup.com/spark-users/">Bay Area Spark User Meetup</a>. Sign up on the meetup.com page to be notified about events and meet other Spark developers and users.</p>
 
@@ -403,24 +431,25 @@
   </article>
 
 
-        
-      </div><!-- #content -->
-      
-      <footer id="colophon" role="contentinfo">
-  <div id="site-generator">
-    <p style="padding-top: 0; padding-bottom: 15px;">
-      Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
-      <a href="http://incubator.apache.org/" style="border: none;">
-        <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
-      </a>  
-    </p>
   </div>
-</footer><!-- #colophon -->
+</div>
+
 
-    </div><!-- #primary -->
-  </div><!-- #main -->
-</div><!-- #page -->
 
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
+
+</div>
+
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
 
 </body>
 </html>

Modified: incubator/spark/site/news/nsdi-paper.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/nsdi-paper.html?rev=1560502&r1=1560501&r2=1560502&view=diff
==============================================================================
--- incubator/spark/site/news/nsdi-paper.html (original)
+++ incubator/spark/site/news/nsdi-paper.html Wed Jan 22 20:33:24 2014
@@ -1,27 +1,20 @@
 <!DOCTYPE html>
-<!--[if IE 6]>
-<html id="ie6" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 7]>
-<html id="ie7" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if IE 8]>
-<html id="ie8" dir="ltr" lang="en-US">
-<![endif]-->
-<!--[if !(IE 6) | !(IE 7) | !(IE 8)  ]><!-->
-<html dir="ltr" lang="en-US">
-<!--<![endif]-->
+<html lang="en">
 <head>
-  <link rel="shortcut icon" href="/favicon.ico" />
-  <meta charset="UTF-8" />
-  <meta name="viewport" content="width=device-width" />
+  <meta charset="utf-8">
+  <meta http-equiv="X-UA-Compatible" content="IE=edge">
+  <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
   <title>
      Spark wins Best Paper Award at USENIX NSDI | Apache Spark
     
   </title>
 
-  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
-  <link rel="stylesheet" href="/css/pygments-default.css">
+  
+
+  <!-- Bootstrap core CSS -->
+  <link href="/css/cerulean.min.css" rel="stylesheet">
+  <link href="/css/custom.css" rel="stylesheet">
 
   <script type="text/javascript">
   <!-- Google Analytics initialization -->
@@ -46,113 +39,152 @@
   }
   </script>
 
-  <link rel='canonical' href='/index.html' />
-
-  <style type="text/css">
-    #site-title,
-    #site-description {
-      position: absolute !important;
-      clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
-      clip: rect(1px, 1px, 1px, 1px);
-    }
-  </style>
-  <style type="text/css" id="custom-background-css">
-    body.custom-background { background-color: #f1f1f1; }
-  </style>
+  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+  <!--[if lt IE 9]>
+  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+  <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
+  <![endif]-->
 </head>
 
-<!--body class="page singular"-->
-<body class="singular">
-<div id="page" class="hfeed">
-
-  <header id="branding" role="banner">
-  <hgroup>
-    <h1 id="site-title"><span><a href="/" title="Spark" rel="home">Spark</a></span></h1>
-    <h2 id="site-description">Lightning-Fast Cluster Computing</h2>
-  </hgroup>
-
-  <a id="main-logo" href="/">
-    <img style="height:175px; width:auto;" src="/images/spark-project-header1-cropped.png" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
-  </a>
-  <div class="widget-summit">
-    <a href="http://spark-summit.org"><img src="/images/Summit-Logo-FINALtr-150x150px.png" /></a>
-    <div class="text">
-      <a href="http://spark-summit.org/2013">
-        
-        <strong>Videos and Slides<br/>
-        Available Now!</strong>
-      </a>
-    </div>
+<body>
+
+<div class="container" style="max-width: 1200px;">
+
+<div class="masthead">
+  
+    <p class="lead">
+      <a href="/">
+      <img src="/images/spark-logo.png"
+        style="height:100px; width:auto; vertical-align: bottom; margin-top: 20px;"></a><span class="tagline">
+          Lightning-fast cluster computing
+      </span>
+    </p>
+  
+</div>
+
+<nav class="navbar navbar-default" role="navigation">
+  <!-- Brand and toggle get grouped for better mobile display -->
+  <div class="navbar-header">
+    <button type="button" class="navbar-toggle" data-toggle="collapse"
+            data-target="#navbar-collapse-1">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+    </button>
   </div>
 
-  <nav id="access" role="navigation">
-    <h3 class="assistive-text">Main menu</h3>
-    <div class="menu-main-menu-container">
-      <ul id="menu-main-menu" class="menu">
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/index.html">Home</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/downloads.html">Downloads</a>
-        </li>
-        
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/documentation.html">Documentation</a>
-        </li>
+  <!-- Collect the nav links, forms, and other content for toggling -->
+  <div class="collapse navbar-collapse" id="navbar-collapse-1">
+    <ul class="nav navbar-nav">
+      <li><a href="/downloads.html">Download</a></li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Related Projects <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Documentation <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/documentation.html">Overview</a></li>
+          <li><a href="/docs/latest/">Latest Release</a></li>
+          <li><a href="/examples.html">Examples</a></li>
+        </ul>
+      </li>
+      <li class="dropdown">
+        <a href="#" class="dropdown-toggle" data-toggle="dropdown">
+          Community <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          <li><a href="/community.html">Mailing Lists</a></li>
+          <li><a href="/community.html#events">Events and Meetups</a></li>
+          <li><a href="/community.html#history">Project History</a></li>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Powered+By+Spark">Powered By</a></li>
+        </ul>
+      </li>
+      <li><a href="/faq.html">FAQ</a></li>
+    </ul>
+  </div>
+  <!-- /.navbar-collapse -->
+</nav>
+
+
+<div class="row">
+  <div class="col-md-3 col-md-push-9">
+    <div class="news" style="margin-bottom: 20px;">
+      <h5>Latest News</h5>
+      <ul class="list-unstyled">
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/examples.html">Examples</a>
-        </li>
+          <li><a href="/news/spark-0-8-1-released.html">Spark 0.8.1 released</a>
+          <span class="small">(Dec 19, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/mailing-lists.html">Mailing Lists</a>
-        </li>
+          <li><a href="/news/spark-summit-2013-is-a-wrap.html">Spark Summit 2013 is a Wrap</a>
+          <span class="small">(Dec 15, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/research.html">Research</a>
-        </li>
+          <li><a href="/news/announcing-the-first-spark-summit.html">Announcing the first Spark Summit: December 2, 2013</a>
+          <span class="small">(Oct 08, 2013)</span></li>
         
-        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
-          <a href="/faq.html">FAQ</a>
-        </li>
+          <li><a href="/news/spark-0-8-0-released.html">Spark 0.8.0 released</a>
+          <span class="small">(Sep 25, 2013)</span></li>
         
-      </ul></div>
-  </nav><!-- #access -->
-</header><!-- #branding -->
+      </ul>
+      <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
+    </div>
+    <div class="hidden-xs hidden-sm">
+      <a href="/downloads.html" class="btn btn-success btn-lg btn-block" style="margin-bottom: 30px;">
+        Download Spark
+      </a>
+      <p style="font-size: 16px; font-weight: 500; color: #555;">
+        Related Projects:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
 
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Spark wins Best Paper Award at USENIX NSDI</h2>
 
 
-  <div id="main">
-    <div id="primary">
-      <div id="content" role="main">
-        
-          <article class="page type-page status-publish hentry">
-            <h2>Spark wins Best Paper Award at USENIX NSDI</h2>
+<p>Our <a href="http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf">paper on Spark</a> won the Best Paper Award at the <a href="http://www.usenix.org/nsdi12/">USENIX NSDI conference</a>. You can see a video of the talk, as well as slides, online on the <a href="https://www.usenix.org/conference/nsdi12/resilient-distributed-datasets-fault-tolerant-abstraction-memory-cluster-computing">NSDI website</a>.</p>
 
 
-<p>Our <a href="http://www.cs.berkeley.edu/~matei/papers/2012/nsdi_spark.pdf">paper on Spark</a> won the Best Paper Award at the <a href="http://www.usenix.org/nsdi12/">USENIX NSDI conference</a>. You can see a video of the talk, as well as slides, online on the <a href="https://www.usenix.org/conference/nsdi12/resilient-distributed-datasets-fault-tolerant-abstraction-memory-cluster-computing">NSDI website</a>.</p>
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
 
-          </article><!-- #post -->
-        
-      </div><!-- #content -->
-      
-      <footer id="colophon" role="contentinfo">
-  <div id="site-generator">
-    <p style="padding-top: 0; padding-bottom: 15px;">
-      Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
-      <a href="http://incubator.apache.org/" style="border: none;">
-        <img style="vertical-align: middle; border: none;" src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
-      </a>  
-    </p>
   </div>
-</footer><!-- #colophon -->
+</div>
+
+
+
+<footer class="small">
+  <hr>
+  Apache Spark is an effort undergoing incubation at The Apache Software Foundation.
+  <a href="http://incubator.apache.org/" style="border: none;">
+    <img style="vertical-align: middle; float: right; margin-bottom: 15px;"
+        src="/images/incubator-logo.png" alt="Apache Incubator" title="Apache Incubator" />
+  </a>  
+</footer>
 
-    </div><!-- #primary -->
-  </div><!-- #main -->
-</div><!-- #page -->
+</div>
 
+<script src="https://code.jquery.com/jquery.js"></script>
+<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
+<script src="/js/lang-tabs.js"></script>
 
 </body>
 </html>