You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2015/04/18 00:45:04 UTC

svn commit: r1674414 [3/3] - in /spark: ./ _layouts/ js/ site/ site/docs/ site/graphx/ site/js/ site/mllib/ site/news/ site/releases/ site/screencasts/ site/sql/ site/streaming/

Modified: spark/site/releases/spark-release-1-2-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-2-0.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/releases/spark-release-1-2-0.html (original)
+++ spark/site/releases/spark-release-1-2-0.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/releases/spark-release-1-2-1.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-2-1.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/releases/spark-release-1-2-1.html (original)
+++ spark/site/releases/spark-release-1-2-1.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Added: spark/site/releases/spark-release-1-2-2.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-2-2.html?rev=1674414&view=auto
==============================================================================
--- spark/site/releases/spark-release-1-2-2.html (added)
+++ spark/site/releases/spark-release-1-2-2.html Fri Apr 17 22:45:03 2015
@@ -0,0 +1,264 @@
+<!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 1.2.2 | 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>
+
+<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>
+<script src="/js/downloads.js"></script>
+
+<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">
+          Libraries <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          
+          <li><a href="/sql/">Spark SQL</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="/graphx/">GraphX (graph)</a></li>
+          <li class="divider"></li>
+          <li><a href="http://spark-packages.org">Spark Packages</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 (Spark 1.3.1)</a></li>
+        </ul>
+      </li>
+      <li><a href="/examples.html">Examples</a></li>
+      <li class="dropdown">
+        <a href="/community.html" 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>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Committers">Project Committers</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</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-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
+          <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
+          <span class="small">(Mar 13, 2015)</span></li>
+        
+          <li><a href="/news/spark-1-2-1-released.html">Spark 1.2.1 released</a>
+          <span class="small">(Feb 09, 2015)</span></li>
+        
+          <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
+          <span class="small">(Jan 21, 2015)</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;">
+        Built-in Libraries:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="/sql/">Spark SQL</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
+
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Spark Release 1.2.2</h2>
+
+
+<p>Spark 1.2.2 is a maintenance release containing stability fixes. This release is based on the <a href="https://github.com/apache/spark/tree/branch-1.2">branch-1.2</a> maintenance branch of Spark. We recommend all 1.2.1 users to upgrade to this stable release. Contributions to this release came from 39 developers.</p>
+
+<p>To download Spark 1.2.2 visit the <a href="/downloads.html">downloads</a> page.</p>
+
+<h3 id="fixes">Fixes</h3>
+<p>Spark 1.2.2 contains bug fixes in several components. Some of the more important fixes are highlighted below. You can visit the <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.2.2%20ORDER%20BY%20priority%2C%20component">Spark issue tracker</a> for the full list of fixes.</p>
+
+<h4 id="spark-core">Spark Core</h4>
+<ul>
+  <li>Thread safety problem in Netty shuffle (<a href="http://issues.apache.org/jira/browse/SPARK-6578">SPARK-6578</a>)</li>
+  <li>Memory leak in JobProgressListener (<a href="http://issues.apache.org/jira/browse/SPARK-5967">SPARK-5967</a>)</li>
+  <li>Unable to launch on YARN 2.5.0 and later (<a href="http://issues.apache.org/jira/browse/SPARK-4267">SPARK-4267</a>)</li>
+  <li>YARN auxiliary shuffle issue in secure mode (<a href="http://issues.apache.org/jira/browse/SPARK-5655">SPARK-5655</a>)</li>
+</ul>
+
+<h4 id="pyspark">PySpark</h4>
+<ul>
+  <li>Jobs hang during <code>collect</code> operation (<a href="http://issues.apache.org/jira/browse/SPARK-6667">SPARK-6667</a>)</li>
+  <li>Zip fails with serializer error (<a href="http://issues.apache.org/jira/browse/SPARK-5973">SPARK-5973</a>)</li>
+  <li>Memory leak using Spark SQL with PySpark (<a href="http://issues.apache.org/jira/browse/SPARK-6055">SPARK-6055</a>)</li>
+  <li>Hanging when using large broadcast variables (<a href="http://issues.apache.org/jira/browse/SPARK-5363">SPARK-5363</a>)</li>
+</ul>
+
+<h3 id="contributors">Contributors</h3>
+<p>The following developers contributed to this release:</p>
+
+<ul>
+  <li>Andrew Or &#8211; Bug fixes in Core and YARN</li>
+  <li>Andrew Rowson &#8211; Bug fixes in YARN</li>
+  <li>Anselme Vignon &#8211; Bug fixes in SQL</li>
+  <li>Brennon York &#8211; Bug fixes in GraphX</li>
+  <li>Cheng Hao &#8211; Bug fixes in Core</li>
+  <li>Cheolsoo Park &#8211; Bug fixes in YARN</li>
+  <li>Davies Liu &#8211; Improvements in PySpark; bug fixes in Streaming, Core, SQL, and PySpark; documentation in Core and PySpark</li>
+  <li>Emre Sevinc &#8211; Documentation in Core and MLlib; improvement in Core</li>
+  <li>Gen TANG &#8211; Bug fixes in EC2</li>
+  <li>Hari Shreedharan &#8211; Bug fixes in Streaming</li>
+  <li>Hung Lin &#8211; Bug fixes in scheduler</li>
+  <li>Iulian Dragos &#8211; Test in Streaming</li>
+  <li>Jacek Lewandowski &#8211; Bug fixes in Core</li>
+  <li>Jesper Lundgren &#8211; Bug fixes in Streaming</li>
+  <li>Josh Rosen &#8211; Bug fixes in Java API, Streaming, tests, and Core</li>
+  <li>Kashish Jain &#8211; Bug fixes in YARN</li>
+  <li>Kay Ousterhout &#8211; Bug fixes in Core and SQL</li>
+  <li>Kousuke Saruta &#8211; Improvements in Streaming and tests</li>
+  <li>Li Zhihui &#8211; Documentation in Core</li>
+  <li>Manoj Kumar &#8211; Improvements in MLlib</li>
+  <li>Matt Cheah &#8211; Bug fixes in Core</li>
+  <li>Michael Nazario &#8211; Bug fixes in PySpark</li>
+  <li>Mingyu Kim &#8211; Bug fixes in Core</li>
+  <li>Nathan McCarthy &#8211; Bug fixes in Core</li>
+  <li>Nicholas Chammas &#8211; Bug fixes in EC2</li>
+  <li>Peng Xu &#8211; Documentation in Core</li>
+  <li>Reynold Xin &#8211; Bug fixes in Core</li>
+  <li>Ryan Williams &#8211; Improvements in Core</li>
+  <li>Sean Owen &#8211; Improvements in EC2; bug fixes in Core, tests, YARN, Streaming, scheduler, and Web UI</li>
+  <li>Shixiong Zhu &#8211; Improvements in Shuffle</li>
+  <li>Tathagata Das &#8211; Bug fixes in Streaming and Web UI</li>
+  <li>Venkata Ramana Gollamudi &#8211; Improvement in Core</li>
+  <li>Vladimir Grigor &#8211; Bug fixes in EC2</li>
+  <li>Wang Tao &#8211; Bug fixes in Core</li>
+  <li>Winston Chen &#8211; Bug fixes in PySpark</li>
+  <li>Yin Huai &#8211; Bug fixes in SQL</li>
+  <li>Yuhao Yang &#8211; Bug fixes in MLlib</li>
+  <li>Zhan Zhang &#8211; Bug fixes in Core</li>
+  <li>Zhang, Liye &#8211; Bug fixes in Core</li>
+</ul>
+
+<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, Spark, Apache, and the Spark logo are trademarks of
+  <a href="http://www.apache.org">The Apache Software Foundation</a>.
+</footer>
+
+</div>
+
+</body>
+</html>

Modified: spark/site/releases/spark-release-1-3-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-3-0.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/releases/spark-release-1-3-0.html (original)
+++ spark/site/releases/spark-release-1-3-0.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Added: spark/site/releases/spark-release-1-3-1.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-3-1.html?rev=1674414&view=auto
==============================================================================
--- spark/site/releases/spark-release-1-3-1.html (added)
+++ spark/site/releases/spark-release-1-3-1.html Fri Apr 17 22:45:03 2015
@@ -0,0 +1,295 @@
+<!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 1.3.1 | 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>
+
+<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>
+<script src="/js/downloads.js"></script>
+
+<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">
+          Libraries <b class="caret"></b>
+        </a>
+        <ul class="dropdown-menu">
+          
+          <li><a href="/sql/">Spark SQL</a></li>
+          <li><a href="/streaming/">Spark Streaming</a></li>
+          <li><a href="/mllib/">MLlib (machine learning)</a></li>
+          <li><a href="/graphx/">GraphX (graph)</a></li>
+          <li class="divider"></li>
+          <li><a href="http://spark-packages.org">Spark Packages</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 (Spark 1.3.1)</a></li>
+        </ul>
+      </li>
+      <li><a href="/examples.html">Examples</a></li>
+      <li class="dropdown">
+        <a href="/community.html" 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>
+          <li><a href="https://cwiki.apache.org/confluence/display/SPARK/Committers">Project Committers</a></li>
+          <li><a href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</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-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
+          <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
+          <span class="small">(Mar 13, 2015)</span></li>
+        
+          <li><a href="/news/spark-1-2-1-released.html">Spark 1.2.1 released</a>
+          <span class="small">(Feb 09, 2015)</span></li>
+        
+          <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
+          <span class="small">(Jan 21, 2015)</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;">
+        Built-in Libraries:
+      </p>
+      <ul class="list-narrow">
+        <li><a href="/sql/">Spark SQL</a></li>
+        <li><a href="/streaming/">Spark Streaming</a></li>
+        <li><a href="/mllib/">MLlib (machine learning)</a></li>
+        <li><a href="/graphx/">GraphX (graph)</a></li>
+      </ul>
+    </div>
+  </div>
+
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Spark Release 1.3.1</h2>
+
+
+<p>Spark 1.3.1 is a maintenance release containing stability fixes. This release is based on the <a href="https://github.com/apache/spark/tree/branch-1.3">branch-1.3</a> maintenance branch of Spark. We recommend all 1.3.0 users to upgrade to this stable release. Contributions to this release came from 60 developers.</p>
+
+<p>To download Spark 1.3.1 visit the <a href="/downloads.html">downloads</a> page.</p>
+
+<h3 id="fixes">Fixes</h3>
+<p>Spark 1.3.1 contains several bug fixes in Spark SQL and assorted fixes in other components. Some of the more important fixes are highlighted below. You can visit the <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20SPARK%20AND%20fixVersion%20%3D%201.3.1%20ORDER%20BY%20priority%2C%20component">Spark issue tracker</a> for the full list of fixes.</p>
+
+<h4 id="spark-sql">Spark SQL</h4>
+<ul>
+  <li>Unable to use reserved words in DDL (<a href="http://issues.apache.org/jira/browse/SPARK-6250">SPARK-6250</a>)</li>
+  <li>Parquet no longer caches metadata (<a href="http://issues.apache.org/jira/browse/SPARK-6575">SPARK-6575</a>) </li>
+  <li>Bug when joining two Parquet tables (<a href="http://issues.apache.org/jira/browse/SPARK-6851">SPARK-6851</a>)</li>
+  <li>Unable to read parquet data generated by Spark 1.1.1 (<a href="http://issues.apache.org/jira/browse/SPARK-6315">SPARK-6315</a>) </li>
+</ul>
+
+<h4 id="spark-streaming">Spark Streaming</h4>
+<ul>
+  <li>Potential for data loss during WAL recovery (<a href="http://issues.apache.org/jira/browse/SPARK-6222">SPARK-6222</a>)</li>
+</ul>
+
+<h4 id="pyspark">PySpark</h4>
+<ul>
+  <li>Potential program hang when calling collect (<a href="http://issues.apache.org/jira/browse/SPARK-6667">SPARK-6667</a>)</li>
+</ul>
+
+<h4 id="spark-core">Spark Core</h4>
+<ul>
+  <li>Thread safety issue in Netty shuffle (<a href="http://issues.apache.org/jira/browse/SPARK-6578">SPARK-6578</a>)</li>
+  <li>Memory leak in output committer map (<a href="http://issues.apache.org/jira/browse/SPARK-6737">SPARK-6737</a>)</li>
+  <li>Unable to perform fetch file when local directories run NFS (<a href="http://issues.apache.org/jira/browse/SPARK-6313">SPARK-6313</a>)</li>
+  <li>NPE when cancelling and using mix of job groups (<a href="http://issues.apache.org/jira/browse/SPARK-6414">SPARK-6414</a>)</li>
+</ul>
+
+<h3 id="contributors">Contributors</h3>
+<p>The following developers contributed to this release:</p>
+
+<ul>
+  <li>Adam Budde &#8211; Bug fixes in SQL</li>
+  <li>Andrew Or &#8211; Bug fixes in Core</li>
+  <li>Andrey Zagrebin &#8211; Improvement in SQL</li>
+  <li>Bill Chambers &#8211; Documentation in Core</li>
+  <li>Cheng Lian &#8211; Bug fixes and improvement in SQL</li>
+  <li>Chet Mancini &#8211; Improvements in Core and SQL</li>
+  <li>Christophe Preaud &#8211; Documentation in Core and YARN</li>
+  <li>Daoyuan Wang &#8211; New features in SQL</li>
+  <li>Davies Liu &#8211; Improvements in PySpark and SQL; bug fixes in tests, PySpark, and SQL; improvement in SQL</li>
+  <li>Dean Chen &#8211; Bug fixes in Core</li>
+  <li>Doing Done &#8211; Bug fixes in Core and SQL</li>
+  <li>Hung Lin &#8211; Bug fixes in scheduler</li>
+  <li>Ilya Ganelin &#8211; Improvements in Core</li>
+  <li>Imran Rashid &#8211; Bug fixes in Core</li>
+  <li>Iulian Dragos &#8211; Bug fixes in Core</li>
+  <li>Jayson Sunshine &#8211; Documentation in Core</li>
+  <li>Jeremy Freeman &#8211; Bug fixes in Streaming and MLlib</li>
+  <li>Jongyoul Lee &#8211; Improvements in Mesos; bug fixes in Core</li>
+  <li>Joseph K. Bradley &#8211; Documentation in PySpark, Streaming, SQL, MLlib, and Core</li>
+  <li>Josh Rosen &#8211; Improvements in Core; bug fixes in Java API, Core, scheduler, and Streaming</li>
+  <li>Kai Sasaki &#8211; Documentation in Core and MLlib; bug fixes in MLlib and PySpark</li>
+  <li>Kalle Jepsen &#8211; Improvements in PySpark</li>
+  <li>Kamil Smuga &#8211; Bug fixes in Core and PySpark</li>
+  <li>Kay Ousterhout &#8211; Bug fixes in Core, tests, and Web UI</li>
+  <li>Kevin (Sangwoo) Kim &#8211; Bug fixes in Core</li>
+  <li>Kousuke Saruta &#8211; Improvements in Streaming and tests</li>
+  <li>Lev Khomich &#8211; Improvements in Core</li>
+  <li>Liang-Chi Hsieh &#8211; Bug fixes in SQL</li>
+  <li>Liangliang Gu &#8211; Bug fixes in spark submit</li>
+  <li>Lomig Megard &#8211; Documentation in Core</li>
+  <li>Marcelo Vanzin &#8211; Bug fixes in Core and YARN</li>
+  <li>Matt Aasted &#8211; Bug fixes in EC2</li>
+  <li>Michael Armbrust &#8211; Improvements in SQL; documentation in Core; bug fixes in SQL; improvement in Core and SQL</li>
+  <li>Michael Griffiths &#8211; Bug fixes in Windows and Core</li>
+  <li>Milan Straka &#8211; Bug fixes in PySpark</li>
+  <li>Nan Zhu &#8211; Bug fixes in Core and SQL</li>
+  <li>Nathan McCarthy &#8211; Bug fixes in Core</li>
+  <li>Pei-Lun Lee &#8211; Bug fixes in SQL</li>
+  <li>Peter Parente &#8211; Improvements in Core</li>
+  <li>Peter Rudenko &#8211; Documentation in Core</li>
+  <li>Reynold Xin &#8211; Improvements in Core; documentation in Core; bug fixes in Core; improvement in SQL</li>
+  <li>Sean Owen &#8211; Bug fixes in Core, tests, and SQL</li>
+  <li>Shixiong Zhu &#8211; Bug fixes in Core</li>
+  <li>Tathagata Das &#8211; Improvements in Core and Streaming; bug fixes in Streaming</li>
+  <li>Thomas Graves &#8211; Bug fixes in Core</li>
+  <li>Tijo Thomas &#8211; Bug fixes in Core and SQL</li>
+  <li>Venkata Ramana Gollamudi &#8211; Bug fixes in SQL</li>
+  <li>Vinod KC &#8211; Bug fixes in Core and SQL</li>
+  <li>Volodymyr Lyubinets &#8211; Improvements and bug fixes in SQL</li>
+  <li>Xiangrui Meng &#8211; New features in MLlib and PySpark; bug fixes in PySpark, MLlib, and SQL; documentation in Core and MLlib</li>
+  <li>Yadong Qi &#8211; Improvements in SQL</li>
+  <li>Yanbo Liang &#8211; Bug fixes in MLlib and SQL</li>
+  <li>Yash Datta &#8211; Improvements in SQL</li>
+  <li>Yin Huai &#8211; Improvements and bug fixes in SQL</li>
+  <li>Yp Cat &#8211; Bug fixes in SQL</li>
+  <li>Yu ISHIKAWA &#8211; Improvements in MLlib</li>
+  <li>Yuri Saito &#8211; Bug fixes in SQL</li>
+  <li>Zhang, Liye &#8211; Bug fixes in Core and Web UI</li>
+  <li>Zhichao Li &#8211; Bug fixes in Streaming and Web UI</li>
+  <li>Zhichao Zhang &#8211; Documentation in Core</li>
+</ul>
+
+<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, Spark, Apache, and the Spark logo are trademarks of
+  <a href="http://www.apache.org">The Apache Software Foundation</a>.
+</footer>
+
+</div>
+
+</body>
+</html>

Modified: spark/site/research.html
URL: http://svn.apache.org/viewvc/spark/site/research.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/research.html (original)
+++ spark/site/research.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/screencasts/1-first-steps-with-spark.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/1-first-steps-with-spark.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ spark/site/screencasts/1-first-steps-with-spark.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/screencasts/2-spark-documentation-overview.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/2-spark-documentation-overview.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/screencasts/2-spark-documentation-overview.html (original)
+++ spark/site/screencasts/2-spark-documentation-overview.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/screencasts/3-transformations-and-caching.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/3-transformations-and-caching.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/screencasts/3-transformations-and-caching.html (original)
+++ spark/site/screencasts/3-transformations-and-caching.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/screencasts/4-a-standalone-job-in-spark.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/4-a-standalone-job-in-spark.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ spark/site/screencasts/4-a-standalone-job-in-spark.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/screencasts/index.html
URL: http://svn.apache.org/viewvc/spark/site/screencasts/index.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/screencasts/index.html (original)
+++ spark/site/screencasts/index.html Fri Apr 17 22:45:03 2015
@@ -96,7 +96,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -105,7 +105,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -135,6 +135,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -144,9 +147,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/sql/index.html
URL: http://svn.apache.org/viewvc/spark/site/sql/index.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/sql/index.html (original)
+++ spark/site/sql/index.html Fri Apr 17 22:45:03 2015
@@ -101,7 +101,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -110,7 +110,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -140,6 +140,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -149,9 +152,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>

Modified: spark/site/streaming/index.html
URL: http://svn.apache.org/viewvc/spark/site/streaming/index.html?rev=1674414&r1=1674413&r2=1674414&view=diff
==============================================================================
--- spark/site/streaming/index.html (original)
+++ spark/site/streaming/index.html Fri Apr 17 22:45:03 2015
@@ -101,7 +101,7 @@
           <li><a href="/mllib/">MLlib (machine learning)</a></li>
           <li><a href="/graphx/">GraphX (graph)</a></li>
           <li class="divider"></li>
-          <li><a href="http://spark-packages.org">External Package Index</a></li>
+          <li><a href="http://spark-packages.org">Spark Packages</a></li>
         </ul>
       </li>
       <li class="dropdown">
@@ -110,7 +110,7 @@
         </a>
         <ul class="dropdown-menu">
           <li><a href="/documentation.html">Overview</a></li>
-          <li><a href="/docs/latest/">Latest Release (Spark 1.3.0)</a></li>
+          <li><a href="/docs/latest/">Latest Release (Spark 1.3.1)</a></li>
         </ul>
       </li>
       <li><a href="/examples.html">Examples</a></li>
@@ -140,6 +140,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-2-2-released.html">Spark 1.2.2 and 1.3.1 released</a>
+          <span class="small">(Apr 17, 2015)</span></li>
+        
           <li><a href="/news/spark-1-3-0-released.html">Spark 1.3.0 released</a>
           <span class="small">(Mar 13, 2015)</span></li>
         
@@ -149,9 +152,6 @@
           <li><a href="/news/spark-summit-east-agenda-posted.html">Spark Summit East agenda posted, CFP open for West</a>
           <span class="small">(Jan 21, 2015)</span></li>
         
-          <li><a href="/news/spark-1-2-0-released.html">Spark 1.2.0 released</a>
-          <span class="small">(Dec 18, 2014)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
     </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org