You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by an...@apache.org on 2013/08/23 19:28:20 UTC

svn commit: r1516940 [3/4] - in /incubator/spark/site: ./ css/ images/ news/ releases/ screencasts/ talks/

Added: incubator/spark/site/news/spark-0-7-2-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-7-2-released.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-0-7-2-released.html (added)
+++ incubator/spark/site/news/spark-0-7-2-released.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark 0.7.2 released | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark 0.7.2 released</h2>
+
+
+We're happy to announce the release of <a href="http://spark-project.org/spark-release-0-7-2/" 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="http://spark-project.org/spark-release-0-7-2/" title="Spark Release 0.7.2">release notes</a> to read about the new features, or <a href="/downloads/">download</a> the release today.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-0-7-3-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-0-7-3-released.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-0-7-3-released.html (added)
+++ incubator/spark/site/news/spark-0-7-3-released.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark 0.7.3 released | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark 0.7.3 released</h2>
+
+
+We've just posted <a href="http://spark-project.org/spark-release-0-7-3/" 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="http://spark-project.org/spark-release-0-7-3/" title="Spark Release 0.7.3">release notes</a> to read about the new features, or <a href="/downloads/">download</a> the release today.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-accepted-into-apache-incubator.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-accepted-into-apache-incubator.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-accepted-into-apache-incubator.html (added)
+++ incubator/spark/site/news/spark-accepted-into-apache-incubator.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark accepted into Apache Incubator | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark accepted into Apache Incubator</h2>
+
+
+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.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-and-shark-in-the-news.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-and-shark-in-the-news.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-and-shark-in-the-news.html (added)
+++ incubator/spark/site/news/spark-and-shark-in-the-news.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,143 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark and Shark in the news | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark and Shark in the news</h2>
+
+
+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.
+
+<ul>
+<li>Curt Monash, editor of the popular DBMS2 blog, wrote a great <a href="http://www.dbms2.com/2012/12/13/introduction-to-spark-shark-bdas-and-amplab/">introduction to Spark and Shark</a>, as well as a more detailed <a href="http://www.dbms2.com/2012/12/13/spark-shark-and-rdds-technology-notes/">technical overview</a>.</li>
+<li><a href="http://siliconangle.com/blog/2012/11/29/big-data-up-to-100x-faster-researchers-crank-up-the-speed-dial/">Silicon Angle</a> covered Spark and Shark after our <a href="https://amplab.cs.berkeley.edu/news/sparkshark-a-big-hit-at-aws-reinvent/">presentation at Amazon re:Invent</a>.</li>
+<li><a href="http://www.datanami.com/datanami/2012-12-01/the_week_in_big_data_research.html?page=2">Datanami</a> highlighted Shark in its survey of big data research projects.</li>
+<li>O'Reilly's Strata blog recently covered <a href="http://strata.oreilly.com/2012/08/seven-reasons-why-i-like-spark.html">Spark</a>, <a href="http://strata.oreilly.com/2012/11/shark-real-time-queries-and-analytics-for-big-data.html">Shark</a>, and the <a href="http://strata.oreilly.com/2012/10/spark-0-6-improves-performance-and-accessibility.html">Spark 0.6 release</a>.</li>
+<li><a href="http://data-informed.com/spark-an-open-source-engine-for-iterative-data-mining/">DataInformed</a> interviewed two Spark users and wrote about their applications in anomaly detection, predictive analytics and data mining.</li>
+</ul>
+
+In other news, there will be a full day of tutorials on Spark and Shark at the <a href="http://strataconf.com/strata2013">O'Reilly Strata conference</a> in February. They include a three-hour <a href="http://strataconf.com/strata2013/public/schedule/detail/27438">introduction to Spark, Shark and BDAS</a> Tuesday morning, and a three-hour <a href="http://strataconf.com/strata2013/public/schedule/detail/27440">hands-on exercise session</a>. 
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-featured-in-wired.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-featured-in-wired.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-featured-in-wired.html (added)
+++ incubator/spark/site/news/spark-featured-in-wired.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark featured in Wired | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark featured in Wired</h2>
+
+
+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.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html (added)
+++ incubator/spark/site/news/spark-mailing-lists-moving-to-apache.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,144 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark mailing lists moving to Apache | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark mailing lists moving to Apache</h2>
+
+
+<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>
+
+<ul>
+  <li>
+    <a href="http://mail-archives.apache.org/mod_mbox/incubator-spark-user/">user@spark.incubator.apache.org</a> -- for usage questions, help, and announcements. <a href="mailto:user-subscribe@spark.incubator.apache.org?subject=(send%20this%20email%20to%20subscribe)">(subscribe)</a> <a href="http://mail-archives.apache.org/mod_mbox/incubator-spark-user/">(archives)</a>
+  </li>
+  <li>
+    <a href="http://mail-archives.apache.org/mod_mbox/incubator-spark-dev/">dev@spark.incubator.apache.org</a> -- for people who want to contribute code to Spark. <a href="mailto:dev-subscribe@spark.incubator.apache.org?subject=(send%20this%20email%20to%20subscribe)">(subscribe)</a> <a href="http://mail-archives.apache.org/mod_mbox/incubator-spark-dev/">(archives)</a>
+  </li>
+</ul>
+
+<p>Most users will probably want the User list, but individuals interested in contributing code to the project should also subscribe to the Dev list.</p>
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-meetups.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-meetups.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-meetups.html (added)
+++ incubator/spark/site/news/spark-meetups.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>We've started hosting a Bay Area Spark User Meetup | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>We've started hosting a Bay Area Spark User Meetup</h2>
+
+
+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.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-screencasts-published.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-screencasts-published.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-screencasts-published.html (added)
+++ incubator/spark/site/news/spark-screencasts-published.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,139 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark screencasts published | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark screencasts published</h2>
+
+
+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.
+
+The first Spark screencast is called <a href="http://spark-project.org/screencast-1-first-steps-with-spark/">First Steps With Spark</a> and walks you through downloading and building Spark, as well as using the Spark shell, all in less than 10 minutes!
+
+The second screencast is a 2 minute <a href="http://spark-project.org/spark-documentation-overview-screencast-2/">overview of the Spark documentation</a>.
+
+We hope you find these screencasts useful.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-tips-from-quantifind.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-tips-from-quantifind.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-tips-from-quantifind.html (added)
+++ incubator/spark/site/news/spark-tips-from-quantifind.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,138 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark tips from Quantifind | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark tips from Quantifind</h2>
+
+
+<a href="http://www.quantfind.com">Quantfind</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:
+<ul>
+<li><a href="http://blog.quantifind.com/posts/spark-unit-test/">Unit testing with Spark</a></li>
+<li><a href="http://blog.quantifind.com/posts/logging-post/">Configuring Spark's logs</a></li>
+</ul>
+Thanks for sharing this, and looking forward to see others!
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/spark-version-0-6-0-released.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/spark-version-0-6-0-released.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/spark-version-0-6-0-released.html (added)
+++ incubator/spark/site/news/spark-version-0-6-0-released.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark version 0.6.0 released | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark version 0.6.0 released</h2>
+
+
+<a href="/spark-release-0-6-0">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="/spark-release-0-6-0">release notes</a>.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/strata-exercises-now-available-online.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/strata-exercises-now-available-online.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/strata-exercises-now-available-online.html (added)
+++ incubator/spark/site/news/strata-exercises-now-available-online.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Strata exercises now available online | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Strata exercises now available online</h2>
+
+
+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.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/news/video-from-first-spark-development-meetup.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/news/video-from-first-spark-development-meetup.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/news/video-from-first-spark-development-meetup.html (added)
+++ incubator/spark/site/news/video-from-first-spark-development-meetup.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,133 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Video up from first Spark development meetup | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Video up from first Spark development meetup</h2>
+
+
+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.
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/releases/spark-release-0-3.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-3.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/releases/spark-release-0-3.html (added)
+++ incubator/spark/site/releases/spark-release-0-3.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,184 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark Release 0.3 | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark Release 0.3</h2>
+
+
+<p>Spark 0.3 brings a variety of new features. You can download it for either <a href="https://github.com/mesos/spark/tarball/0.3-scala-2.9">Scala 2.9</a> or <a href="https://github.com/mesos/spark/tarball/0.3-scala-2.8">Scala 2.8</a>.</p>
+
+<h3>Scala 2.9 Support</h3>
+
+<p>This is the first release to support Scala 2.9 in addition to 2.8. Future releases are likely to be 2.9-only unless there is high demand for 2.8.</p>
+
+<h3>Save Operations</h3>
+
+<p>You can now save distributed datasets to the Hadoop filesystem (HDFS), Amazon S3, Hypertable, and any other storage system supported by Hadoop. There are convenience methods for several common formats, like text files and SequenceFiles. For example, to save a dataset as text:</p>
+
+<div class="code">
+<span class="keyword">val</span> numbers = spark.parallelize(1 to 100)<br /> numbers.<span class="sparkop">saveAsTextFile</span>(<span class="string">"hdfs://..."</span>)
+</div>
+
+<h3>Native Types for SequenceFiles</h3>
+
+<p>In working with SequenceFiles, which store objects that implement Hadoop&#8217;s Writable interface, Spark will now let you use native types for certain common Writable types, like IntWritable and Text. For example:</p>
+
+<div class="code">
+<span class="comment">// Will read a SequenceFile of (IntWritable, Text)</span><br />
+<span class="keyword">val</span> data = spark.sequenceFile[Int, String](<span class="string">"hdfs://..."</span>)
+</div>
+
+<p>Similarly, you can save datasets of basic types directly as SequenceFiles:</p>
+
+<div class="code">
+<span class="comment">// Will write a SequenceFile of (IntWritable, IntWritable)</span><br />
+<span class="keyword">val</span> squares = spark.parallelize(1 to 100).<span class="sparkop">map</span>(<span class="closure">n =&gt; (n, n*n)</span>)<br />
+squares.saveAsSequenceFile(<span class="string">"hdfs://..."</span>)
+</div>
+
+<h3>Maven Integration</h3>
+
+<p>Spark now fetches dependencies via Maven and can publish Maven artifacts for easier dependency management.</p>
+
+<h3>Faster Broadcast &amp; Shuffle</h3>
+
+<p>This release includes broadcast and shuffle algorithms from <a href="http://www.mosharaf.com/wp-content/uploads/orchestra-sigcomm11.pdf">this paper</a> to better support applications that communicate large amounts of data.</p>
+
+<h3>Support for Non-Filesystem Hadoop Input Formats</h3>
+
+<p>The new <tt>SparkContext.hadoopRDD</tt> method allows reading data from Hadoop-compatible storage systems other than file systems, such as HBase, Hypertable, etc.</p>
+
+<h3>Other Features</h3>
+
+<ul>
+  <li>Outer join operators (<tt>leftOuterJoin</tt>, <tt>rightOuterJoin</tt>, etc).</li>
+  <li>Support for Scala 2.9 interpreter features (history search, Ctrl-C current line, etc) in the 2.9 version.</li>
+  <li>Better default levels of parallelism for various operations.</li>
+  <li>Ability to control number of splits in a file.</li>
+  <li>Various bug fixes.</li>
+</ul>
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/releases/spark-release-0-5-0.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-5-0.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/releases/spark-release-0-5-0.html (added)
+++ incubator/spark/site/releases/spark-release-0-5-0.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,156 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark Release 0.5.0 | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark Release 0.5.0</h2>
+
+
+<p>Spark 0.5.0 brings several new features and sets the stage for some big changes coming this summer as we incorporate code from the <a href="http://www.cs.berkeley.edu/~matei/papers/2012/hotcloud_spark_streaming.pdf">Spark Streaming</a> project. You can download it as a <a href="https://github.com/mesos/spark/zipball/v0.5.0">zip</a> or <a href="https://github.com/mesos/spark/tarball/v0.5.0">tar.gz</a>.</p>
+
+<h3>Mesos 0.9 Support</h3>
+
+<p>This release runs on <a href="http://www.mesosproject.org/">Apache Mesos 0.9</a>, the first Apache Incubator release of Mesos, which contains significant usability and stability improvements.  Most notable are better memory accounting for applications with long-term memory use, easier access of old jobs&#8217; traces and logs (by keeping a history of executed tasks on the web UI), and simpler installation.</p>
+
+<h3>Performance Improvements</h3>
+<p>Spark&#8217;s scheduling is more communication-efficient when sending out operations on RDDs with large lineage graphs. In addition, the cache replacement policy has been improved to more smartly replace data when an RDD does not fit in the cache, shuffles are more efficient, and the serializer used for shipping closures is now configurable, making it possible to use faster libraries than Java serialization there.</p>
+
+<h3>Debug Improvements</h3>
+
+<p>Spark now reports exceptions on the worker nodes back to the master, so you can see them all in one log file. It also automatically marks and filters duplicate errors.</p>
+
+<h3>New Operators</h3>
+
+<p>These include <tt>sortByKey</tt> for parallel sorting, <tt>takeSample</tt>, and more efficient <tt>fold</tt> and <tt>aggregate</tt> operators.  In addition, more of the old operators make use of, and retain, RDD partitioning information to reduce communication cost. For example, if you <tt>join</tt> two hash-partitioned RDDs that were partitioned in the same way, Spark will not shuffle any data across the network.</p>
+
+<h3>EC2 Launch Script Improvements</h3>
+
+<p>Spark&#8217;s EC2 launch scripts are now included in the main package, and have the ability to discover and use the latest Spark AMI automatically instead of launching a hardcoded machine image ID.</p>
+
+<h3>New Hadoop API Support</h3>
+
+<p>You can now use Spark to read and write data to storage formats in the new <tt>org.apache.mapreduce</tt> packages (the &#8220;new Hadoop&#8221; API). In addition, this release fixes an issue caused by a HDFS initialization bug in some recent versions of HDFS.</p>
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>

Added: incubator/spark/site/releases/spark-release-0-5-1.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-5-1.html?rev=1516940&view=auto
==============================================================================
--- incubator/spark/site/releases/spark-release-0-5-1.html (added)
+++ incubator/spark/site/releases/spark-release-0-5-1.html Fri Aug 23 17:28:18 2013
@@ -0,0 +1,166 @@
+<!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]-->
+<head>
+  <link rel="shortcut icon" href="favicon.ico" />
+  <meta charset="UTF-8" />
+  <meta name="viewport" content="width=device-width" />
+  <title>Spark Release 0.5.1 | Spark</title>
+
+  <link rel="stylesheet" type="text/css" media="all" href="/css/style.css" />
+  <link rel="stylesheet" href="/css/pygments-default.css">
+
+  <script type="text/javascript">//<![CDATA[
+  // Google Analytics for WordPress by Yoast v4.2.8 | http://yoast.com/wordpress/google-analytics/
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-32518208-1']);
+  _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);
+  })();
+  //]]></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>
+</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 href="/">
+    <img src="/images/spark-project-header1.png" width="1000" height="220" alt="Spark: Lightning-Fast Cluster Computing" title="Spark: Lightning-Fast Cluster Computing" />
+  </a>
+
+  <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>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/examples.html">Examples</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/mailing-lists.html">Mailing Lists</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/research.html">Research</a>
+        </li>
+        
+        <li class="menu-item menu-item-type-post_type menu-item-object-page ">
+          <a href="/faq.html">FAQ</a>
+        </li>
+        
+      </ul></div>
+  </nav><!-- #access -->
+</header><!-- #branding -->
+
+
+
+  <div id="main">
+    <div id="primary">
+      <div id="content" role="main">
+        
+          <article class="page type-page status-publish hentry">
+            <h2>Spark Release 0.5.1</h2>
+
+
+<p>Spark 0.5.1 is a maintenance release that adds several important bug fixes and usability features. You can download it as a <a href="http://github.com/downloads/mesos/spark/spark-0.5.1.tgz">tar.gz file</a>.</p>
+
+<h3>Maven Publishing</h3>
+
+<p>Spark is now available in Maven Central, making it easier to link into your programs without having to build it as a JAR. Use the following Maven identifiers to add it to a project:</p>
+<ul>
+  <li>groupId: org.spark-project</li>
+  <li>artifactId: spark-core_2.9.2</li>
+  <li>version: 0.5.1</li>
+</ul>
+
+<h3>Scala 2.9.2</h3>
+
+<p>Spark now builds against Scala 2.9.2 by default.</p>
+
+<h3>Improved Accumulators</h3>
+
+<p>The new Accumulable class generalizes Accumulators for the case when the type being accumulated is not the same as the types of elements being added (e.g. you wish to accumulate a collection, such as a Set, by adding individual elements). This interface is also more efficient in avoiding the creation of temporary objects. (Contributed by Imran Rashid.)</p>
+
+<h3>Bug Fixes</h3>
+
+<ul>
+  <li>Spark's algorithm for estimating the sizes of objects (in order to manage memory correctly) has been improved
+    to handle JVMs with 32- vs 64-bit pointers and to measure objects more accurately. (Contributed by Shivaram Venkataraman.)</li>
+  <li>Improved algorithms for taking random samples out of datasets to avoid biases that could occur in the previous ones. (Suggested by Henry Milner.)</li>
+  <li>Improved load balancing across nodes in sort operations.</li>
+  <li>Fixed a shuffle bug that could cause reduce tasks to fail to receive a map task's full output.</li>
+  <li>Fixed a bug with locating custom KryoSerializers.</li>
+  <li>Reduced memory consumption of <tt>saveAsObjectFile</tt> when objects are large.</li>
+</ul>
+
+<h3>EC2 Improvements</h3>
+
+<p>Spark&#8217;s EC2 launch script now configures Spark&#8217;s memory limit automatically based on the machine&#8217;s available RAM.</p>
+
+          </article><!-- #post -->
+        
+      </div><!-- #content -->
+      
+      <footer id="colophon" role="contentinfo">
+  <div id="site-generator">
+    <p>Spark is an open source project developed at the UC Berkeley <a href="https://amplab.cs.berkeley.edu">AMPLab</a>.</p>
+    <a class="amp-logo" style="background:url(/images/amplab-small.png)" href="https://amplab.cs.berkeley.edu/" title="Brought to you by the UC Berkeley AMPLab." rel="generator"><!--Brought to you by the UC Berkeley AMPLab-->&nbsp;</a>
+  </div>
+</footer><!-- #colophon -->
+
+    </div><!-- #primary -->
+  </div><!-- #main -->
+</div><!-- #page -->
+
+
+</body>
+</html>