summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-1-1-0.html
blob: bf0f9e2b4050d8444ac6acd2a68012e48df00a9d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!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">

  <!-- Code highlighter CSS -->
  <link href="/css/pygments-default.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="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">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 2.0.2)</a></li>
          <li><a href="/documentation.html">Older Versions and 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>
    <ul class="nav navbar-nav navbar-right">
      <li class="dropdown">
        <a href="http://www.apache.org/" class="dropdown-toggle" data-toggle="dropdown">
          Apache Software Foundation <b class="caret"></b></a>
        <ul class="dropdown-menu">
          <li><a href="http://www.apache.org/">Apache Homepage</a></li>
          <li><a href="http://www.apache.org/licenses/">License</a></li>
          <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
          <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
          <li><a href="http://www.apache.org/security/">Security</a></li>
        </ul>
      </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-2-0-2-released.html">Spark 2.0.2 released</a>
          <span class="small">(Nov 14, 2016)</span></li>
        
          <li><a href="/news/spark-1-6-3-released.html">Spark 1.6.3 released</a>
          <span class="small">(Nov 07, 2016)</span></li>
        
          <li><a href="/news/spark-2-0-1-released.html">Spark 2.0.1 released</a>
          <span class="small">(Oct 03, 2016)</span></li>
        
          <li><a href="/news/spark-2-0-0-released.html">Spark 2.0.0 released</a>
          <span class="small">(Jul 26, 2016)</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="https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects">Third-Party Packages</a>
    </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 171 contributors, the most to ever contribute to a Spark release!</p>

<p>To download Spark 1.1 visit the <a href="/downloads.html">downloads</a> page.</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://issues.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">SVD via Lanczos</a>. The decision tree algorithm has been <a href="https://issues.apache.org/jira/browse/SPARK-2478">added in Python and Java</a>. 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 Apache Flume, a new mode is supported 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 option defaults 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> for improved memory usage. Old behavior can be restored by switching to <code>lzf</code>.</li>
  <li>The default value of <code>spark.broadcast.factory</code> is now <code>org.apache.spark.broadcast.TorrentBroadcastFactory</code> for improved efficiency of broadcasts. Old behavior can be restored by switching to <code>org.apache.spark.broadcast.HttpBroadcastFactory</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 Talwalkar &#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 Xia &#8211; external sorting feature</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>Gil Vernik &#8211; OpenStack Swift documentation</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>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>Madhu Siddalingaiah &#8211; external sorting feature</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; bug 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>Tom Graves &#8211; YARN support (lead)</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 &#8211; 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 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 <a href="/trademarks.html">trademarks</a> of
  <a href="http://www.apache.org">The Apache Software Foundation</a>.
</footer>

</div>

</body>
</html>