summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-1-6-0.html
blob: 96e3efcbbb3a3beaa9d6011a9f9a17ab37b77048 (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
<!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">

  <!-- 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.1)</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-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>
        
          <li><a href="/news/spark-1-6-2-released.html">Spark 1.6.2 released</a>
          <span class="small">(Jun 25, 2016)</span></li>
        
          <li><a href="/news/submit-talks-to-spark-summit-eu-2016.html">Call for Presentations for Spark Summit EU is Open</a>
          <span class="small">(Jun 16, 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.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" id="markdown-toc-spark-coresql">Spark Core/SQL</a></li>
  <li><a href="#spark-streaming" id="markdown-toc-spark-streaming">Spark Streaming</a></li>
  <li><a href="#mllib" id="markdown-toc-mllib">MLlib</a></li>
  <li><a href="#deprecations" id="markdown-toc-deprecations">Deprecations</a></li>
  <li><a href="#changes-of-behavior" id="markdown-toc-changes-of-behavior">Changes of behavior</a></li>
  <li><a href="#known-issues" id="markdown-toc-known-issues">Known issues</a></li>
  <li><a href="#credits" id="markdown-toc-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.</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.</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 Chen, 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 Zhang, 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 Samuel, 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 <a href="/trademarks.html">trademarks</a> of
  <a href="http://www.apache.org">The Apache Software Foundation</a>.
</footer>

</div>

</body>
</html>