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 2014/09/12 01:47:08 UTC

svn commit: r1624421 - in /spark: releases/_posts/2014-09-11-spark-release-1-1-0.md site/releases/spark-release-1-1-0.html

Author: pwendell
Date: Thu Sep 11 23:47:07 2014
New Revision: 1624421

URL: http://svn.apache.org/r1624421
Log:
Adding missing files from previos commit

Added:
    spark/releases/_posts/2014-09-11-spark-release-1-1-0.md
    spark/site/releases/spark-release-1-1-0.html

Added: spark/releases/_posts/2014-09-11-spark-release-1-1-0.md
URL: http://svn.apache.org/viewvc/spark/releases/_posts/2014-09-11-spark-release-1-1-0.md?rev=1624421&view=auto
==============================================================================
--- spark/releases/_posts/2014-09-11-spark-release-1-1-0.md (added)
+++ spark/releases/_posts/2014-09-11-spark-release-1-1-0.md Thu Sep 11 23:47:07 2014
@@ -0,0 +1,224 @@
+---
+layout: post
+title: Spark Release 1.1.0
+categories: []
+tags: []
+status: publish
+type: post
+published: true
+meta:
+  _edit_last: '4'
+  _wpas_done_all: '1'
+---
+
+Spark 1.1.0 is the first minor release on the 1.X line. This release brings operational and performance improvements in Spark core along with significant extensions to Spark’s newest libraries: MLlib and Spark SQL. It also builds out Spark’s Python support and adds new components to the Spark Streaming module. Spark 1.1 represents the work of 173 contributors, the most to ever contribute to a Spark release!
+
+### Performance and Usability Improvements
+Across the board, Spark 1.1 adds features for improved stability and performance, particularly for large-scale workloads. Spark now performs [disk spilling for skewed blocks](https://issues.apache.org/jira/browse/SPARK-1777) during cache operations, guarding against memory overflows if a single RDD partition is large. Disk spilling during aggregations, introduced in Spark 1.0, has been [ported to PySpark](https://issues.apache.org/jira/browse/SPARK-2538). This release introduces a [new shuffle implementation](https://issues.apache.org/jira/browse/SPARK-2045]) optimized for very large scale shuffles. This “sort-based shuffle” will be become the default in the next release, and is now available to users. For jobs with large numbers of reducers, we recommend turning this on. This release also adds several usability improvements for monitoring the performance of long running or complex jobs. Among the changes are better [named accumulators](https://issues.apache.org/jira/brows
 e/SPARK-2380) that display in Spark’s UI, [dynamic updating of metrics](https://issues.apache.org/jira/browse/SPARK-2099) for progress tasks, and [reporting of input metrics](https://issues.apache.org/jira/browse/SPARK-1683) for tasks that read input data.
+
+### Spark SQL
+Spark SQL adds a number of new features and performance improvements in this release. A [JDBC/ODBC server](http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#running-the-thrift-jdbc-server) allows users to connect to SparkSQL from many different applications and provides shared access to cached tables. A new module provides [support for loading JSON data](http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#json-datasets) directly into Spark’s SchemaRDD format, including automatic schema inference. Spark SQL introduces [dynamic bytecode generation](http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#other-configuration-options) in this release, a technique which significantly speeds up execution for queries that perform complex expression evaluation.  This release also adds support for registering Python, Scala, and Java lambda functions as UDFs, which can then be called directly in SQL. Spark 1.1 adds a [public types API to allow users to create S
 chemaRDD’s from custom data sources](http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#programmatically-specifying-the-schema). Finally, many optimizations have been added to the native Parquet support as well as throughout the engine.
+
+### MLlib
+MLlib adds several new algorithms and optimizations in this release. 1.1 introduces a [new library of statistical packages](https://issues.apache.org/jira/browse/SPARK-2359) which provides exploratory analytic functions. These include stratified sampling, correlations, chi-squared tests and support for creating random datasets. This release adds utilities for feature extraction ([Word2Vec](https://issues.apache.org/jira/browse/SPARK-2510) and [TF-IDF](https://issues.apache.org/jira/browse/SPARK-2511)) and feature transformation ([normalization and standard scaling](https://issues.apache.org/jira/browse/SPARK-2272)). Also new are support for [nonnegative matrix factorization](https://issues.apache.org/jira/browse/SPARK-1553) and [SVG via Lanczos](https://issues.apache.org/jira/browse/SPARK-1782). The decision tree algorithm has been added in Python and Java (https://issues.apache.org/jira/browse/SPARK-2478). A tree aggregation primitive has been added to help optimize many existing a
 lgorithms. Performance improves across the board in MLlib 1.1, with improvements of around 2-3X for many algorithms and up to 5X for large scale decision tree problems. 
+
+### GraphX and Spark Streaming
+Spark streaming adds a new data source [Amazon Kinesis](https://issues.apache.org/jira/browse/SPARK-1981). For the Flume support, a new mode is support which [pulls data from Flume](https://issues.apache.org/jira/browse/SPARK-1729), simplifying deployment and providing high availability. The first of a set of [streaming machine learning algorithms](https://issues.apache.org/jira/browse/SPARK-2438) is introduced with streaming linear regression. Finally, [rate limiting](https://issues.apache.org/jira/browse/SPARK-1341) has been added for streaming inputs. GraphX adds [custom storage levels for vertices and edges](https://issues.apache.org/jira/browse/SPARK-1991) along with [improved numerical precision](https://issues.apache.org/jira/browse/SPARK-2748) across the board. Finally, GraphX adds a new label propagation algorithm.
+
+### Other Notable Improvements
+- PySpark now allows [reading](https://issues.apache.org/jira/browse/SPARK-1416) and [writing](https://issues.apache.org/jira/browse/SPARK-2024) arbitrary Hadoop InputFormats, including SequenceFiles, HBase, Cassandra, Avro, and other data sources
+- Stage resubmissions are now [handled gracefully](https://issues.apache.org/jira/browse/SPARK-2298) in the Spark UI
+- Spark supports [tight firewall rules](https://issues.apache.org/jira/browse/SPARK-2157) for all network ports
+- An [overflow bug](https://issues.apache.org/jira/browse/SPARK-3190) in GraphX has been fix that affects graphs with more than 4 billion vertices
+
+### Upgrade Notes
+Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options have changed which might be relevant to existing users:
+
+ * The default value of `spark.io.compression.codec` is now `snappy`. Old behavior can be restored by switching to `lzf`.
+ * PySpark now performs external spilling during aggregations. Old behavior can be restored by setting `spark.shuffle.spill` to `false`.
+ * PySpark uses a new heuristic for determining the parallelism of shuffle operations. Old behavior can be restored by setting `spark.default.parallelism` to the number of cores in the cluster.
+
+### Full Set of Resolved Issues
+ * Spark Core: [http://s.apache.org/spark-1.1-core](http://s.apache.org/spark-1.1-core)
+ * Spark SQL: [http://s.apache.org/spark-1.1-sql](http://s.apache.org/spark-1.1-sql)
+ * Spark Streaming: [http://s.apache.org/spark-1.1-streaming](http://s.apache.org/spark-1.1-streaming)
+ * MLlib: [http://s.apache.org/spark-1.1-mllib](http://s.apache.org/spark-1.1-mllib)
+ * PySpark: [http://s.apache.org/spark-1.1-pyspark](http://s.apache.org/spark-1.1-pyspark)
+ * All issues: [http://s.apache.org/spark-1.1-all](http://s.apache.org/spark-1.1-all)
+
+### Contributors:
+ * Aaron Davidson -- PySpark optimizations, fixes and optimizations in Spark core
+ * Aaron Staple -- Fixes in Spark core Spark SQL
+ * Ahir Reddy -- Spark SQL fix
+ * Albert Chu -- Config fix
+ * Alexander Ulanov -- Multiclass evaluation metrics in MLlib
+ * Alex Liu -- Bug fix
+ * Ali Ghodsi -- doc fix
+ * Allan Douglas R. de Oliveira -- EC2 script enhancements and coGroup fix
+ * Ameet Talwalker -- MLlib docs
+ * Anand Avati -- build and SQL fixes
+ * Anant -- Python and doc fixes
+ * Anatoli Fomenko -- MLlib doc fix
+ * Andrew Ash -- doc improvements and bug fixes
+ * Andrew Or -- external spilling feature, bug fixes, and optimizations
+ * Andrew Schumacher -- Parquet support in Spark SQL
+ * Ankit Bhardwaj -- bug fix
+ * Ankur Dave -- GraphX optimizations and improvements
+ * Ariel Rabkin -- documentation fix
+ * Arkadiusz Komarzewski -- doc fix
+ * Artjom Metrio -- example fix
+ * Baishuo -- bug fixes in Spark SQL
+ * Basit Mustafa -- EC2 script fix
+ * Bernardo Gomez Palacio -- build fix and YARN fix
+ * Brock Noland -- build improvement
+ * Bruno Paulin -- emptyRDD in Java
+ * Burak -- documentation and code fixes
+ * Carl Max -- code clean-up
+ * Cesar Arevalo -- typo fix
+ * Chandan Kumar -- bug fix and doc fix
+ * Chen Chao -- examples and code clean-up
+ * Cheng Hao -- optimizations and fixes in Spark SQL
+ * Cheng Lian -- JDBC server in Spark SQL (lead), several optimizations and fixes in Spark SQL
+ * Chia-Yung Su -- bug fix in Spark SQL
+ * Chris Cope -- code clean-up
+ * Chris Fregly -- AWS Kinesis support for Spark Streaming
+ * Christian Tzolov -- Pivotal support in build
+ * Clement Mathieu -- doc fix
+ * Colin McCabe -- build fix
+ * Daehan Kim -- example fix
+ * Daneil Darabos -- bug fixes and UI enhancements
+ * Daoyuan Wang -- SQL fixes
+ * David Lemieux -- bug fix
+ * Davies Liu -- PySpark fixes and spilling 
+ * DB Tsai -- online summaries in MLlib and other MLlib features
+ * Derek Ma -- bug fix
+ * Doris Xin -- MLlib stats library and several fixes
+ * Erik Selin -- bug fix
+ * Fireflyc -- bug fix
+ * Gabriel Nizzoli -- bug fix in Spark Streaming
+ * Gang Bai -- MLlib fix
+ * Gera Shegalov -- bug fix
+ * Guancheng Chen -- doc fix
+ * Guillaume Ballet -- build fix
+ * GuoQiang Li -- bug fixes in Spark core and MLlib
+ * Guoquiang Li -- bug fixes throughout Spark core
+ * Guo Wei -- bug fix in Spark SQL
+ * Haoyuan Li -- Tachyon fix
+ * Hari Shreeharan -- Flume polling source for Spark Streaming
+ * Henry Cook -- Edits to SQL Docs
+ * Henry Saputra -- logging and doc fixes
+ * Hossein Falaki -- optimization fix
+ * Ian O Connel -- SQL fix
+ * Issac Buenrostro -- throttling in Spark Streaming
+ * Jacek Laskowski -- code clean-up
+ * James Z.M. Gao -- build fix
+ * Jean-Martin Archer -- EC2 script improvement
+ * Jeff Thompson -- typo fix
+ * Jeremy Freeman -- Streaming MLlib algorithms and Python stat counter
+ * Jerry Shao -- shuffle improvement and bug fixes
+ * Jiang -- doc fix
+ * Jon Sondag -- MLlib fix
+ * Joseph Bradley -- decision tree Python API and other MLlib features
+ * Joseph Gonzalez -- GraphX benchmark and partitioning features
+ * Josh Rosen -- Python optimizations and fixes, Spark core and ec2 fixes
+ * Joy Yoj -- streaming fix
+ * Jyotiska NK -- doc fix
+ * Kalpit Shah -- build fix
+ * Kan Zhang -- fixes in core and Python, enhancements to PySpark
+ * Kay Ousterhout -- metrics for input data, code clean-up and enhancements
+ * K Ballou -- doc fixes
+ * Ken Takagiwa -- bug fix
+ * Koert Kuipers -- kryo config option
+ * Kousuke Saruta -- stability fixes in Spark core
+ * Larry Xiao -- GraphX bug fix
+ * Lars Albertsson -- Spark Streaming bug fix
+ * Liang-Chi Hsieh -- optimization
+ * Lijie Xu -- logging fix
+ * Li Pu -- MLlib contributions
+ * Liquan Pei -- Word2Vec in MLlib
+ * Lu Luorta -- graphX fix
+ * Luogan Kun -- SQL test fix
+ * Ly Lai -- bug fix in Spark SQL
+ * Manish Amde -- Multiclass support for decision trees
+ * Manuel Laflamme -- streaming fix
+ * Marcelo Vanzin -- fixes and improvements in YARN code
+ * Mark Hamstra -- bug fix for Mesos
+ * Mark Wagner -- bug fix
+ * Masayoshi Tsuzuki -- bug fix
+ * Matei Zaharia -- bug and doc fixes, sort based shuffle (lead) and external sorting
+ * Matt Forbes -- typo fix
+ * Matthew Farrelle - bug fixes
+ * Michael Armbrust -- feature and perf enhancements to Spark SQL (lead)
+ * Michael Giannakopoulos -- MLlib improvements and docs
+ * Naftali Harris -- bug fix
+ * Nan Zhu -- bug fix and doc fixes
+ * Nevelle Li -- UI and MLlib bug fixes
+ * Nicholas Chammas -- EC2 fixes, code cleanup, and project infrastructure
+ * Nick Pentreath -- SequenceFile support for PySpark
+ * Oleg Danilov -- bug fix
+ * Ori Kremer -- bug fix
+ * Patrick Wendell -- named accumulators feature and 1.1 release manager
+ * Peng Zhang -- MLlib fix
+ * Peter MacKinnon -- build fix
+ * Piotr Szul -- PySpark fix
+ * Prashant Sharma -- work on build and MIMA tool, bug fixes in repl
+ * Prudhvi Krishna -- bug fix
+ * Punya Biswal -- subtractByKey in Java
+ * Qipinglgp -- test fix
+ * Qiuzhuang Lian -- test fix
+ * Rahul Singhal -- YARN and metrics improvements
+ * Ravikanth Nawada -- bug fix
+ * Raymond Liu -- bug fixes
+ * Reynold Xin -- several bug fixes, refactorings and optimizations, netty network module
+ * Reza Zadeh -- bug and doc fixes in MLlib
+ * Rishi Verma -- doc fix
+ * RJ Nowling -- code clean-up
+ * Rui Li -- bug fixes
+ * Sameer Agarwal -- but fix
+ * Sandy Ryza -- performance improvements, spark configs, and YARN fixes
+ * Sarah Gerweck -- bug fix
+ * Sean Owen -- bug fixes and build fixes in core and MLlib
+ * Sebastien Rainville -- bug fix
+ * Shixiong Zhu -- code clean-up
+ * Shuo Xiang -- MLlib improvement
+ * Stephen Boesch -- bug and doc fix
+ * Syed Hashmi -- PySpark feature and bug fix
+ * Takayu Ueshin -- nullability fixes and other improvements in Spark SQL
+ * Tathagata Das -- rolling logs and bug fixes in spark core, fixes and oversight of Spark Streaming
+ * Tatiana Borisova -- bug fix
+ * Ted Malaska -- Flume improvement for streaming
+ * Teng Qiu -- bug fixes in SQL and parquet
+ * Timothy Hunter -- bug fix in repl
+ * Tor Myklebust -- ALS improvements in MLlib
+ * U Jing -- SQL fix
+ * Uri Laserson -- bug fix
+ * Vadim Chekan -- bug fix in streaming
+ * Varakhedi Sujeet -- EC2 fix
+ * Vida Ha -- EC2 fixes
+ * Vlad -- doc fix
+ * Wangfei Shi -- bug and build fixes
+ * Wang Lianhui bug fixes
+ * Wang Tao -- bug fix
+ * Wenchen Fan -- memory leak fix
+ * William Benton -- bug fixes in core and SQL, improvements in Spark SQL
+ * Woshilaiceshide -- bug fix
+ * Xiangrui Meng -- several additions to MLlib (lead)
+ * Xi Lui -- UDF improvement in Spark SQL
+ * Ximo Guanter Gonzalbez -- SQL DSL support for aggregations
+ * Yadid Ayzenberg -- doc fixes
+ * Yadong -- code clean-up
+ * Yadong Qi -- code clean-up
+ * Yanjie Gao -- Spark SQL enhancement
+ * Yantangz Hai -- bug fix
+ * Ye Xianjin -- bug fix
+ * Yijie Shen -- bug fix
+ * Yin Huai -- several additions to Spark SQL. lead on JSON support and types API.
+ * Yi Tian -- SQL fix
+ * Zhang Liye -- bug fix
+ * Zhen Peng -- bug fixes
+ * Zhihui Li -- bug fix and scheduler feature
+ * Zichuan Ye -- EC2 fix
+ * Zohn Zhao -- bug fix
+ * Zongheng Yang -- SQL configurations and other improvements
+
+_Thanks to everyone who contributed!_

Added: spark/site/releases/spark-release-1-1-0.html
URL: http://svn.apache.org/viewvc/spark/site/releases/spark-release-1-1-0.html?rev=1624421&view=auto
==============================================================================
--- spark/site/releases/spark-release-1-1-0.html (added)
+++ spark/site/releases/spark-release-1-1-0.html Thu Sep 11 23:47:07 2014
@@ -0,0 +1,408 @@
+<!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.1.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.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="/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>
+      </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.1.0)</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-1-1-0-released.html">Spark 1.1.0 released</a>
+          <span class="small">(Sep 11, 2014)</span></li>
+        
+          <li><a href="/news/spark-1-0-2-released.html">Spark 1.0.2 released</a>
+          <span class="small">(Aug 05, 2014)</span></li>
+        
+          <li><a href="/news/spark-0-9-2-released.html">Spark 0.9.2 released</a>
+          <span class="small">(Jul 23, 2014)</span></li>
+        
+          <li><a href="/news/spark-summit-2014-videos-posted.html">Spark Summit 2014 videos posted</a>
+          <span class="small">(Jul 18, 2014)</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="/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.1.0</h2>
+
+
+<p>Spark 1.1.0 is the first minor release on the 1.X line. This release brings operational and performance improvements in Spark core along with significant extensions to Spark’s newest libraries: MLlib and Spark SQL. It also builds out Spark’s Python support and adds new components to the Spark Streaming module. Spark 1.1 represents the work of 173 contributors, the most to ever contribute to a Spark release!</p>
+
+<h3 id="performance-and-usability-improvements">Performance and Usability Improvements</h3>
+<p>Across the board, Spark 1.1 adds features for improved stability and performance, particularly for large-scale workloads. Spark now performs <a href="https://issues.apache.org/jira/browse/SPARK-1777">disk spilling for skewed blocks</a> during cache operations, guarding against memory overflows if a single RDD partition is large. Disk spilling during aggregations, introduced in Spark 1.0, has been <a href="https://issues.apache.org/jira/browse/SPARK-2538">ported to PySpark</a>. This release introduces a <a href="https://issues.apache.org/jira/browse/SPARK-2045]">new shuffle implementation</a> optimized for very large scale shuffles. This “sort-based shuffle” will be become the default in the next release, and is now available to users. For jobs with large numbers of reducers, we recommend turning this on. This release also adds several usability improvements for monitoring the performance of long running or complex jobs. Among the changes are better <a href="https://issu
 es.apache.org/jira/browse/SPARK-2380">named accumulators</a> that display in Spark’s UI, <a href="https://issues.apache.org/jira/browse/SPARK-2099">dynamic updating of metrics</a> for progress tasks, and <a href="https://issues.apache.org/jira/browse/SPARK-1683">reporting of input metrics</a> for tasks that read input data.</p>
+
+<h3 id="spark-sql">Spark SQL</h3>
+<p>Spark SQL adds a number of new features and performance improvements in this release. A <a href="http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#running-the-thrift-jdbc-server">JDBC/ODBC server</a> allows users to connect to SparkSQL from many different applications and provides shared access to cached tables. A new module provides <a href="http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#json-datasets">support for loading JSON data</a> directly into Spark’s SchemaRDD format, including automatic schema inference. Spark SQL introduces <a href="http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#other-configuration-options">dynamic bytecode generation</a> in this release, a technique which significantly speeds up execution for queries that perform complex expression evaluation.  This release also adds support for registering Python, Scala, and Java lambda functions as UDFs, which can then be called directly in SQL. Spark 1.1 adds a <a href=
 "http://spark.apache.org/docs/1.1.0/sql-programming-guide.html#programmatically-specifying-the-schema">public types API to allow users to create SchemaRDD’s from custom data sources</a>. Finally, many optimizations have been added to the native Parquet support as well as throughout the engine.</p>
+
+<h3 id="mllib">MLlib</h3>
+<p>MLlib adds several new algorithms and optimizations in this release. 1.1 introduces a <a href="https://issues.apache.org/jira/browse/SPARK-2359">new library of statistical packages</a> which provides exploratory analytic functions. These include stratified sampling, correlations, chi-squared tests and support for creating random datasets. This release adds utilities for feature extraction (<a href="https://issues.apache.org/jira/browse/SPARK-2510">Word2Vec</a> and <a href="https://issues.apache.org/jira/browse/SPARK-2511">TF-IDF</a>) and feature transformation (<a href="https://issues.apache.org/jira/browse/SPARK-2272">normalization and standard scaling</a>). Also new are support for <a href="https://issues.apache.org/jira/browse/SPARK-1553">nonnegative matrix factorization</a> and <a href="https://issues.apache.org/jira/browse/SPARK-1782">SVG via Lanczos</a>. The decision tree algorithm has been added in Python and Java (https://issues.apache.org/jira/browse/SPARK-2478). A tree 
 aggregation primitive has been added to help optimize many existing algorithms. Performance improves across the board in MLlib 1.1, with improvements of around 2-3X for many algorithms and up to 5X for large scale decision tree problems. </p>
+
+<h3 id="graphx-and-spark-streaming">GraphX and Spark Streaming</h3>
+<p>Spark streaming adds a new data source <a href="https://issues.apache.org/jira/browse/SPARK-1981">Amazon Kinesis</a>. For the Flume support, a new mode is support which <a href="https://issues.apache.org/jira/browse/SPARK-1729">pulls data from Flume</a>, simplifying deployment and providing high availability. The first of a set of <a href="https://issues.apache.org/jira/browse/SPARK-2438">streaming machine learning algorithms</a> is introduced with streaming linear regression. Finally, <a href="https://issues.apache.org/jira/browse/SPARK-1341">rate limiting</a> has been added for streaming inputs. GraphX adds <a href="https://issues.apache.org/jira/browse/SPARK-1991">custom storage levels for vertices and edges</a> along with <a href="https://issues.apache.org/jira/browse/SPARK-2748">improved numerical precision</a> across the board. Finally, GraphX adds a new label propagation algorithm.</p>
+
+<h3 id="other-notable-improvements">Other Notable Improvements</h3>
+<ul>
+  <li>PySpark now allows <a href="https://issues.apache.org/jira/browse/SPARK-1416">reading</a> and <a href="https://issues.apache.org/jira/browse/SPARK-2024">writing</a> arbitrary Hadoop InputFormats, including SequenceFiles, HBase, Cassandra, Avro, and other data sources</li>
+  <li>Stage resubmissions are now <a href="https://issues.apache.org/jira/browse/SPARK-2298">handled gracefully</a> in the Spark UI</li>
+  <li>Spark supports <a href="https://issues.apache.org/jira/browse/SPARK-2157">tight firewall rules</a> for all network ports</li>
+  <li>An <a href="https://issues.apache.org/jira/browse/SPARK-3190">overflow bug</a> in GraphX has been fix that affects graphs with more than 4 billion vertices</li>
+</ul>
+
+<h3 id="upgrade-notes">Upgrade Notes</h3>
+<p>Spark 1.1.0 is backwards compatible with Spark 1.0.X. Some configuration options have changed which might be relevant to existing users:</p>
+
+<ul>
+  <li>The default value of <code>spark.io.compression.codec</code> is now <code>snappy</code>. Old behavior can be restored by switching to <code>lzf</code>.</li>
+  <li>PySpark now performs external spilling during aggregations. Old behavior can be restored by setting <code>spark.shuffle.spill</code> to <code>false</code>.</li>
+  <li>PySpark uses a new heuristic for determining the parallelism of shuffle operations. Old behavior can be restored by setting <code>spark.default.parallelism</code> to the number of cores in the cluster.</li>
+</ul>
+
+<h3 id="full-set-of-resolved-issues">Full Set of Resolved Issues</h3>
+<ul>
+  <li>Spark Core: <a href="http://s.apache.org/spark-1.1-core">http://s.apache.org/spark-1.1-core</a></li>
+  <li>Spark SQL: <a href="http://s.apache.org/spark-1.1-sql">http://s.apache.org/spark-1.1-sql</a></li>
+  <li>Spark Streaming: <a href="http://s.apache.org/spark-1.1-streaming">http://s.apache.org/spark-1.1-streaming</a></li>
+  <li>MLlib: <a href="http://s.apache.org/spark-1.1-mllib">http://s.apache.org/spark-1.1-mllib</a></li>
+  <li>PySpark: <a href="http://s.apache.org/spark-1.1-pyspark">http://s.apache.org/spark-1.1-pyspark</a></li>
+  <li>All issues: <a href="http://s.apache.org/spark-1.1-all">http://s.apache.org/spark-1.1-all</a></li>
+</ul>
+
+<h3 id="contributors">Contributors:</h3>
+<ul>
+  <li>Aaron Davidson &#8211; PySpark optimizations, fixes and optimizations in Spark core</li>
+  <li>Aaron Staple &#8211; Fixes in Spark core Spark SQL</li>
+  <li>Ahir Reddy &#8211; Spark SQL fix</li>
+  <li>Albert Chu &#8211; Config fix</li>
+  <li>Alexander Ulanov &#8211; Multiclass evaluation metrics in MLlib</li>
+  <li>Alex Liu &#8211; Bug fix</li>
+  <li>Ali Ghodsi &#8211; doc fix</li>
+  <li>Allan Douglas R. de Oliveira &#8211; EC2 script enhancements and coGroup fix</li>
+  <li>Ameet Talwalker &#8211; MLlib docs</li>
+  <li>Anand Avati &#8211; build and SQL fixes</li>
+  <li>Anant &#8211; Python and doc fixes</li>
+  <li>Anatoli Fomenko &#8211; MLlib doc fix</li>
+  <li>Andrew Ash &#8211; doc improvements and bug fixes</li>
+  <li>Andrew Or &#8211; external spilling feature, bug fixes, and optimizations</li>
+  <li>Andrew Schumacher &#8211; Parquet support in Spark SQL</li>
+  <li>Ankit Bhardwaj &#8211; bug fix</li>
+  <li>Ankur Dave &#8211; GraphX optimizations and improvements</li>
+  <li>Ariel Rabkin &#8211; documentation fix</li>
+  <li>Arkadiusz Komarzewski &#8211; doc fix</li>
+  <li>Artjom Metrio &#8211; example fix</li>
+  <li>Baishuo &#8211; bug fixes in Spark SQL</li>
+  <li>Basit Mustafa &#8211; EC2 script fix</li>
+  <li>Bernardo Gomez Palacio &#8211; build fix and YARN fix</li>
+  <li>Brock Noland &#8211; build improvement</li>
+  <li>Bruno Paulin &#8211; emptyRDD in Java</li>
+  <li>Burak &#8211; documentation and code fixes</li>
+  <li>Carl Max &#8211; code clean-up</li>
+  <li>Cesar Arevalo &#8211; typo fix</li>
+  <li>Chandan Kumar &#8211; bug fix and doc fix</li>
+  <li>Chen Chao &#8211; examples and code clean-up</li>
+  <li>Cheng Hao &#8211; optimizations and fixes in Spark SQL</li>
+  <li>Cheng Lian &#8211; JDBC server in Spark SQL (lead), several optimizations and fixes in Spark SQL</li>
+  <li>Chia-Yung Su &#8211; bug fix in Spark SQL</li>
+  <li>Chris Cope &#8211; code clean-up</li>
+  <li>Chris Fregly &#8211; AWS Kinesis support for Spark Streaming</li>
+  <li>Christian Tzolov &#8211; Pivotal support in build</li>
+  <li>Clement Mathieu &#8211; doc fix</li>
+  <li>Colin McCabe &#8211; build fix</li>
+  <li>Daehan Kim &#8211; example fix</li>
+  <li>Daneil Darabos &#8211; bug fixes and UI enhancements</li>
+  <li>Daoyuan Wang &#8211; SQL fixes</li>
+  <li>David Lemieux &#8211; bug fix</li>
+  <li>Davies Liu &#8211; PySpark fixes and spilling </li>
+  <li>DB Tsai &#8211; online summaries in MLlib and other MLlib features</li>
+  <li>Derek Ma &#8211; bug fix</li>
+  <li>Doris Xin &#8211; MLlib stats library and several fixes</li>
+  <li>Erik Selin &#8211; bug fix</li>
+  <li>Fireflyc &#8211; bug fix</li>
+  <li>Gabriel Nizzoli &#8211; bug fix in Spark Streaming</li>
+  <li>Gang Bai &#8211; MLlib fix</li>
+  <li>Gera Shegalov &#8211; bug fix</li>
+  <li>Guancheng Chen &#8211; doc fix</li>
+  <li>Guillaume Ballet &#8211; build fix</li>
+  <li>GuoQiang Li &#8211; bug fixes in Spark core and MLlib</li>
+  <li>Guoquiang Li &#8211; bug fixes throughout Spark core</li>
+  <li>Guo Wei &#8211; bug fix in Spark SQL</li>
+  <li>Haoyuan Li &#8211; Tachyon fix</li>
+  <li>Hari Shreeharan &#8211; Flume polling source for Spark Streaming</li>
+  <li>Henry Cook &#8211; Edits to SQL Docs</li>
+  <li>Henry Saputra &#8211; logging and doc fixes</li>
+  <li>Hossein Falaki &#8211; optimization fix</li>
+  <li>Ian O Connel &#8211; SQL fix</li>
+  <li>Issac Buenrostro &#8211; throttling in Spark Streaming</li>
+  <li>Jacek Laskowski &#8211; code clean-up</li>
+  <li>James Z.M. Gao &#8211; build fix</li>
+  <li>Jean-Martin Archer &#8211; EC2 script improvement</li>
+  <li>Jeff Thompson &#8211; typo fix</li>
+  <li>Jeremy Freeman &#8211; Streaming MLlib algorithms and Python stat counter</li>
+  <li>Jerry Shao &#8211; shuffle improvement and bug fixes</li>
+  <li>Jiang &#8211; doc fix</li>
+  <li>Jon Sondag &#8211; MLlib fix</li>
+  <li>Joseph Bradley &#8211; decision tree Python API and other MLlib features</li>
+  <li>Joseph Gonzalez &#8211; GraphX benchmark and partitioning features</li>
+  <li>Josh Rosen &#8211; Python optimizations and fixes, Spark core and ec2 fixes</li>
+  <li>Joy Yoj &#8211; streaming fix</li>
+  <li>Jyotiska NK &#8211; doc fix</li>
+  <li>Kalpit Shah &#8211; build fix</li>
+  <li>Kan Zhang &#8211; fixes in core and Python, enhancements to PySpark</li>
+  <li>Kay Ousterhout &#8211; metrics for input data, code clean-up and enhancements</li>
+  <li>K Ballou &#8211; doc fixes</li>
+  <li>Ken Takagiwa &#8211; bug fix</li>
+  <li>Koert Kuipers &#8211; kryo config option</li>
+  <li>Kousuke Saruta &#8211; stability fixes in Spark core</li>
+  <li>Larry Xiao &#8211; GraphX bug fix</li>
+  <li>Lars Albertsson &#8211; Spark Streaming bug fix</li>
+  <li>Liang-Chi Hsieh &#8211; optimization</li>
+  <li>Lijie Xu &#8211; logging fix</li>
+  <li>Li Pu &#8211; MLlib contributions</li>
+  <li>Liquan Pei &#8211; Word2Vec in MLlib</li>
+  <li>Lu Luorta &#8211; graphX fix</li>
+  <li>Luogan Kun &#8211; SQL test fix</li>
+  <li>Ly Lai &#8211; bug fix in Spark SQL</li>
+  <li>Manish Amde &#8211; Multiclass support for decision trees</li>
+  <li>Manuel Laflamme &#8211; streaming fix</li>
+  <li>Marcelo Vanzin &#8211; fixes and improvements in YARN code</li>
+  <li>Mark Hamstra &#8211; bug fix for Mesos</li>
+  <li>Mark Wagner &#8211; bug fix</li>
+  <li>Masayoshi Tsuzuki &#8211; bug fix</li>
+  <li>Matei Zaharia &#8211; bug and doc fixes, sort based shuffle (lead) and external sorting</li>
+  <li>Matt Forbes &#8211; typo fix</li>
+  <li>Matthew Farrelle - bug fixes</li>
+  <li>Michael Armbrust &#8211; feature and perf enhancements to Spark SQL (lead)</li>
+  <li>Michael Giannakopoulos &#8211; MLlib improvements and docs</li>
+  <li>Naftali Harris &#8211; bug fix</li>
+  <li>Nan Zhu &#8211; bug fix and doc fixes</li>
+  <li>Nevelle Li &#8211; UI and MLlib bug fixes</li>
+  <li>Nicholas Chammas &#8211; EC2 fixes, code cleanup, and project infrastructure</li>
+  <li>Nick Pentreath &#8211; SequenceFile support for PySpark</li>
+  <li>Oleg Danilov &#8211; bug fix</li>
+  <li>Ori Kremer &#8211; bug fix</li>
+  <li>Patrick Wendell &#8211; named accumulators feature and 1.1 release manager</li>
+  <li>Peng Zhang &#8211; MLlib fix</li>
+  <li>Peter MacKinnon &#8211; build fix</li>
+  <li>Piotr Szul &#8211; PySpark fix</li>
+  <li>Prashant Sharma &#8211; work on build and MIMA tool, bug fixes in repl</li>
+  <li>Prudhvi Krishna &#8211; bug fix</li>
+  <li>Punya Biswal &#8211; subtractByKey in Java</li>
+  <li>Qipinglgp &#8211; test fix</li>
+  <li>Qiuzhuang Lian &#8211; test fix</li>
+  <li>Rahul Singhal &#8211; YARN and metrics improvements</li>
+  <li>Ravikanth Nawada &#8211; bug fix</li>
+  <li>Raymond Liu &#8211; bug fixes</li>
+  <li>Reynold Xin &#8211; several bug fixes, refactorings and optimizations, netty network module</li>
+  <li>Reza Zadeh &#8211; bug and doc fixes in MLlib</li>
+  <li>Rishi Verma &#8211; doc fix</li>
+  <li>RJ Nowling &#8211; code clean-up</li>
+  <li>Rui Li &#8211; bug fixes</li>
+  <li>Sameer Agarwal &#8211; but fix</li>
+  <li>Sandy Ryza &#8211; performance improvements, spark configs, and YARN fixes</li>
+  <li>Sarah Gerweck &#8211; bug fix</li>
+  <li>Sean Owen &#8211; bug fixes and build fixes in core and MLlib</li>
+  <li>Sebastien Rainville &#8211; bug fix</li>
+  <li>Shixiong Zhu &#8211; code clean-up</li>
+  <li>Shuo Xiang &#8211; MLlib improvement</li>
+  <li>Stephen Boesch &#8211; bug and doc fix</li>
+  <li>Syed Hashmi &#8211; PySpark feature and bug fix</li>
+  <li>Takayu Ueshin &#8211; nullability fixes and other improvements in Spark SQL</li>
+  <li>Tathagata Das &#8211; rolling logs and bug fixes in spark core, fixes and oversight of Spark Streaming</li>
+  <li>Tatiana Borisova &#8211; bug fix</li>
+  <li>Ted Malaska &#8211; Flume improvement for streaming</li>
+  <li>Teng Qiu &#8211; bug fixes in SQL and parquet</li>
+  <li>Timothy Hunter &#8211; bug fix in repl</li>
+  <li>Tor Myklebust &#8211; ALS improvements in MLlib</li>
+  <li>U Jing &#8211; SQL fix</li>
+  <li>Uri Laserson &#8211; bug fix</li>
+  <li>Vadim Chekan &#8211; bug fix in streaming</li>
+  <li>Varakhedi Sujeet &#8211; EC2 fix</li>
+  <li>Vida Ha &#8211; EC2 fixes</li>
+  <li>Vlad &#8211; doc fix</li>
+  <li>Wangfei Shi &#8211; bug and build fixes</li>
+  <li>Wang Lianhui bug fixes</li>
+  <li>Wang Tao &#8211; bug fix</li>
+  <li>Wenchen Fan &#8211; memory leak fix</li>
+  <li>William Benton &#8211; bug fixes in core and SQL, improvements in Spark SQL</li>
+  <li>Woshilaiceshide &#8211; bug fix</li>
+  <li>Xiangrui Meng &#8211; several additions to MLlib (lead)</li>
+  <li>Xi Lui &#8211; UDF improvement in Spark SQL</li>
+  <li>Ximo Guanter Gonzalbez &#8211; SQL DSL support for aggregations</li>
+  <li>Yadid Ayzenberg &#8211; doc fixes</li>
+  <li>Yadong &#8211; code clean-up</li>
+  <li>Yadong Qi &#8211; code clean-up</li>
+  <li>Yanjie Gao &#8211; Spark SQL enhancement</li>
+  <li>Yantangz Hai &#8211; bug fix</li>
+  <li>Ye Xianjin &#8211; bug fix</li>
+  <li>Yijie Shen &#8211; bug fix</li>
+  <li>Yin Huai &#8211; several additions to Spark SQL. lead on JSON support and types API.</li>
+  <li>Yi Tian &#8211; SQL fix</li>
+  <li>Zhang Liye &#8211; bug fix</li>
+  <li>Zhen Peng &#8211; bug fixes</li>
+  <li>Zhihui Li &#8211; bug fix and scheduler feature</li>
+  <li>Zichuan Ye &#8211; EC2 fix</li>
+  <li>Zohn Zhao &#8211; bug fix</li>
+  <li>Zongheng Yang &#8211; SQL configurations and other improvements</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>



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