Added: spark/site/releases/spark-release-1-6-0.html
URL: 
http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-6-0.html?rev=1722911&view=auto
==============================================================================
--- spark/site/releases/spark-release-1-6-0.html (added)
+++ spark/site/releases/spark-release-1-6-0.html Mon Jan  4 16:22:05 2016
@@ -0,0 +1,337 @@
+<!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.6.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>
+
+<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-trademark.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/">SQL and DataFrames</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";>Third-Party 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="/docs/latest/">Latest Release (Spark 1.5.2)</a></li>
+          <li><a href="/documentation.html">Other Resources</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-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
+          <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
+          <span class="small">(Nov 19, 2015)</span></li>
+        
+          <li><a href="/news/spark-1-5-2-released.html">Spark 1.5.2 
released</a>
+          <span class="small">(Nov 09, 2015)</span></li>
+        
+          <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
+          <span class="small">(Oct 14, 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-none">
+        <li><a href="/sql/">SQL and DataFrames</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>
+      <a href="http://spark-packages.org";>Third-Party Packages</a>
+    </div>
+  </div>
+
+  <div class="col-md-9 col-md-pull-3">
+    <h2>Spark Release 1.6.0</h2>
+
+
+<p>Apache Spark 1.6.0 is the seventh release on the 1.x line. This release 
includes contributions from 248+ contributors! To download Spark 1.6.0 visit 
the <a href="http://spark.apache.org/downloads.html";>downloads</a> page.</p>
+
+<p>You can consult JIRA for the <a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12333083&amp;projectId=12315420";>detailed
 changes</a>. We have curated a list of high level changes here:</p>
+
+<ul id="markdown-toc">
+  <li><a href="#spark-coresql">Spark Core/SQL</a></li>
+  <li><a href="#spark-streaming">Spark Streaming</a></li>
+  <li><a href="#mllib">MLlib</a></li>
+  <li><a href="#deprecations">Deprecations</a></li>
+  <li><a href="#changes-of-behavior">Changes of behavior</a></li>
+  <li><a href="#known-issues">Known issues</a></li>
+  <li><a href="#credits">Credits</a></li>
+</ul>
+
+<h3 id="spark-coresql">Spark Core/SQL</h3>
+
+<ul>
+  <li><strong>API Updates</strong>
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9999";>SPARK-9999&#160;</a> 
<strong>Dataset API</strong> - A new Spark API, similar to RDDs, that allows 
users to work with custom objects and lambda functions while still gaining the 
benefits of the Spark SQL execution engine. Examples: <a 
href="examples/datasets.wordcount.scala.html">WordCount</a>, <a 
href="examples/datasets.aggregator.scala.html">Typed Aggregators</a></li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10810";>SPARK-10810</a> 
<strong>Session Management</strong> - Different users can share a cluster while 
having different configuration and temporary tables.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11197";>SPARK-11197</a> 
<strong>SQL Queries on Files</strong>  - Concise syntax for running SQL queries 
over files of any supported format without registering a table. <a 
href="examples/query.files.sql.html">Example Usage</a></li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11745";>SPARK-11745</a> 
<strong>Reading non-standard JSON files</strong>  - Added options to read 
non-standard JSON files (e.g. single-quotes, unquoted attributes)</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10412";>SPARK-10412</a> 
<strong>Per-operator Metrics for SQL Execution</strong> - Display statistics on 
a per-operator basis for memory usage and spilled data size.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11329";>SPARK-11329</a> 
<strong>Star (*) expansion for StructTypes</strong> - Makes it easier to nest 
and unnest arbitrary numbers of columns</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-4849";>SPARK-4849&#160;</a> 
<strong>Advanced Layout of Cached Data</strong> - storing partitioning and 
ordering schemes in In-memory table scan, and adding distributeBy and localSort 
to DF API</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11778";>SPARK-11778&#160;</a> 
- DataFrameReader.table supports specifying database name. For example, 
sqlContext.read.table(&#8220;dbName.tableName&#8221;) can be used to create a 
DataFrame from a table called &#8220;tableName&#8221; in the database 
&#8220;dbName&#8221;.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10947";>SPARK-10947&#160;</a> 
- With schema inference from JSON into a Dataframe, users can set 
primitivesAsString to true (in data source options) to infer all primitive 
value types as Strings. The default value of primitivesAsString is false.</li>
+    </ul>
+  </li>
+  <li><strong>Performance</strong>
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10000";>SPARK-10000</a> 
<strong>Unified Memory Management</strong>  - Shared memory for execution and 
caching instead of exclusive division of the regions.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11787";>SPARK-11787</a> 
<strong>Parquet Performance</strong> - Improve Parquet scan performance when 
using flat schemas.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9241";>SPARK-9241&#160;</a> 
<strong>Improved query planner for queries having distinct 
aggregations</strong> - Query plans of distinct aggregations are more robust 
when distinct columns have high cardinality. </li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9858";>SPARK-9858&#160;</a> 
<strong>Adaptive query execution</strong> - Initial support for automatically 
selecting the number of reducers for joins and aggregations.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10978";>SPARK-10978</a> 
<strong>Avoiding double filters in Data Source API</strong> - When implementing 
a data source with filter pushdown, developers can now tell Spark SQL to avoid 
double evaluating a pushed-down filter.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11111";>SPARK-11111</a> 
<strong>Fast null-safe joins</strong> - Joins using null-safe equality 
(<code>&lt;=&gt;</code>) will now execute using SortMergeJoin instead of 
computing a cartisian product.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10917";>SPARK-10917</a>, <a 
href="https://issues.apache.org/jira/browse/SPARK-11149";>SPARK-11149</a> 
<strong>In-memory Columnar Cache Performance</strong> - Significant (up to 14x) 
speed up when caching data that contains complex types in DataFrames or 
SQL.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11389";>SPARK-11389</a> 
<strong>SQL Execution Using Off-Heap Memory</strong> - Support for configuring 
query execution to occur using off-heap memory to avoid GC overhead</li>
+    </ul>
+  </li>
+</ul>
+
+<h3 id="spark-streaming">Spark Streaming</h3>
+
+<ul>
+  <li><strong>API Updates</strong> 
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-2629";>SPARK-2629&#160;</a> 
<strong>New improved state management</strong> - <code>mapWithState</code> - a 
DStream transformation for stateful stream processing, supercedes 
<code>updateStateByKey</code> in functionality and performance.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11198";>SPARK-11198</a> 
<strong>Kinesis record deaggregation</strong> - Kinesis streams have been 
upgraded to use KCL 1.4.0 and supports transparent deaggregation of 
KPL-aggregated records.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10891";>SPARK-10891</a> 
<strong>Kinesis message handler function</strong> - Allows arbitrary function 
to be applied to a Kinesis record in the Kinesis receiver before to customize 
what data is to be stored in memory.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-6328";>SPARK-6328&#160;</a> 
<strong>Python Streaming Listener API</strong> - Get streaming statistics 
(scheduling delays, batch processing times, etc.) in streaming.</li>
+    </ul>
+  </li>
+  <li><strong>UI Improvements</strong>
+    <ul>
+      <li>Made failures visible in the streaming tab, in the timelines, batch 
list, and batch details page.</li>
+      <li>Made output operations visible in the streaming tab as progress 
bars. </li>
+    </ul>
+  </li>
+</ul>
+
+<h3 id="mllib">MLlib</h3>
+<ul>
+  <li><strong>New algorithms/models</strong>
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-8518";>SPARK-8518&#160;</a>  
<strong>Survival analysis</strong> - Log-linear model for survival analysis</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9834";>SPARK-9834&#160;</a>  
<strong>Normal equation for least squares</strong> - Normal equation solver, 
providing R-like model summary statistics</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-3147";>SPARK-3147&#160;</a>  
<strong>Online hypothesis testing</strong> - A/B testing in the Spark Streaming 
framework</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9930";>SPARK-9930&#160;</a>  
<strong>New feature transformers</strong> - ChiSqSelector, QuantileDiscretizer, 
SQL transformer</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-6517";>SPARK-6517&#160;</a>  
<strong>Bisecting K-Means clustering</strong> - Fast top-down clustering 
variant of K-Means</li>
+    </ul>
+  </li>
+  <li><strong>API improvements</strong>
+    <ul>
+      <li><strong>ML Pipelines</strong>
+        <ul>
+          <li><a 
href="https://issues.apache.org/jira/browse/SPARK-6725";>SPARK-6725&#160;</a>  
<strong>Pipeline persistence</strong> - Save/load for ML Pipelines, with 
partial coverage of spark.ml algorithms</li>
+          <li><a 
href="https://issues.apache.org/jira/browse/SPARK-5565";>SPARK-5565&#160;</a>  
<strong>LDA in ML Pipelines</strong> - API for Latent Dirichlet Allocation in 
ML Pipelines</li>
+        </ul>
+      </li>
+      <li><strong>R API</strong>
+        <ul>
+          <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9836";>SPARK-9836&#160;</a>  
<strong>R-like statistics for GLMs</strong> - (Partial) R-like stats for 
ordinary least squares via summary(model)</li>
+          <li><a 
href="https://issues.apache.org/jira/browse/SPARK-9681";>SPARK-9681&#160;</a>  
<strong>Feature interactions in R formula</strong> - Interaction operator 
&#8220;:&#8221; in R formula</li>
+        </ul>
+      </li>
+      <li><strong>Python API</strong> - Many improvements to Python API to 
approach feature parity</li>
+    </ul>
+  </li>
+  <li><strong>Misc improvements</strong>
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-7685";>SPARK-7685&#160;</a>, 
<a href="https://issues.apache.org/jira/browse/SPARK-9642";>SPARK-9642&#160;</a> 
 <strong>Instance weights for GLMs</strong> - Logistic and Linear Regression 
can take instance weights</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10384";>SPARK-10384</a>, <a 
href="https://issues.apache.org/jira/browse/SPARK-10385";>SPARK-10385</a>  
<strong>Univariate and bivariate statistics in DataFrames</strong> - Variance, 
stddev, correlations, etc.</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-10117";>SPARK-10117</a>  
<strong>LIBSVM data source</strong> - LIBSVM as a SQL data source</li>
+    </ul>
+  </li>
+  <li><strong>Documentation improvements</strong>
+    <ul>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-7751";>SPARK-7751&#160;</a>  
<strong>@since versions</strong> - Documentation includes initial version when 
classes and methods were added</li>
+      <li><a 
href="https://issues.apache.org/jira/browse/SPARK-11337";>SPARK-11337</a>  
<strong>Testable example code</strong> - Automated testing for code in user 
guide examples</li>
+    </ul>
+  </li>
+</ul>
+
+<h2 id="deprecations">Deprecations</h2>
+<ul>
+  <li>In spark.mllib.clustering.KMeans, the &#8220;runs&#8221; parameter has 
been deprecated.</li>
+  <li>In spark.ml.classification.LogisticRegressionModel and 
spark.ml.regression.LinearRegressionModel, the &#8220;weights&#8221; field has 
been deprecated, in favor of the new name &#8220;coefficients.&#8221;  This 
helps disambiguate from instance (row) weights given to algorithms.</li>
+</ul>
+
+<h2 id="changes-of-behavior">Changes of behavior</h2>
+
+<ul>
+  <li><strong>MLlib</strong>
+    <ul>
+      <li><code>spark.mllib.tree.GradientBoostedTrees</code> 
<code>validationTol</code> has changed semantics in 1.6. Previously, it was a 
threshold for absolute change in error. Now, it resembles the behavior of 
<code>GradientDescent</code> <code>convergenceTol</code>: For large errors, it 
uses relative error (relative to the previous error); for small errors (&lt; 
0.01), it uses absolute error.</li>
+      <li><code>spark.ml.feature.RegexTokenizer</code>: Previously, it did not 
convert strings to lowercase before tokenizing. Now, it converts to lowercase 
by default, with an option not to. This matches the behavior of the simpler 
Tokenizer transformer.</li>
+    </ul>
+  </li>
+  <li><strong>SQL</strong>
+    <ul>
+      <li>The flag (spark.sql.tungsten.enabled) that turns off Tungsten mode 
and code generation has been removed. Tungsten mode and code generation are 
always enabled (<a 
href="https://issues.apache.org/jira/browse/SPARK-11644";>SPARK-11644</a>).</li>
+      <li>Spark SQL&#8217;s partition discovery has been changed to only 
discover partition directories that are children of the given path. (i.e. if 
<code>path="/my/data/x=1"</code> then <code>x=1</code> will no longer be 
considered a partition but only children of <code>x=1</code>.) This behavior 
can be overridden by manually specifying the <code>basePath</code> that 
partitioning discovery should start with (<a 
href="https://issues.apache.org/jira/browse/SPARK-11678";>SPARK-11678</a>).</li>
+      <li>For a UDF, if it has primitive type input argument (a non-nullable 
input argument), when the value of this argument is null, this UDF will return 
null (<a 
href="https://issues.apache.org/jira/browse/SPARK-11725";>SPARK-11725</a>).</li>
+      <li>When casting a value of an integral type to timestamp (e.g. casting 
a long value to timestamp), the value is treated as being in seconds instead of 
milliseconds (<a 
href="https://issues.apache.org/jira/browse/SPARK-11724";>SPARK-11724</a>).</li>
+      <li>With the improved query planner for queries having distinct 
aggregations (<a 
href="https://issues.apache.org/jira/browse/SPARK-9241";>SPARK-9241</a>), the 
plan of a query having a single distinct aggregation has been changed to a more 
robust version. To switch back to the plan generated by Spark 1.5&#8217;s 
planner, please set <code>spark.sql.specializeSingleDistinctAggPlanning</code> 
to <code>true</code> (<a 
href="https://issues.apache.org/jira/browse/SPARK-12077";>SPARK-12077</a>).</li>
+      <li>getBoolean, getByte, getShort, getInt, getLong, getFloat and 
getDouble of a Row will throw a NullPointerException if the value at the given 
ordinal is a null (<a 
href="https://issues.apache.org/jira/browse/SPARK-11553";>SPARK-11553</a>).</li>
+      <li>variance is the alias of var_samp instead of var_pop (<a 
href="https://issues.apache.org/jira/browse/SPARK-11490";>SPARK-11490</a>).</li>
+      <li>The semantic of casting a String type value to a Boolean type value 
has been changed (<a 
href="https://issues.apache.org/jira/browse/SPARK-10442";>SPARK-10442</a>). 
Casting any one of &#8220;t&#8221;, &#8220;true&#8221;, &#8220;y&#8221;, 
&#8220;yes&#8221;, and &#8220;1&#8221; will return true. Casting any of 
&#8220;f&#8221;, &#8220;false&#8221;, &#8220;n&#8221;, &#8220;no&#8221;, and 
&#8220;0&#8221; will return false. For other String literals, casting them to a 
Boolean type value will return null.</li>
+      <li>Aggregate function first and last will not ignore null values by 
default (<a 
href="https://issues.apache.org/jira/browse/SPARK-9740";>SPARK-9740</a>). To 
make them ignore null values, users can set the second argument of first and 
last to true. For example, first(col, true) will return the first non-null 
value of the column col.</li>
+    </ul>
+  </li>
+</ul>
+
+<h2 id="known-issues">Known issues</h2>
+<ul>
+  <li><a 
href="https://issues.apache.org/jira/browse/SPARK-12546";>SPARK-12546</a> Save 
DataFrame/table as Parquet with dynamic partitions may cause OOM; this can be 
worked around by decreasing the memory used by both Spark and Parquet using 
<code>spark.memory.fraction</code> (for example, 0.4) and 
<code>parquet.memory.pool.ratio</code> (for example, 0.3, in Hadoop 
configuration, e.g. setting it in <code>core-site.xml</code>).</li>
+</ul>
+
+<h2 id="credits">Credits</h2>
+<p>Last but not least, this release would not have been possible without the 
following contributors: Adam Lewandowski, Adam Roberts, Adrian Zhuang, Ahir 
Reddy, Akash Mishra, Alex Angelini, Alex Bozarth, Alexander Slesarenko, 
Alexander Ulanov, Alexey Grishchenko, Alok Singh, Anderson De Andrade, Andrew 
Or, Andrew Ray, Ankur Dave, Artem Aliev, Ashwin Shankar, Ashwin Swaroop, Asoka 
Diggs, Avrohom Katz, Bartlomiej Alberski, Ben Fradet, Bertrand Dechoux, Bharat 
Lal, Bhargav Mangipudi, Bill Chambers, Bin Wang, Bo Meng, Brennon York, Bryan 
Cutler, Burak Yavuz, Calvin Jia, Carson Wang, Carsten Blank, Charles Yeh, Cheng 
Hao, Cheng Lian, Chris Bannister, Chris Kang, Chris Snow, Christian Kadner, 
Christian Kurz, Chuan Shao, Cody Koeninger, DB Tsai, Daniel Imfeld, Daniel 
Jalova, Daoyuan Wang, David Tolpin, Davies Liu, Deming Zhu, Dennis Huo, Derek 
Dagit, Dilip Biswal, Dmitry Vasilets, Dominik Dahlem, Edoardo Vacchi, Ehsan 
M.Kermani, Eric Liang, Erick Tryzelaar, Erik Shilts, Eugen Cepoi, Evan Ch
 en, Ewan Leith, Fazlan Nazeem, Fei Wang, Felix Bechstein, Felix Cheung, 
Feynman Liang, Forest Fang, Frank Rosner, Gabor Liptak, Gaurav Kumar, Glenn 
Weidner, Greg Lee, Hari Shreedharan, Herman Van Hovell, Holden Karau, Hossein 
Falaki, Huang Zhaowei, Huaxin Gao, Hurshal Patel, Hyukjin Kwon, Ilya Ganelin, 
Imran Rashid, Iulian Dragos, Jacek Laskowski, Jacek Lewandowski, Jacker Hu, 
Jackie MaKing, Jaehong Choi, Jakob Odersky, Jason White, Jayant Shekar, Jean 
Lyn, Jean-Baptiste Onofre, Jeff Zhang, Jeffrey Naisbitt, Jeroen Schot, JiGao 
FuJia Li, Jian Feng, Jie Hu, Jie Huang, Jihong MA, Joseph K. Bradley, Josh 
Rosen, Josiah Samuel, Jungtaek Lim, Kai Jiang, Kai Jiang, Kai Sasaki, Kai Xin 
Xiao Lei, Kay Ousterhout, Kent Yao, Kevin Cox, Kevin Yu, Koert Kuipers, Kousuke 
Saruta, Lex Yu, Liang-Chi Hsieh, Lianhui Wang, Luc Bourlier, Luciano Resende, 
Lukasz Piepiora, Luvsandondov Lkhamsuren, Maciej Szymkiewicz, Madhusudanan 
Kandasamy, Mahmoud Lababidi, Manoj Kumar, Marcelo Vanzin, Marius Van Niekerk,
  Mark Grover, Mark Hamstra, Matei Zaharia, Matt Hagen, Matt Massie, Matthew 
Cheah, Meihua Wu, Michael Armbrust, Michael Gummelt, Mike Dusenberry, Mikhail 
Bautin, Mingyu Kim, Monica Liu, Mortada Mehyar, Nakul Jindal, Nan ZhuNarine 
Kokhlikyan, Nathan Howell, Naveen Kumar Minchu, Navis Ryu, Neelesh Srinivas 
Salian, Nicholas Chammas, Nick Buroojy, Nick Evans, Nick Pritchard, Nishkam 
Ravi, Nithin Asokan, Nitin Goyal, Noel Smith, Nong Li, Oscar D. Lara Yejas, Pat 
Shields, Patrick Wendell, Pete Robbins, Philipp Hoffmann, Prashant Sharma, 
Pravin Gadakh, R. H., Ram Sriharsha, Rekha Joshi, Rerngvit Yanggratoke, Reynold 
Xin, Reza Zadeh, Rick Hillegas, Rishabh Bhardwaj, Robin East, Rohit Agarwal, 
Roy Gao, Ryan Williams, Sachin Aggarwal, Saisai Shao, Sean Owen, Sean Paradiso, 
Sem Mulder, Sephiroth Lin, Seth Hendrickson, Shagun Sodhani, Shimizu Yoshihiro, 
Shivaram Venkataraman, Shixiong Zhu, Somil Deshmukh, Srinivasa Reddy Vundela, 
Stephen De Gennaro, Stephen Hellberg, Stephen Hopper, Stephen Sam
 uel, Steve Loughran, Su Yan, Sun Rui, Suresh Thalamati, Takahashi Hiroshi, 
Takeshi Yamamuro, Tarek Auel, Tathagata Das, Ted Yu, Teng Qiu, Thomas Graves, 
Tijo Thomas, Timothy Chen, Timothy Hunter, Tingjun Xu, Todd Wan, Tom Graves, 
Travis Hegner, Trystan Leftwich, Uncle Gen, Vikas Nelamangala, Vinod KC, 
Vladimir Vladimirov, Vyacheslav Baranov, Wang Tao, Weiqiang Zhuang, Wenchen 
Fan, Wenjian Huang, Wieland Hoffmann, Wojciech Indyk, Xiangrui Meng, Xiao LiXin 
Ren, Xin Wu, Xiu Guo, Xusen Yin, Yadong Qi, Yanbo Liang, Yangping Wu, Yash 
Datta, Yijie Shen, Yin Huai, Yongjia Wang, Yu Gao, Yu ISHIKAWA, Yuhao Yang, 
Yuming Wang, Yves Raimond, Zee Chen, Zhenhua Wang, Zhichao Li, Zhongshuai Pei, 
Zhuo Liu</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/research.html (original)
+++ spark/site/research.html Mon Jan  4 16:22:05 2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/screencasts/1-first-steps-with-spark.html (original)
+++ spark/site/screencasts/1-first-steps-with-spark.html Mon Jan  4 16:22:05 
2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/screencasts/2-spark-documentation-overview.html (original)
+++ spark/site/screencasts/2-spark-documentation-overview.html Mon Jan  4 
16:22:05 2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/screencasts/3-transformations-and-caching.html (original)
+++ spark/site/screencasts/3-transformations-and-caching.html Mon Jan  4 
16:22:05 2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/screencasts/4-a-standalone-job-in-spark.html (original)
+++ spark/site/screencasts/4-a-standalone-job-in-spark.html Mon Jan  4 16:22:05 
2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/screencasts/index.html (original)
+++ spark/site/screencasts/index.html Mon Jan  4 16:22:05 2016
@@ -134,6 +134,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -143,9 +146,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/sql/index.html (original)
+++ spark/site/sql/index.html Mon Jan  4 16:22:05 2016
@@ -137,6 +137,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -146,9 +149,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</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=1722911&r1=1722910&r2=1722911&view=diff
==============================================================================
--- spark/site/streaming/index.html (original)
+++ spark/site/streaming/index.html Mon Jan  4 16:22:05 2016
@@ -137,6 +137,9 @@
       <h5>Latest News</h5>
       <ul class="list-unstyled">
         
+          <li><a href="/news/spark-1-6-0-released.html">Spark 1.6.0 
released</a>
+          <span class="small">(Jan 04, 2016)</span></li>
+        
           <li><a href="/news/spark-summit-east-2016-cfp-closing.html">CFP for 
Spark Summit East 2016 is closing soon!</a>
           <span class="small">(Nov 19, 2015)</span></li>
         
@@ -146,9 +149,6 @@
           <li><a 
href="/news/submit-talks-to-spark-summit-east-2016.html">Submission is open for 
Spark Summit East 2016</a>
           <span class="small">(Oct 14, 2015)</span></li>
         
-          <li><a href="/news/spark-1-5-1-released.html">Spark 1.5.1 
released</a>
-          <span class="small">(Oct 02, 2015)</span></li>
-        
       </ul>
       <p class="small" style="text-align: right;"><a 
href="/news/index.html">Archive</a></p>
     </div>



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

Reply via email to