Added: incubator/spark/site/releases/spark-release-0-9-0.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-9-0.html?rev=1563797&view=auto
==============================================================================
--- incubator/spark/site/releases/spark-release-0-9-0.html (added)
+++ incubator/spark/site/releases/spark-release-0-9-0.html Mon Feb  3 08:21:13 
2014
@@ -0,0 +1,450 @@
+<!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>
+     Spark Release 0.9.0 | 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><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>
+
+  <!-- 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-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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><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>
+        
+      </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 Release 0.9.0</h2>
+
+
+<p>Spark 0.9.0 is a major release that adds significant new features. It 
updates Spark to Scala 2.10, simplifies high availability, and updates numerous 
components of the project. This release includes a first version of <a 
href="http://amplab.github.io/graphx/";>GraphX</a>, a powerful new framework for 
graph processing that comes with a library of standard algorithms. In addition, 
<a href="/streaming/">Spark Streaming</a> is now out of alpha, and includes 
significant optimizations and simplified high availability deployment.</p>
+
+<h3 id="scala-210-support">Scala 2.10 Support</h3>
+
+<p>Spark now runs on Scala 2.10, letting users benefit from the language and 
library improvements in this version.</p>
+
+<h3 id="configuration-system">Configuration System</h3>
+
+<p>The new <a 
href="/docs/latest/api/core/index.html#org.apache.spark.SparkConf">SparkConf</a>
 class is now the preferred way to configure advanced settings on your 
SparkContext, though the previous Java system property method still works. 
SparkConf is especially useful in tests to make sure properties don’t stay 
set across tests.</p>
+
+<h3 id="spark-streaming-improvements">Spark Streaming Improvements</h3>
+
+<p>Spark Streaming is now out of alpha, and comes with simplified high 
availability and several optimizations.</p>
+
+<ul>
+  <li>When running on a Spark standalone cluster with the <a 
href="/docs/0.9.0/spark-standalone.html#high-availability">standalone cluster 
high availability mode</a>, you can submit a Spark Streaming driver application 
to the cluster and have it automatically recovered if either the driver or the 
cluster master crashes.</li>
+  <li>Windowed operators have been sped up by 30-50%.</li>
+  <li>Spark Streaming’s input source plugins (e.g. for Twitter, Kafka and 
Flume) are now separate Maven modules, making it easier to pull in only the 
dependencies you need.</li>
+  <li>A new <a 
href="/docs/0.9.0/api/streaming/index.html#org.apache.spark.streaming.scheduler.StreamingListener">StreamingListener</a>
 interface has been added for monitoring statistics about the streaming 
computation.</li>
+  <li>A few aspects of the API have been improved:
+    <ul>
+      <li><code>DStream</code> and <code>PairDStream</code> classes have been 
moved from <code>org.apache.spark.streaming</code> to 
<code>org.apache.spark.streaming.dstream</code> to keep it consistent with 
<code>org.apache.spark.rdd.RDD</code>.</li>
+      <li><code>DStream.foreach</code> has been renamed to 
<code>foreachRDD</code> to make it explicit that it works for every RDD, not 
every element</li>
+      <li><code>StreamingContext.awaitTermination()</code> allows you wait for 
context shutdown and catch any exception that occurs in the streaming 
computation.
+ *<code>StreamingContext.stop()</code> now allows stopping of StreamingContext 
without stopping the underlying SparkContext.</li>
+    </ul>
+  </li>
+</ul>
+
+<h3 id="graphx-alpha">GraphX Alpha</h3>
+
+<p><a href="http://amplab.github.io/graphx/";>GraphX</a> is a new framework for 
graph processing that uses recent advances in graph-parallel computation. It 
lets you build a graph within a Spark program using the standard Spark 
operators, then process it with new graph operators that are optimized for 
distributed computation. It includes <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.Graph">basic 
transformations</a>, a <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.Pregel$">Pregel 
API</a> for iterative computation, and a standard library of <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.util.GraphGenerators$">graph
 loaders</a> and <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.package">analytics
 algorithms</a>. By offering these features <em>within</em> the Spark engine, 
GraphX can significantly speed up processing pipelines compared to workflows 
that use different engines.</p>
+
+<p>GraphX features in this release include:</p>
+
+<ul>
+  <li>Building graphs from arbitrary Spark RDDs</li>
+  <li>Basic operations to transform graphs or extract subgraphs</li>
+  <li>An optimized Pregel API that takes advantage of graph partitioning and 
indexing</li>
+  <li>Standard algorithms including <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.PageRank$">PageRank</a>,
 <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.ConnectedComponents$">connected
 components</a>, <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.StronglyConnectedComponents$">strongly
 connected components</a>, <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.SVDPlusPlus$">SVD++</a>,
 and <a 
href="/docs/0.9.0/api/graphx/index.html#org.apache.spark.graphx.lib.TriangleCount$">triangle
 counting</a></li>
+  <li>Interactive use from the Spark shell</li>
+</ul>
+
+<p>GraphX is still marked as alpha in this first release, but we recommend for 
new users to use it instead of the more limited Bagel API.</p>
+
+<h3 id="mllib-improvements">MLlib Improvements</h3>
+
+<ul>
+  <li>Spark’s machine learning library (MLlib) is now <a 
href="/docs/0.9.0/mllib-guide.html#using-mllib-in-python">available in 
Python</a>, where it operates on NumPy data (currently requires Python 2.7 and 
NumPy 1.7)</li>
+  <li>A new algorithm has been added for <a 
href="/docs/0.9.0/api/mllib/index.html#org.apache.spark.mllib.classification.NaiveBayes">Naive
 Bayes classification</a></li>
+  <li>Alternating Least Squares models can now be used to predict ratings for 
multiple items in parallel</li>
+  <li>MLlib’s documentation was expanded to include more examples in Scala, 
Java and Python</li>
+</ul>
+
+<h3 id="python-changes">Python Changes</h3>
+
+<ul>
+  <li>Python users can now use MLlib (requires Python 2.7 and NumPy 1.7)</li>
+  <li>PySpark now shows the call sites of running jobs in the Spark 
application UI (http://<driver>:4040), making it easy to see which part of your 
code is running</driver></li>
+  <li>IPython integration has been updated to work with newer versions</li>
+</ul>
+
+<h3 id="packaging">Packaging</h3>
+
+<ul>
+  <li>Spark’s scripts have been organized into “bin” and “sbin” 
directories to make it easier to separate admin scripts from user ones and 
install Spark on standard Linux paths.</li>
+  <li>Log configuration has been improved so that Spark finds a default 
log4j.properties file if you don’t specify one.</li>
+</ul>
+
+<h3 id="core-engine">Core Engine</h3>
+
+<ul>
+  <li>Spark’s standalone mode now supports submitting a driver program to 
run on the cluster instead of on the external machine submitting it. You can 
access this functionality through the <a 
href="/docs/0.9.0/spark-standalone.html#launching-applications-inside-the-cluster">org.apache.spark.deploy.Client</a>
 class.</li>
+  <li>Large reduce operations now automatically spill data to disk if it does 
not fit in memory.</li>
+  <li>Users of standalone mode can now limit how many cores an application 
will use by default if the application writer didn’t configure its size. 
Previously, such applications took all available cores on the cluster.</li>
+  <li><code>spark-shell</code> now supports the <code>-i</code> option to run 
a script on startup.</li>
+  <li>New <code>histogram</code> and <code>countDistinctApprox</code> 
operators have been added for working with numerical data.</li>
+  <li>YARN mode now supports distributing extra files with the application, 
and several bugs have been fixed.</li>
+</ul>
+
+<h3 id="compatibility">Compatibility</h3>
+
+<p>This release is compatible with the previous APIs in stable components, but 
several language versions and script locations have changed.</p>
+
+<ul>
+  <li>Scala programs now need to use Scala 2.10 instead of 2.9.</li>
+  <li>Scripts such as <code>spark-shell</code> and <code>pyspark</code> have 
been moved into the <code>bin</code> folder, while administrative scripts to 
start and stop standalone clusters have been moved into <code>sbin</code>.</li>
+  <li>Spark Streaming’s API has been changed to move external input sources 
into separate modules, <code>DStream</code> and <code>PairDStream</code> has 
been moved to package <code>org.apache.spark.streaming.dstream</code> and 
<code>DStream.foreach</code> has been renamed to <code>foreachRDD</code>. We 
expect the current API to be stable now that Spark Streaming is out of 
alpha.</li>
+  <li>While the old method of configuring Spark through Java system properties 
still works, we recommend that users update to the new [SparkConf], which is 
easier to inspect and use.</li>
+</ul>
+
+<p>We expect all of the current APIs and script locations in Spark 0.9 to 
remain stable when we release Spark 1.0. We wanted to make these updates early 
to give users a chance to switch to the new API.</p>
+
+<h3 id="contributors">Contributors</h3>
+<p>The following developers contributed to this release:</p>
+
+<p>Andrew Ash &#8211; documentation improvements</p>
+
+<p>Pierre Borckmans &#8211; documentation fix</p>
+
+<p>Russell Cardullo &#8211; graphite sink for metrics</p>
+
+<p>Evan Chan &#8211; local:// URI feature</p>
+
+<p>Vadim Chekan &#8211; bug fix</p>
+
+<p>Lian Cheng &#8211; refactoring and code clean-up in several locations, bug 
fixes</p>
+
+<p>Ewen Cheslack-Postava &#8211; Spark EC2 and PySpark improvements</p>
+
+<p>Mosharaf Chowdhury &#8211; optimized broadcast</p>
+
+<p>CodingCat &#8211; documentation improvements</p>
+
+<p>Dan Crankshaw &#8211; GraphX contributions</p>
+
+<p>Haider Haidi &#8211; documentation fix</p>
+
+<p>Frank Dai &#8211; Naive Bayes classifier in MLlib, documentation 
improvements</p>
+
+<p>Tathagata Das &#8211; new operators, fixes, and improvements to Spark 
Streaming (lead)</p>
+
+<p>Ankur Dave &#8211; GraphX contributions</p>
+
+<p>Henry Davidge &#8211; warning for large tasks</p>
+
+<p>Aaron Davidson &#8211; shuffle file consolidation, H/A mode for standalone 
scheduler, various improvements and fixes</p>
+
+<p>Kyle Ellrott &#8211; GraphX contributions</p>
+
+<p>Hossein Falaki &#8211; new statistical operators, Scala and Python examples 
in MLlib</p>
+
+<p>Harvey Feng &#8211; hadoop file optimizations and YARN integration</p>
+
+<p>Ali Ghodsi &#8211; support for SIMR</p>
+
+<p>Joseph E. Gonzalez &#8211; GraphX contributions</p>
+
+<p>Thomas Graves &#8211; fixes and improvements for YARN support (lead)</p>
+
+<p>Rong Gu &#8211; documentation fix</p>
+
+<p>Stephen Haberman &#8211; bug fixes</p>
+
+<p>Walker Hamilton &#8211; bug fix</p>
+
+<p>Mark Hamstra &#8211; scheduler improvements and fixes, build fixes</p>
+
+<p>Damien Hardy &#8211; Debian build fix</p>
+
+<p>Nathan Howell &#8211; sbt upgrade</p>
+
+<p>Grace Huang &#8211; improvements to metrics code</p>
+
+<p>Shane Huang &#8211; separation of admin and user scripts:</p>
+
+<p>Prabeesh K &#8211; MQTT example</p>
+
+<p>Holden Karau &#8211; sbt build improvements and Java API extensions</p>
+
+<p>KarthikTunga &#8211; bug fix</p>
+
+<p>Grega Kespret &#8211; bug fix</p>
+
+<p>Marek Kolodziej &#8211; optimized random number generator</p>
+
+<p>Jey Kottalam &#8211; EC2 script improvements</p>
+
+<p>Du Li &#8211; bug fixes</p>
+
+<p>Haoyuan Li &#8211; tachyon support in EC2</p>
+
+<p>LiGuoqiang &#8211; fixes to build and YARN integration</p>
+
+<p>Raymond Liu &#8211; build improvement and various fixes for YARN support</p>
+
+<p>George Loentiev &#8211; Maven build fixes</p>
+
+<p>Akihiro Matsukawa &#8211; GraphX contributions</p>
+
+<p>David McCauley &#8211; improvements to json endpoint</p>
+
+<p>Mike &#8211; bug fixes</p>
+
+<p>Fabrizio (Misto) Milo &#8211; bug fix</p>
+
+<p>Mridul Muralidharan &#8211; speculation improvements, several bug fixes</p>
+
+<p>Tor Myklebust &#8211; Python mllib bindings, instrumentation for task 
serailization</p>
+
+<p>Sundeep Narravula &#8211; bug fix</p>
+
+<p>Binh Nguyen &#8211; Java API improvements and version upgrades</p>
+
+<p>Adam Novak &#8211; bug fix</p>
+
+<p>Andrew Or &#8211; external sorting</p>
+
+<p>Kay Ousterhout &#8211; several bug fixes and improvements to Spark 
scheduler</p>
+
+<p>Sean Owen &#8211; style fixes</p>
+
+<p>Nick Pentreath &#8211; ALS implicit feedback algorithm</p>
+
+<p>Pillis &#8211; <code>Vector.random()</code> method</p>
+
+<p>Imran Rashid &#8211; bug fix</p>
+
+<p>Ahir Reddy &#8211; support for SIMR</p>
+
+<p>Luca Rosellini &#8211; script loading for Scala shell</p>
+
+<p>Josh Rosen &#8211; fixes, clean-up, and extensions to scala and Java 
API’s</p>
+
+<p>Henry Saputra &#8211; style improvements and clean-up</p>
+
+<p>Andre Schumacher &#8211; Python improvements and bug fixes</p>
+
+<p>Jerry Shao &#8211; multi-user support, various fixes and improvements</p>
+
+<p>Prashant Sharma &#8211; Scala 2.10 support, configuration system, several 
smaller fixes</p>
+
+<p>Shiyun &#8211; style fix</p>
+
+<p>Wangda Tan &#8211; UI improvement and bug fixes</p>
+
+<p>Matthew Taylor &#8211; bug fix</p>
+
+<p>Jyun-Fan Tsai &#8211; documentation fix</p>
+
+<p>Takuya Ueshin &#8211; bug fix</p>
+
+<p>Shivaram Venkataraman &#8211; sbt build optimization, EC2 improvements, 
Java and Python API</p>
+
+<p>Jianping J Wang &#8211; GraphX contributions</p>
+
+<p>Martin Weindel &#8211; build fix</p>
+
+<p>Patrick Wendell &#8211; standalone driver submission, various fixes, 
release manager</p>
+
+<p>Neal Wiggins &#8211; bug fix</p>
+
+<p>Reynold Xin &#8211; GraphX contributions, task killing, various fixes, 
improvements and optimizations</p>
+
+<p>Haitao Yao &#8211; bug fix</p>
+
+<p>Xusen Yin &#8211; bug fix</p>
+
+<p>Fengdong Yu &#8211; documentation fixes</p>
+
+<p>Matei Zaharia &#8211; new configuration system, Python MLlib bindings, 
scheduler improvements, various fixes and optimizations</p>
+
+<p>Wu Zeming &#8211; bug fix</p>
+
+<p>Andrew Xia &#8211; bug fixes and code cleanup</p>
+
+<p>Dong Yan &#8211; bug fix</p>
+
+<p><em>Thanks to everyone who contributed!</em></p>
+
+
+<p>
+<br/>
+<a href="/news/">Spark News Archive</a>
+</p>
+
+  </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/research.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/research.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/research.html (original)
+++ incubator/spark/site/research.html Mon Feb  3 08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/screencasts/1-first-steps-with-spark.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/screencasts/1-first-steps-with-spark.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ incubator/spark/site/screencasts/1-first-steps-with-spark.html Mon Feb  3 
08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/screencasts/2-spark-documentation-overview.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/screencasts/2-spark-documentation-overview.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/screencasts/2-spark-documentation-overview.html 
(original)
+++ incubator/spark/site/screencasts/2-spark-documentation-overview.html Mon 
Feb  3 08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/screencasts/3-transformations-and-caching.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/screencasts/3-transformations-and-caching.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/screencasts/3-transformations-and-caching.html 
(original)
+++ incubator/spark/site/screencasts/3-transformations-and-caching.html Mon Feb 
 3 08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ incubator/spark/site/screencasts/4-a-standalone-job-in-spark.html Mon Feb  
3 08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/screencasts/index.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/screencasts/index.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/screencasts/index.html (original)
+++ incubator/spark/site/screencasts/index.html Mon Feb  3 08:21:13 2014
@@ -124,6 +124,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -133,9 +136,6 @@
           <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>

Modified: incubator/spark/site/streaming/index.html
URL: 
http://svn.apache.org/viewvc/incubator/spark/site/streaming/index.html?rev=1563797&r1=1563796&r2=1563797&view=diff
==============================================================================
--- incubator/spark/site/streaming/index.html (original)
+++ incubator/spark/site/streaming/index.html Mon Feb  3 08:21:13 2014
@@ -127,6 +127,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-0-9-0-released.html">Spark 0.9.0 
released</a>
+          <span class="small">(Feb 02, 2014)</span></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>
         
@@ -136,9 +139,6 @@
           <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>


Reply via email to