forked from apache/spark-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
powered-by.html
550 lines (523 loc) · 24.7 KB
/
powered-by.html
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
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
<!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>
Powered By Spark | Apache Spark
</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&Courier+Prime:wght@400;700&display=swap" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<!-- Code highlighter CSS -->
<link href="/css/pygments-default.css" rel="stylesheet">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body class="global">
<nav class="navbar navbar-expand-lg navbar-dark p-0 px-4" style="background: #1D6890;">
<a class="navbar-brand" href="/">
<img src="/images/spark-logo-rev.svg" alt="" width="141" height="72">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse col-md-12 col-lg-auto pt-4" id="navbarContent">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/downloads.html">Download</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="libraries" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Libraries
</a>
<ul class="dropdown-menu" aria-labelledby="libraries">
<li><a class="dropdown-item" href="/sql/">SQL and DataFrames</a></li>
<li><a class="dropdown-item" href="/streaming/">Spark Streaming</a></li>
<li><a class="dropdown-item" href="/mllib/">MLlib (machine learning)</a></li>
<li><a class="dropdown-item" href="/graphx/">GraphX (graph)</a></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="/third-party-projects.html">Third-Party Projects</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="documentation" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Documentation
</a>
<ul class="dropdown-menu" aria-labelledby="documentation">
<li><a class="dropdown-item" href="/docs/latest/">Latest Release</a></li>
<li><a class="dropdown-item" href="/documentation.html">Older Versions and Other Resources</a></li>
<li><a class="dropdown-item" href="/faq.html">Frequently Asked Questions</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/examples.html">Examples</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="community" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Community
</a>
<ul class="dropdown-menu" aria-labelledby="community">
<li><a class="dropdown-item" href="/community.html">Mailing Lists & Resources</a></li>
<li><a class="dropdown-item" href="/contributing.html">Contributing to Spark</a></li>
<li><a class="dropdown-item" href="/improvement-proposals.html">Improvement Proposals (SPIP)</a>
</li>
<li><a class="dropdown-item" href="https://issues.apache.org/jira/browse/SPARK">Issue Tracker</a>
</li>
<li><a class="dropdown-item" href="/powered-by.html">Powered By</a></li>
<li><a class="dropdown-item" href="/committers.html">Project Committers</a></li>
<li><a class="dropdown-item" href="/history.html">Project History</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="developers" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Developers
</a>
<ul class="dropdown-menu" aria-labelledby="developers">
<li><a class="dropdown-item" href="/developer-tools.html">Useful Developer Tools</a></li>
<li><a class="dropdown-item" href="/versioning-policy.html">Versioning Policy</a></li>
<li><a class="dropdown-item" href="/release-process.html">Release Process</a></li>
<li><a class="dropdown-item" href="/security.html">Security</a></li>
</ul>
</li>
</ul>
<ul class="navbar-nav ml-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="apacheFoundation" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
Apache Software Foundation
</a>
<ul class="dropdown-menu" aria-labelledby="apacheFoundation">
<li><a class="dropdown-item" href="https://www.apache.org/">Apache Homepage</a></li>
<li><a class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li>
<li><a class="dropdown-item"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a class="dropdown-item" href="https://www.apache.org/security/">Security</a></li>
<li><a class="dropdown-item" href="https://www.apache.org/events/current-event">Event</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="container">
<div class="row mt-4">
<div class="col-12 col-md-9">
<h2>Project and product names using "Spark"</h2>
<p>Organizations creating products and projects for use with Apache Spark, along with associated
marketing materials, should take care to respect the trademark in “Apache Spark” and its logo.
Please refer to <a href="https://www.apache.org/foundation/marks/">ASF Trademarks Guidance</a> and
associated <a href="https://www.apache.org/foundation/marks/faq/">FAQ</a>
for comprehensive and authoritative guidance on proper usage of ASF trademarks.</p>
<p>Names that do not include “Spark” at all have no potential trademark issue with the Spark project.
This is recommended.</p>
<p>Names like “Spark BigCoProduct” are not OK, as are names including “Spark” in general.
The above links, however, describe some exceptions, like for names such as “BigCoProduct,
powered by Apache Spark” or “BigCoProduct for Apache Spark”.</p>
<p>It is common practice to create software identifiers (Maven coordinates, module names, etc.)
like “spark-foo”. These are permitted. Nominative use of trademarks in descriptions is also
always allowed, as in “BigCoProduct is a widget for Apache Spark”.</p>
<h2>Companies and organizations</h2>
<p>To add yourself to the list, please email <code class="language-plaintext highlighter-rouge">[email protected]</code> with your organization name, URL,
a list of which Spark components you are using, and a short description of your use case.</p>
<ul>
<li><a href="http://amplab.cs.berkeley.edu">UC Berkeley AMPLab</a> - Big data research lab that
initially launched Spark
<ul>
<li>We’re building a variety of open source projects on Spark</li>
<li>We have both graduate students and a team of professional software engineers working on the stack</li>
</ul>
</li>
<li><a href="http://4quant.com">4Quant</a></li>
<li><a href="http://www.actnowib.com">Act Now</a>
<ul>
<li>Spark powers NOW APPS, a big data, real-time, predictive analytics platform. We use Spark SQL,
MLlib and GraphX components for both batch ETL and analytics applied to telecommunication data,
providing faster and more meaningful insights and actionable data to the operators.</li>
</ul>
</li>
<li><a href="http://www.agilelab.it">Agile Lab</a>
<ul>
<li>enhancing big data. 360 customer view, log analysis, BI</li>
</ul>
</li>
<li><a href="http://www.taobao.com/">Alibaba Taobao</a>
<ul>
<li>We built one of the world’s first Spark on YARN production clusters.</li>
</ul>
</li>
<li><a href="http://alluxio.com/">Alluxio</a>
<ul>
<li>Alluxio, formerly Tachyon, is the world’s first system that unifies disparate storage systems
at memory speed.</li>
</ul>
</li>
<li><a href="http://amazon.com">Amazon</a></li>
<li><a href="http://www.art.com/">Art.com</a>
<ul>
<li>Trending analytics and personalization</li>
</ul>
</li>
<li><a href="http://www.asiainfo.com">AsiaInfo</a>
<ul>
<li>We are using Spark Core, Streaming, MLlib and Graphx. We leverage Spark and Hadoop ecosystem
to build cost effective data center solution for our customer in telco industry as well as
other industrial sectors.</li>
</ul>
</li>
<li><a href="https://atp.io">atp</a>
<ul>
<li>Predictive models and learning algorithms to improve the relevance of programmatic marketing.</li>
<li>Components used: Spark SQL, MLLib.</li>
</ul>
</li>
<li><a href="http://www.autodesk.com">Autodesk</a></li>
<li><a href="http://www.baidu.com">Baidu</a></li>
<li><a href="http://www.bakdata.com/">Bakdata</a> – using Spark (and Shark) to perform interactive
exploration of large datasets</li>
<li><a href="http://www.bigindustries.be/">Big Industries</a> - using Spark Streaming: The
Big Content Platform is a business-to-business content asset management service providing a
searchable, aggregated source of live news feeds, public domain media and archives of content.</li>
<li><a href="http://www.celtra.com">Celtra</a></li>
<li><a href="http://www.clearstorydata.com">ClearStory Data</a> – ClearStory’s platform and
integrated Data Intelligence application leverages Spark to speed analysis across internal
and external data sources, driving holistic and actionable insights.</li>
<li><a href="https://www.concur.com">Concur</a>
<ul>
<li>Spark SQL, MLlib</li>
<li>Using Spark for travel and expenses analytics and personalization<</li>
</ul>
</li>
<li><a href="http://www.contentsquare.com">Content Square</a>
<ul>
<li>We use Spark to regularly read raw data, convert them into Parquet, and process them to
create advanced analytics dashboards: aggregation, sampling, statistics computations,
anomaly detection, machine learning.</li>
</ul>
</li>
<li><a href="http://www.conviva.com">Conviva</a> – Experience Live
<ul>
<li>See our talk at <a href="http://ampcamp.berkeley.edu/3/">AmpCamp</a> on how we are
<a href="https://www.youtube.com/watch?feature=player_detailpage&v=YaayAatdRNs">using Spark to
provide real time video optimization</a></li>
</ul>
</li>
<li><a href="https://www.creditkarma.com/">Credit Karma</a>
<ul>
<li>We create personalized experiences using Spark.</li>
</ul>
</li>
<li><a href="https://databricks.com">Databricks</a>
<ul>
<li>Formed by the original creators of Apache Spark, Databricks is working to expand the
open source project and simplify big data and machine learning. We’re deeply
committed to keeping all our work on Spark open source.</li>
<li>We provided a <a href="https://www.databricks.com/product">cloud-optimized platform</a>
to run Spark and ML applications on Amazon Web Services and Azure, as well as a comprehensive
<a href="https://databricks.com/training">training program</a>.</li>
</ul>
</li>
<li><a href="https://www.datamechanics.co">Data Mechanics</a>
<ul>
<li>Data Mechanics is a cloud-native Spark platform that can be deployed on a Kubernetes cluster
inside its customers AWS, GCP, or Azure cloud environments.</li>
<li>Our focus is to make Spark easy-to-use and cost-effective for data engineering workloads.
We also develop the free, cross-platform, and partially open-source Spark monitoring tool
<a href="https://www.datamechanics.co/delight">Data Mechanics Delight.</a></li>
</ul>
</li>
<li><a href="https://datapipelines.com">Data Pipelines</a>
<ul>
<li>Build and schedule ETL pipelines step-by-step via a simple no-code UI.</li>
</ul>
</li>
<li><a href="http://dianping.com">Dianping.com</a></li>
<li><a href="http://www.drawbrid.ge/">Drawbridge</a></li>
<li><a href="http://www.ebay.com/">eBay Inc.</a>
<ul>
<li>Using Spark core for log transaction aggregation and analytics</li>
</ul>
</li>
<li><a href="http://labs.elsevier.com">Elsevier Labs</a>
<ul>
<li>Use Case: Building Machine Reading Pipeline, Knowledge Graphs, Content as a Service, Content
and Event Analytics, Content/Event based Predictive Models and Big Data Processing.</li>
<li>We use Scala and Python over Databricks Notebooks for most of our work.</li>
</ul>
</li>
<li><a href="http://www.eurecom.fr/en">EURECOM</a></li>
<li><a href="http://www.exabeam.com">Exabeam</a></li>
<li><a href="http://www.faimdata.com/">Faimdata</a>
<ul>
<li>Build eCommerce and data intelligence solutions to the retail industry on top of
Spark/Shark/Spark Streaming</li>
</ul>
</li>
<li><a href="http://falkonry.com">Falkonry</a></li>
<li><a href="http://www.flytxt.com">Flytxt</a>
<ul>
<li>Big Data analytics for subscriber profiling and personalization in telecommunications domain.
We are using Spark Core and MLlib.</li>
</ul>
</li>
<li><a href="http://www.jeremyfreeman.net">Freeman Lab at HHMI</a>
<ul>
<li>We are using Spark for analyzing and visualizing patterns in large-scale recordings of brain
activity in real time</li>
</ul>
</li>
<li><a href="http://www.fundacionctic.org">Fundacion CTIC</a></li>
<li><a href="https://graal.systems">GraalSystems</a>
<ul>
<li>GraalSystems is a cloud-native data platform that can be used everywhere, on cloud
environments or on bare-metal infrastructures.</li>
</ul>
</li>
<li><a href="https://www.groupon.com">Groupon</a></li>
<li><a href="https://www.godatadriven.com">GoDataDriven</a>
<ul>
<li>Amsterdam based consultancy company helping companies to be successful with Spark</li>
</ul>
</li>
<li><a href="http://www.guavus.com/">Guavus</a>
<ul>
<li>Stream processing of network machine data</li>
</ul>
</li>
<li><a href="http://us.hitachi-solutions.com">Hitachi Solutions</a></li>
<li><a href="http://hivedata.com/">The Hive</a></li>
<li><a href="http://www.research.ibm.com/labs/almaden/index.shtml">IBM Almaden</a></li>
<li><a href="http://www.infoobjects.com">InfoObjects</a>
<ul>
<li>Award winning Big Data consulting company with focus on Spark and Hadoop</li>
</ul>
</li>
<li><a href="http://en.inspur.com">Inspur</a></li>
<li><a href="http://www.sehir.edu.tr/en/">Istanbul Sehir University</a></li>
<li><a href="http://www.kenshoo.com/">Kenshoo</a>
<ul>
<li>Digital marketing solutions and predictive media optimization</li>
</ul>
</li>
<li><a href="http://www.kelkoo.co.uk">Kelkoo</a>
<ul>
<li>Using Spark Core, SQL, and Streaming. Product recommendations, BI and analytics,
real-time malicious activity filtering, and data mining.</li>
</ul>
</li>
<li><a href="http://www.knoldus.com">Knoldus Software LLC</a></li>
<li><a href="http://eng.localytics.com">Localytics</a>
<ul>
<li>Batch, real-time, and predictive analytics driving our mobile app analytics and marketing
automation product.</li>
<li>Components used: Spark, Spark Streaming, MLLib.</li>
</ul>
</li>
<li><a href="http://mediacrossing.com">MediaCrossing</a> – Digital Media Trading Experts in the
New York and Boston areas
<ul>
<li>We are using Spark as a drop-in replacement for Hadoop Map/Reduce to get the right answer
to our queries in a much shorter amount of time.</li>
</ul>
</li>
<li><a href="http://www.myfitnesspal.com/">MyFitnessPal</a>
<ul>
<li>Using Spark to clean-up user entered food data using both explicit and implicit user signals
with the final goal of identifying high-quality food items.</li>
<li>Using Spark to build different recommendation systems for recipes and foods.</li>
</ul>
</li>
<li><a href="http://deepspace.jpl.nasa.gov/">NASA JPL - Deep Space Network</a></li>
<li><a href="http://www.163.com/">Netease</a></li>
<li><a href="http://nsn.com">Nokia Solutions and Networks</a></li>
<li><a href="http://www.nttdata.com/global/en/">NTT DATA</a></li>
<li><a href="http://www.nubetech.co">Nube Technologies</a>
<ul>
<li>Nube provides solutions for data curation at scale helping customer targeting, accurate
inventory and efficient analysis.</li>
</ul>
</li>
<li><a href="http://ooyala.com">Ooyala, Inc.</a> – Powering personalized video experiences
across all screens
<ul>
<li>See our blog post on how we use
<a href="http://engineering.ooyala.com/blog/fast-spark-queries-memory-datasets">Spark for
Fast Queries</a></li>
<li>See our presentation on
<a href="http://www.slideshare.net/EvanChan2/cassandra2013-spark-talk-final">Cassandra, Spark,
and Shark</a></li>
</ul>
</li>
<li><a href="https://www.opentable.com/">Opentable</a>
<ul>
<li>Using Apache Spark for log processing and ETL. The data obtained feeds the recommender
system powered by Spark MLLIB Matrix Factorization. We are evaluating the use of Spark
Streaming for real-time analytics.</li>
</ul>
</li>
<li><a href="http://pantera.io">PanTera</a>
<ul>
<li>PanTera is a tool for exploring large datasets. It uses Spark to create XY and geographic
scatterplots from millions to billions of datapoints.</li>
<li>Components we are using: Spark Core (Scala API), Spark SQL, and GraphX</li>
</ul>
</li>
<li><a href="http://www.planbmedia.com">PlanBMedia</a></li>
<li><a href="http://predictionio.apache.org/index.html/">Apache PredictionIO</a>
<ul>
<li>PredictionIO currently offers two engine
templates for Apache Spark MLlib for recommendation (MLlib ALS) and classification (MLlib Naive
Bayes). With these templates, you can create a custom predictive engine for production deployment
efficiently.</li>
</ul>
</li>
<li><a href="http://premise.com">Premise</a></li>
<li><a href="http://www.quantifind.com">Quantifind</a></li>
<li><a href="http://radius.com">Radius Intelligence</a>
<ul>
<li>Using Scala, Spark and MLLib for Radius Marketing and Sales intelligence platform including
data aggregation, data processing, data clustering, data analysis and predictive modeling of all
US businesses.</li>
</ul>
</li>
<li><a href="http://www.realimpactanalytics.com/">Real Impact Analytics</a>
<ul>
<li>Building large scale analytics platforms for telecoms operators</li>
</ul>
</li>
<li><a href="http://rocketfuel.com/">RocketFuel</a></li>
<li><a href="http://www.rondhuit.com/">RONDHUIT</a>
<ul>
<li>Machine Learning with Apache Mahout and Spark
<a href="http://www.rondhuit.com/services/training/mahout-ML.html">http://www.rondhuit.com/services/training/mahout-ML.html</a></li>
</ul>
</li>
<li><a href="http://www.sailthru.com/">Sailthru</a>
<ul>
<li>Uses Spark to build predictive models and recommendation systems for marketing automation
and personalization.</li>
</ul>
</li>
<li><a href="http://www.sisa.samsung.com/">Samsung Research America</a></li>
<li><a href="http://www.shopify.com/">Shopify</a></li>
<li><a href="https://www.simba.com/">Simba Technologies</a>
<ul>
<li>BI/reporting/ETL for Spark and beyond</li>
</ul>
</li>
<li><a href="http://www.sinnia.com">Sinnia</a></li>
<li><a href="https://www.sktelecom.com/index_en.html">SK Telecom</a>
<ul>
<li>SK Telecom analyses mobile usage patterns of customer with Spark and Shark.</li>
</ul>
</li>
<li><a href="http://www.sohu.com">Sohu</a></li>
<li><a href="https://dawn.cs.stanford.edu">Stanford DAWN</a>
<ul>
<li>Research lab on infrastructure for usable machine learning, with multiple research projects that run over or
accelerate Apache Spark.</li>
</ul>
</li>
<li><a href="http://www.stratio.com/">Stratio</a>
<ul>
<li>Offers an open-source Big Data platform centered around Apache Spark.</li>
</ul>
</li>
<li><a href="https://www.taboola.com/">Taboola</a> – Powering ‘Content You May Like’ around the web</li>
<li><a href="http://tencent.com/">Tencent</a></li>
<li><a href="http://www.tetraconcepts.com/">Tetra Concepts</a></li>
<li><a href="http://www.trendmicro.com/us/index.html">TrendMicro</a></li>
<li><a href="http://engineering.tripadvisor.com/using-apache-spark-for-massively-parallel-nlp/">TripAdvisor</a></li>
<li><a href="http://www.ucsc.edu">UC Santa Cruz</a></li>
<li><a href="http://missouri.edu/">University of Missouri Data Analytics and Discover Lab</a></li>
<li><a href="http://videoamp.com/">VideoAmp</a>
<ul>
<li>Intelligent video ads for online and television viewing audiences.</li>
</ul>
</li>
<li><a href="http://www.vistarmedia.com">Vistar Media</a>
<ul>
<li>Location technology company enabling brands to reach on-the-go consumers</li>
</ul>
</li>
<li><a href="http://www.yahoo.com">Yahoo!</a></li>
<li><a href="http://www.yandex.com">Yandex</a>
<ul>
<li>Using Spark in
<a href="http://www.searchenginejournal.com/yandex-islands-markup-issues-implementation/71891/">Yandex Islands</a>,
to process islands identified from a search robor</li>
</ul>
</li>
<li><a href="http://www.zaloni.com/products/">Zaloni</a>
<ul>
<li>Zaloni’s data lake management platform (Bedrock) and self-service data preparation solution
(Mica) leverage Spark for fast execution of transformations and data exploration.</li>
</ul>
</li>
</ul>
</div>
<div class="col-12 col-md-3">
<div class="news" style="margin-bottom: 20px;">
<h5>Latest News</h5>
<ul class="list-unstyled">
<li><a href="/news/spark-3-4-0-released.html">Spark 3.4.0 released</a>
<span class="small">(Apr 13, 2023)</span></li>
<li><a href="/news/spark-3-2-4-released.html">Spark 3.2.4 released</a>
<span class="small">(Apr 13, 2023)</span></li>
<li><a href="/news/spark-3-3-2-released.html">Spark 3.3.2 released</a>
<span class="small">(Feb 17, 2023)</span></li>
<li><a href="/news/spark-3-2-3-released.html">Spark 3.2.3 released</a>
<span class="small">(Nov 28, 2022)</span></li>
</ul>
<p class="small" style="text-align: right;"><a href="/news/index.html">Archive</a></p>
</div>
<div style="text-align:center; margin-bottom: 20px;">
<a href="https://www.apache.org/events/current-event.html">
<img src="https://www.apache.org/events/current-event-234x60.png" style="max-width: 100%;"/>
</a>
</div>
<div class="hidden-xs hidden-sm">
<a href="/downloads.html" class="btn btn-cta btn-lg d-grid" 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="/third-party-projects.html">Third-Party Projects</a>
</div>
</div>
</div>
<footer class="small">
<hr>
Apache Spark, Spark, Apache, the Apache feather logo, and the Apache Spark project logo are either registered
trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
See guidance on use of Apache Spark <a href="/trademarks.html">trademarks</a>.
All other marks mentioned may be trademarks or registered trademarks of their respective owners.
Copyright © 2018 The Apache Software Foundation, Licensed under the
<a href="https://www.apache.org/licenses/">Apache License, Version 2.0</a>.
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="/js/lang-tabs.js"></script>
<script src="/js/downloads.js"></script>
</body>
</html>