From bd331d6deb1e475c4ec457fce73079ea516a1fea Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Mon, 22 Jun 2026 18:28:59 -0400 Subject: [PATCH 1/3] clean up page titles --- _layouts/global.html | 3 +++ _layouts/post.html | 3 --- committers.md | 3 +-- community.md | 4 +--- contributing.md | 2 +- developer-tools.md | 2 +- documentation.md | 5 +---- downloads.md | 3 --- error-message-guidelines.md | 6 ++---- examples.md | 2 -- faq.md | 3 +-- graphx/index.md | 2 +- history.md | 4 +--- improvement-proposals.md | 4 +--- mailing-lists.md | 2 +- mllib/index.md | 2 +- pandas-on-spark/index.md | 4 +--- powered-by.md | 2 +- release-process.md | 2 +- research.md | 2 +- security.md | 4 +--- spark-connect/index.md | 2 +- sql/index.md | 2 +- streaming/index.md | 2 +- third-party-projects.md | 2 +- trademarks.md | 3 +-- versioning-policy.md | 4 +--- 27 files changed, 27 insertions(+), 52 deletions(-) diff --git a/_layouts/global.html b/_layouts/global.html index afb51bd1ee6..30cb99f6fb8 100644 --- a/_layouts/global.html +++ b/_layouts/global.html @@ -159,6 +159,9 @@
+ {% if page.title %} +

{{ page.title }}

+ {% endif %} {{content}}
diff --git a/_layouts/post.html b/_layouts/post.html index f2c9f2e4d8d..d53f71bb5cd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,9 +1,6 @@ --- layout: global -type: singular --- -

{{page.title}}

- {{content}} diff --git a/committers.md b/committers.md index f3dad04d22d..9ec78d818bc 100644 --- a/committers.md +++ b/committers.md @@ -1,12 +1,11 @@ --- layout: global title: Committers -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

Current committers

|Name|Organization| |----|------------| diff --git a/community.md b/community.md index 065e8a9f25f..4b8634a5c28 100644 --- a/community.md +++ b/community.md @@ -1,14 +1,12 @@ --- layout: global title: Community -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

Apache Spark community

-

Have questions?

diff --git a/contributing.md b/contributing.md index 1d68b769594..5b1b3c99213 100644 --- a/contributing.md +++ b/contributing.md @@ -1,7 +1,7 @@ --- layout: global title: Contributing to Spark -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/developer-tools.md b/developer-tools.md index bf0920a6e24..05cacc6d67f 100644 --- a/developer-tools.md +++ b/developer-tools.md @@ -1,7 +1,7 @@ --- layout: global title: Useful Developer Tools -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/documentation.md b/documentation.md index 4bc5d737ba4..758e3a7fecf 100644 --- a/documentation.md +++ b/documentation.md @@ -1,14 +1,12 @@ --- layout: global title: Documentation -type: "page singular" +type: "page" navigation: weight: 3 show: true --- -

Apache Spark Documentation

-

Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:

    @@ -251,4 +249,3 @@ Slides, videos and EC2-based exercises from each of these are available online: Spark was initially developed as a UC Berkeley research project, and much of the design is documented in papers. The research page lists some of the original motivation and direction.

    - diff --git a/downloads.md b/downloads.md index d11fd294bea..766e3f76a5a 100644 --- a/downloads.md +++ b/downloads.md @@ -1,7 +1,6 @@ --- layout: global title: Downloads -type: singular navigation: weight: 3 show: true @@ -16,8 +15,6 @@ window.onload = function () { } -## Download Apache Spark™ - 1. Choose a Spark release:
    diff --git a/error-message-guidelines.md b/error-message-guidelines.md index 069f39ad991..091405cb960 100644 --- a/error-message-guidelines.md +++ b/error-message-guidelines.md @@ -1,14 +1,12 @@ --- layout: global -title: Error message guidelines -type: "page singular" +title: Error Message Guidelines +type: "page" navigation: weight: 5 show: true --- -## Error Message Guidelines - This guide is a reference for composing standardized and actionable error messages in Apache Spark. diff --git a/examples.md b/examples.md index d29cd40bba2..1512798cca4 100644 --- a/examples.md +++ b/examples.md @@ -1,12 +1,10 @@ --- layout: global title: Examples -type: "page singular" navigation: weight: 4 show: true --- -

    Apache Spark examples

    This page shows you how to use different Apache Spark APIs with simple examples. diff --git a/faq.md b/faq.md index 963e1cd9863..a0da1651897 100644 --- a/faq.md +++ b/faq.md @@ -1,12 +1,11 @@ --- layout: global title: FAQ -type: "page singular" +type: "page" navigation: weight: 7 show: true --- -

    Apache Spark FAQ

    How does Spark relate to Apache Hadoop?

    diff --git a/graphx/index.md b/graphx/index.md index c5425565148..3f21cd52cd3 100644 --- a/graphx/index.md +++ b/graphx/index.md @@ -1,6 +1,6 @@ --- layout: global -type: "page singular" +type: "page" title: GraphX description: GraphX is Apache Spark's API for graphs and graph-parallel computation, with a built-in library of common algorithms. subproject: GraphX diff --git a/history.md b/history.md index caf1384e68c..4700205ff0a 100644 --- a/history.md +++ b/history.md @@ -1,14 +1,12 @@ --- layout: global title: History -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

    Apache Spark history

    -

    Apache Spark started as a research project at the UC Berkeley AMPLab in 2009, and was open sourced in early 2010. diff --git a/improvement-proposals.md b/improvement-proposals.md index b8228d82315..55901ab1375 100644 --- a/improvement-proposals.md +++ b/improvement-proposals.md @@ -1,14 +1,12 @@ --- layout: global title: Spark Project Improvement Proposals (SPIP) -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

    Spark project improvement proposals (SPIP)

    - The purpose of an SPIP is to inform and involve the user community in major improvements to the Spark codebase throughout the development process, to increase the likelihood that user needs are met. SPIPs should be used for significant user-facing or cross-cutting changes, not small incremental improvements. When in doubt, if a committer thinks a change needs an SPIP, it does. diff --git a/mailing-lists.md b/mailing-lists.md index 740b704a04b..3b5cf81c04f 100644 --- a/mailing-lists.md +++ b/mailing-lists.md @@ -2,7 +2,7 @@ layout: global title: Mailing Lists redirect: community.html -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/mllib/index.md b/mllib/index.md index 6722406e557..ba0f1284807 100644 --- a/mllib/index.md +++ b/mllib/index.md @@ -1,6 +1,6 @@ --- layout: global -type: "page singular" +type: "page" title: MLlib description: MLlib is Apache Spark's scalable machine learning library, with APIs in Java, Scala, Python, and R. subproject: MLlib diff --git a/pandas-on-spark/index.md b/pandas-on-spark/index.md index ee048f66f3f..de9998f2625 100644 --- a/pandas-on-spark/index.md +++ b/pandas-on-spark/index.md @@ -1,13 +1,11 @@ --- layout: global -type: "page singular" +type: "page" title: pandas API on Spark description: The pandas API on Spark offers the familiarity of pandas with the power of Spark. subproject: pandas API on Spark --- -# pandas API on Spark - This page describes the advantages of the pandas API on Spark (“pandas on Spark”) and when you should use it instead of pandas (or in conjunction with pandas). pandas on Spark can be much faster than pandas and offers syntax that is familiar to pandas users. It offers the power of Spark with the familiarity of pandas. diff --git a/powered-by.md b/powered-by.md index 8b2cfa4df1c..fc5e4a0cf3a 100644 --- a/powered-by.md +++ b/powered-by.md @@ -1,7 +1,7 @@ --- layout: global title: Powered By Spark -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/release-process.md b/release-process.md index 3ccbe809ee0..349edf6f3b5 100644 --- a/release-process.md +++ b/release-process.md @@ -1,7 +1,7 @@ --- layout: global title: Release Process -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/research.md b/research.md index ec7dd54d815..9f9f62d4221 100644 --- a/research.md +++ b/research.md @@ -1,7 +1,7 @@ --- layout: global title: Research -type: "page singular" +type: "page" navigation: weight: 6 show: true diff --git a/security.md b/security.md index 38ee3a6179a..5f3a5499110 100644 --- a/security.md +++ b/security.md @@ -1,14 +1,12 @@ --- layout: global title: Security -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

    Security Model

    - For information on what security properties to expect from Apache Spark and how to configure the various security features, see the [Spark Security](https://spark.apache.org/docs/latest/security.html) diff --git a/spark-connect/index.md b/spark-connect/index.md index d56c9aa3462..a6822d367fb 100644 --- a/spark-connect/index.md +++ b/spark-connect/index.md @@ -1,6 +1,6 @@ --- layout: global -type: "page singular" +type: "page" title: Spark Connect description: Spark Connect makes remote Spark development easier. subproject: Spark Connect diff --git a/sql/index.md b/sql/index.md index 8067b4196dc..d49fc36ddf6 100644 --- a/sql/index.md +++ b/sql/index.md @@ -1,6 +1,6 @@ --- layout: global -type: "page singular" +type: "page" title: Spark SQL & DataFrames description: Spark SQL is Spark's module for working with structured data, either within Spark programs or through standard JDBC and ODBC connectors. subproject: SQL diff --git a/streaming/index.md b/streaming/index.md index 98d48796964..10e6a7f59d1 100644 --- a/streaming/index.md +++ b/streaming/index.md @@ -1,6 +1,6 @@ --- layout: global -type: "page singular" +type: "page" title: Spark Structured Streaming description: Spark Structured Streaming makes it easy to build streaming applications and pipelines with the same and familiar Spark APIs. subproject: Streaming diff --git a/third-party-projects.md b/third-party-projects.md index b8293f2aa1f..043af185444 100644 --- a/third-party-projects.md +++ b/third-party-projects.md @@ -1,7 +1,7 @@ --- layout: global title: Third-Party Projects -type: "page singular" +type: "page" navigation: weight: 5 show: true diff --git a/trademarks.md b/trademarks.md index 80e198fc26d..8fffc2b7208 100644 --- a/trademarks.md +++ b/trademarks.md @@ -1,12 +1,11 @@ --- layout: global title: Trademark Guidelines -type: "page singular" +type: "page" navigation: weight: 7 show: true --- -

    Apache Spark trademark guidelines

    Apache Spark, Spark and the Spark logo are trademarks diff --git a/versioning-policy.md b/versioning-policy.md index cdf7a616f9f..24fe8d79f3c 100644 --- a/versioning-policy.md +++ b/versioning-policy.md @@ -1,14 +1,12 @@ --- layout: global title: Versioning Policy -type: "page singular" +type: "page" navigation: weight: 5 show: true --- -

    Versioning policy

    - Starting with Spark 1.0.0, the Spark project will follow the semantic versioning guidelines with a few deviations. These small differences account for Spark's nature as a multi-module project. From 1b5753a7cdfd0ab552f1eb939f88d84ea62aef69 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Mon, 22 Jun 2026 18:30:42 -0400 Subject: [PATCH 2/3] corresponding site html changes --- site/404.html | 3 + site/committers.html | 7 +- site/community.html | 7 +- site/contributing.html | 3 + site/developer-tools.html | 3 + .../3.5.6/api/R/reference/groupedData.html | 120 +++- site/docs/3.5.6/api/R/reference/isnan.html | 4 +- .../3.5.7/api/R/reference/groupedData.html | 120 +++- site/docs/3.5.7/api/R/reference/isnan.html | 4 +- site/documentation.html | 8 +- site/downloads.html | 5 +- site/error-message-guidelines.html | 9 +- site/examples.html | 7 +- site/faq.html | 7 +- site/graphx/index.html | 3 + site/history.html | 7 +- site/improvement-proposals.html | 7 +- site/index.html | 2 +- site/mailing-lists.html | 5 +- site/mllib/index.html | 3 + site/news/3-1-3-released.html | 8 +- site/news/amp-camp-2013-registration-ope.html | 8 +- .../announcing-the-first-spark-summit.html | 8 +- .../fourth-spark-screencast-published.html | 8 +- site/news/index.html | 3 + site/news/new-repository-service.html | 8 +- .../next-official-release-spark-3.1.1.html | 8 +- site/news/nsdi-paper.html | 8 +- site/news/one-month-to-spark-summit-2015.html | 8 +- .../plan-for-dropping-python-2-support.html | 8 +- .../proposals-open-for-spark-summit-east.html | 8 +- ...gistration-open-for-spark-summit-east.html | 8 +- .../run-spark-and-shark-on-amazon-emr.html | 8 +- site/news/sigmod-system-award.html | 8 +- site/news/spark-0-6-1-and-0-5-2-released.html | 8 +- site/news/spark-0-6-2-released.html | 8 +- site/news/spark-0-7-0-released.html | 8 +- site/news/spark-0-7-2-released.html | 8 +- site/news/spark-0-7-3-released.html | 8 +- site/news/spark-0-8-0-released.html | 8 +- site/news/spark-0-8-1-released.html | 8 +- site/news/spark-0-9-0-released.html | 8 +- site/news/spark-0-9-1-released.html | 8 +- site/news/spark-0-9-2-released.html | 8 +- site/news/spark-1-0-0-released.html | 8 +- site/news/spark-1-0-1-released.html | 8 +- site/news/spark-1-0-2-released.html | 8 +- site/news/spark-1-1-0-released.html | 8 +- site/news/spark-1-1-1-released.html | 8 +- site/news/spark-1-2-0-released.html | 8 +- site/news/spark-1-2-1-released.html | 8 +- site/news/spark-1-2-2-released.html | 8 +- site/news/spark-1-3-0-released.html | 8 +- site/news/spark-1-4-0-released.html | 8 +- site/news/spark-1-4-1-released.html | 8 +- site/news/spark-1-5-0-released.html | 8 +- site/news/spark-1-5-1-released.html | 8 +- site/news/spark-1-5-2-released.html | 8 +- site/news/spark-1-6-0-released.html | 8 +- site/news/spark-1-6-1-released.html | 8 +- site/news/spark-1-6-2-released.html | 8 +- site/news/spark-1-6-3-released.html | 8 +- site/news/spark-2-0-0-released.html | 8 +- site/news/spark-2-0-1-released.html | 8 +- site/news/spark-2-0-2-released.html | 8 +- site/news/spark-2-1-0-released.html | 8 +- site/news/spark-2-1-1-released.html | 8 +- site/news/spark-2-1-2-released.html | 8 +- site/news/spark-2-1-3-released.html | 8 +- site/news/spark-2-2-0-released.html | 8 +- site/news/spark-2-2-1-released.html | 8 +- site/news/spark-2-2-2-released.html | 8 +- site/news/spark-2-3-0-released.html | 8 +- site/news/spark-2-3-1-released.html | 8 +- site/news/spark-2-3-2-released.html | 8 +- site/news/spark-2-3-3-released.html | 8 +- site/news/spark-2-3-4-released.html | 8 +- site/news/spark-2-4-0-released.html | 8 +- site/news/spark-2-4-1-released.html | 8 +- site/news/spark-2-4-2-released.html | 8 +- site/news/spark-2-4-3-released.html | 8 +- site/news/spark-2-4-4-released.html | 8 +- site/news/spark-2-4-5-released.html | 8 +- site/news/spark-2-4-6.html | 8 +- site/news/spark-2-4-7-released.html | 8 +- site/news/spark-2-4-8-released.html | 8 +- site/news/spark-2.0.0-preview.html | 8 +- site/news/spark-3-0-0-released.html | 8 +- site/news/spark-3-0-1-released.html | 8 +- site/news/spark-3-0-2-released.html | 8 +- site/news/spark-3-0-3-released.html | 8 +- site/news/spark-3-1-1-released.html | 8 +- site/news/spark-3-1-2-released.html | 8 +- site/news/spark-3-2-0-released.html | 8 +- site/news/spark-3-2-1-released.html | 8 +- site/news/spark-3-2-2-released.html | 8 +- site/news/spark-3-2-3-released.html | 8 +- site/news/spark-3-2-4-released.html | 8 +- site/news/spark-3-3-0-released.html | 8 +- site/news/spark-3-3-1-released.html | 8 +- site/news/spark-3-3-2-released.html | 8 +- site/news/spark-3-3-3-released.html | 8 +- site/news/spark-3-3-4-released.html | 8 +- site/news/spark-3-4-0-released.html | 8 +- site/news/spark-3-4-1-released.html | 8 +- site/news/spark-3-4-2-released.html | 8 +- site/news/spark-3-4-3-released.html | 8 +- site/news/spark-3-4-4-released.html | 8 +- site/news/spark-3-5-0-released.html | 8 +- site/news/spark-3-5-1-released.html | 8 +- site/news/spark-3-5-2-released.html | 8 +- site/news/spark-3-5-3-released.html | 8 +- site/news/spark-3-5-4-released.html | 8 +- site/news/spark-3-5-5-released.html | 8 +- site/news/spark-3-5-6-released.html | 8 +- site/news/spark-3-5-7-released.html | 8 +- site/news/spark-3-5-8-released.html | 8 +- site/news/spark-3.0.0-preview.html | 8 +- site/news/spark-3.0.0-preview2.html | 8 +- site/news/spark-4-0-0-released.html | 8 +- site/news/spark-4-0-1-released.html | 8 +- site/news/spark-4-0-2-released.html | 8 +- site/news/spark-4-0-3-released.html | 8 +- site/news/spark-4-1-0-preview1-released.html | 8 +- site/news/spark-4-1-0-preview2-released.html | 8 +- site/news/spark-4-1-0-preview3-released.html | 8 +- site/news/spark-4-1-0-preview4-released.html | 8 +- site/news/spark-4-1-0-released.html | 8 +- site/news/spark-4-1-1-released.html | 8 +- site/news/spark-4-1-2-released.html | 8 +- site/news/spark-4-2-0-preview1-released.html | 8 +- site/news/spark-4-2-0-preview2-released.html | 8 +- site/news/spark-4-2-0-preview3-released.html | 8 +- site/news/spark-4-2-0-preview4-released.html | 8 +- site/news/spark-4-2-0-preview5-released.html | 8 +- site/news/spark-4.0.0-preview1.html | 8 +- site/news/spark-4.0.0-preview2.html | 8 +- .../spark-accepted-into-apache-incubator.html | 8 +- ...park-ai-summit-apr-2019-agenda-posted.html | 8 +- ...ark-ai-summit-june-2020-agenda-posted.html | 8 +- site/news/spark-and-shark-in-the-news.html | 8 +- site/news/spark-becomes-tlp.html | 8 +- site/news/spark-featured-in-wired.html | 8 +- .../spark-mailing-lists-moving-to-apache.html | 8 +- site/news/spark-meetups.html | 8 +- site/news/spark-release-2-2-3.html | 8 +- site/news/spark-screencasts-published.html | 8 +- site/news/spark-summit-2013-is-a-wrap.html | 8 +- .../news/spark-summit-2014-videos-posted.html | 8 +- .../news/spark-summit-2015-videos-posted.html | 8 +- site/news/spark-summit-agenda-posted.html | 8 +- .../spark-summit-east-2015-videos-posted.html | 8 +- .../spark-summit-east-2016-cfp-closing.html | 8 +- .../spark-summit-east-2017-agenda-posted.html | 8 +- .../spark-summit-east-agenda-posted-2015.html | 8 +- .../spark-summit-east-agenda-posted-2016.html | 8 +- .../spark-summit-eu-2017-agenda-posted.html | 8 +- .../spark-summit-europe-agenda-posted.html | 8 +- site/news/spark-summit-europe.html | 8 +- .../spark-summit-june-2016-agenda-posted.html | 8 +- .../spark-summit-june-2017-agenda-posted.html | 8 +- .../spark-summit-june-2018-agenda-posted.html | 8 +- .../spark-summit-oct-2018-agenda-posted.html | 8 +- site/news/spark-tips-from-quantifind.html | 8 +- ...spark-user-survey-and-powered-by-page.html | 8 +- site/news/spark-version-0-6-0-released.html | 8 +- .../spark-wins-cloudsort-100tb-benchmark.html | 8 +- ...ins-daytona-gray-sort-100tb-benchmark.html | 8 +- ...strata-exercises-now-available-online.html | 8 +- .../submit-talks-to-spark-summit-2014.html | 8 +- .../submit-talks-to-spark-summit-2016.html | 8 +- ...ubmit-talks-to-spark-summit-east-2016.html | 8 +- .../submit-talks-to-spark-summit-eu-2016.html | 8 +- site/news/two-weeks-to-spark-summit-2014.html | 8 +- ...o-from-first-spark-development-meetup.html | 8 +- site/pandas-on-spark/index.html | 7 +- site/powered-by.html | 3 + site/release-process.html | 3 + site/releases/spark-release-0-3.html | 8 +- site/releases/spark-release-0-5-0.html | 8 +- site/releases/spark-release-0-5-1.html | 8 +- site/releases/spark-release-0-5-2.html | 8 +- site/releases/spark-release-0-6-0.html | 8 +- site/releases/spark-release-0-6-1.html | 8 +- site/releases/spark-release-0-6-2.html | 8 +- site/releases/spark-release-0-7-0.html | 8 +- site/releases/spark-release-0-7-2.html | 8 +- site/releases/spark-release-0-7-3.html | 8 +- site/releases/spark-release-0-8-0.html | 8 +- site/releases/spark-release-0-8-1.html | 8 +- site/releases/spark-release-0-9-0.html | 8 +- site/releases/spark-release-0-9-1.html | 8 +- site/releases/spark-release-0-9-2.html | 8 +- site/releases/spark-release-1-0-0.html | 8 +- site/releases/spark-release-1-0-1.html | 8 +- site/releases/spark-release-1-0-2.html | 8 +- site/releases/spark-release-1-1-0.html | 8 +- site/releases/spark-release-1-1-1.html | 8 +- site/releases/spark-release-1-2-0.html | 8 +- site/releases/spark-release-1-2-1.html | 8 +- site/releases/spark-release-1-2-2.html | 8 +- site/releases/spark-release-1-3-0.html | 8 +- site/releases/spark-release-1-3-1.html | 8 +- site/releases/spark-release-1-4-0.html | 8 +- site/releases/spark-release-1-4-1.html | 8 +- site/releases/spark-release-1-5-0.html | 8 +- site/releases/spark-release-1-5-1.html | 8 +- site/releases/spark-release-1-5-2.html | 8 +- site/releases/spark-release-1-6-0.html | 8 +- site/releases/spark-release-1-6-1.html | 8 +- site/releases/spark-release-1-6-2.html | 8 +- site/releases/spark-release-1-6-3.html | 8 +- site/releases/spark-release-2-0-0.html | 8 +- site/releases/spark-release-2-0-1.html | 8 +- site/releases/spark-release-2-0-2.html | 8 +- site/releases/spark-release-2-1-0.html | 8 +- site/releases/spark-release-2-1-1.html | 8 +- site/releases/spark-release-2-1-2.html | 8 +- site/releases/spark-release-2-1-3.html | 8 +- site/releases/spark-release-2-2-0.html | 8 +- site/releases/spark-release-2-2-1.html | 8 +- site/releases/spark-release-2-2-2.html | 8 +- site/releases/spark-release-2-2-3.html | 8 +- site/releases/spark-release-2-3-0.html | 8 +- site/releases/spark-release-2-3-1.html | 8 +- site/releases/spark-release-2-3-2.html | 8 +- site/releases/spark-release-2-3-3.html | 8 +- site/releases/spark-release-2-3-4.html | 8 +- site/releases/spark-release-2-4-0.html | 8 +- site/releases/spark-release-2-4-1.html | 8 +- site/releases/spark-release-2-4-2.html | 8 +- site/releases/spark-release-2-4-3.html | 8 +- site/releases/spark-release-2-4-4.html | 8 +- site/releases/spark-release-2-4-5.html | 8 +- site/releases/spark-release-2-4-6.html | 8 +- site/releases/spark-release-2-4-7.html | 8 +- site/releases/spark-release-2-4-8.html | 8 +- site/releases/spark-release-3-0-0.html | 8 +- site/releases/spark-release-3-0-1.html | 8 +- site/releases/spark-release-3-0-2.html | 8 +- site/releases/spark-release-3-0-3.html | 8 +- site/releases/spark-release-3-1-1.html | 8 +- site/releases/spark-release-3-1-2.html | 8 +- site/releases/spark-release-3-1-3.html | 8 +- site/releases/spark-release-3-2-0.html | 8 +- site/releases/spark-release-3-2-1.html | 8 +- site/releases/spark-release-3-2-2.html | 8 +- site/releases/spark-release-3-2-3.html | 8 +- site/releases/spark-release-3-2-4.html | 8 +- site/releases/spark-release-3-3-0.html | 8 +- site/releases/spark-release-3-3-1.html | 8 +- site/releases/spark-release-3-3-2.html | 8 +- site/releases/spark-release-3-3-3.html | 8 +- site/releases/spark-release-3-3-4.html | 8 +- site/releases/spark-release-3-4-0.html | 8 +- site/releases/spark-release-3-4-1.html | 8 +- site/releases/spark-release-3-4-2.html | 8 +- site/releases/spark-release-3-4-3.html | 8 +- site/releases/spark-release-3-4-4.html | 8 +- site/releases/spark-release-3-5-0.html | 8 +- site/releases/spark-release-3-5-1.html | 8 +- site/releases/spark-release-3-5-2.html | 8 +- site/releases/spark-release-3-5-3.html | 8 +- site/releases/spark-release-3-5-4.html | 8 +- site/releases/spark-release-3-5-5.html | 8 +- site/releases/spark-release-3-5-6.html | 8 +- site/releases/spark-release-3-5-7.html | 8 +- site/releases/spark-release-3-5-8.html | 8 +- site/releases/spark-release-4-0-0.html | 8 +- site/releases/spark-release-4-0-1.html | 8 +- site/releases/spark-release-4-0-2.html | 8 +- site/releases/spark-release-4-0-3.html | 8 +- site/releases/spark-release-4-1-2.html | 8 +- site/releases/spark-release-4.1.0.html | 8 +- site/releases/spark-release-4.1.1.html | 8 +- site/research.html | 3 + .../screencasts/1-first-steps-with-spark.html | 8 +- .../2-spark-documentation-overview.html | 8 +- .../3-transformations-and-caching.html | 8 +- .../4-a-standalone-job-in-spark.html | 8 +- site/screencasts/index.html | 3 + site/security.html | 7 +- site/sitemap.xml | 568 +++++++++--------- site/spark-connect/index.html | 3 + site/sql/index.html | 3 + site/streaming/index.html | 3 + site/third-party-projects.html | 3 + site/trademarks.html | 7 +- site/versioning-policy.html | 7 +- 289 files changed, 1633 insertions(+), 1364 deletions(-) diff --git a/site/404.html b/site/404.html index d56d51c8f31..c6cda82feed 100644 --- a/site/404.html +++ b/site/404.html @@ -153,6 +153,9 @@
    + +

    404 Not Found

    +

    Oops!

    Sorry, but the page you were trying to view does not exist.

    diff --git a/site/committers.html b/site/committers.html index 6c82d2152ae..d15262c496e 100644 --- a/site/committers.html +++ b/site/committers.html @@ -153,9 +153,10 @@
    -

    Current committers

    - - + +

    Committers

    + +
    diff --git a/site/community.html b/site/community.html index 4e09b8770b3..1caa654c10e 100644 --- a/site/community.html +++ b/site/community.html @@ -153,9 +153,10 @@
    -

    Apache Spark community

    - -

    + +

    Community

    + +

    Have questions?

    StackOverflow

    diff --git a/site/contributing.html b/site/contributing.html index 6e832dcb268..e7e9256efb7 100644 --- a/site/contributing.html +++ b/site/contributing.html @@ -153,6 +153,9 @@
    + +

    Contributing to Spark

    +

    This guide documents the best way to make various types of contribution to Apache Spark, including what is required before submitting a code change.

    diff --git a/site/developer-tools.html b/site/developer-tools.html index 66382d3965a..da985ed8397 100644 --- a/site/developer-tools.html +++ b/site/developer-tools.html @@ -153,6 +153,9 @@
    + +

    Useful Developer Tools

    +

    Test coverage

    Apache Spark community uses various resources to maintain the community test coverage.

    diff --git a/site/docs/3.5.6/api/R/reference/groupedData.html b/site/docs/3.5.6/api/R/reference/groupedData.html index ca45c2a5574..5af148d8a98 100644 --- a/site/docs/3.5.6/api/R/reference/groupedData.html +++ b/site/docs/3.5.6/api/R/reference/groupedData.html @@ -1,8 +1,114 @@ - - - - - - - + +S4 class that represents a GroupedData — GroupedData-class • SparkR + Skip to contents + + +
    +
    +
    + +
    +

    GroupedDatas can be created using groupBy() on a SparkDataFrame

    +
    + +
    +

    Usage

    +
    groupedData(sgd)
    +
    + +
    +

    Arguments

    + + +
    sgd
    +

    A Java object reference to the backing Scala GroupedData

    + +
    +
    +

    Note

    +

    GroupedData since 1.4.0

    +
    +
    +

    See also

    +

    groupBy

    +
    + +
    + + +
    + + + + + + diff --git a/site/docs/3.5.6/api/R/reference/isnan.html b/site/docs/3.5.6/api/R/reference/isnan.html index f85a78a3540..79c371359a8 100644 --- a/site/docs/3.5.6/api/R/reference/isnan.html +++ b/site/docs/3.5.6/api/R/reference/isnan.html @@ -1,8 +1,8 @@ - + - + diff --git a/site/docs/3.5.7/api/R/reference/groupedData.html b/site/docs/3.5.7/api/R/reference/groupedData.html index 47ba1e30e78..22e84128783 100644 --- a/site/docs/3.5.7/api/R/reference/groupedData.html +++ b/site/docs/3.5.7/api/R/reference/groupedData.html @@ -1,8 +1,114 @@ - - - - - - - + +S4 class that represents a GroupedData — GroupedData-class • SparkR + Skip to contents + + +
    +
    +
    + +
    +

    GroupedDatas can be created using groupBy() on a SparkDataFrame

    +
    + +
    +

    Usage

    +
    groupedData(sgd)
    +
    + +
    +

    Arguments

    + + +
    sgd
    +

    A Java object reference to the backing Scala GroupedData

    + +
    +
    +

    Note

    +

    GroupedData since 1.4.0

    +
    +
    +

    See also

    +

    groupBy

    +
    + +
    + + +
    + + + + + + diff --git a/site/docs/3.5.7/api/R/reference/isnan.html b/site/docs/3.5.7/api/R/reference/isnan.html index e852fd609fe..1d798ea68af 100644 --- a/site/docs/3.5.7/api/R/reference/isnan.html +++ b/site/docs/3.5.7/api/R/reference/isnan.html @@ -1,8 +1,8 @@ - + - + diff --git a/site/documentation.html b/site/documentation.html index d441e4eaa94..eed0ae420e9 100644 --- a/site/documentation.html +++ b/site/documentation.html @@ -153,9 +153,10 @@
    -

    Apache Spark Documentation

    - -

    Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:

    + +

    Documentation

    + +

    Setup instructions, programming guides, and other documentation are available for each stable version of Spark below:

    • Spark
    • @@ -397,7 +398,6 @@

      Research Papers

      The research page lists some of the original motivation and direction.

      -
    diff --git a/site/downloads.html b/site/downloads.html index da061faaf02..3a9767fde98 100644 --- a/site/downloads.html +++ b/site/downloads.html @@ -153,6 +153,9 @@
    + +

    Downloads

    + -

    Download Apache Spark™

    -
    1. Choose a Spark release: diff --git a/site/error-message-guidelines.html b/site/error-message-guidelines.html index 7d30bb12aa9..6ff9d8bd6a8 100644 --- a/site/error-message-guidelines.html +++ b/site/error-message-guidelines.html @@ -6,7 +6,7 @@ - Error message guidelines | Apache Spark + Error Message Guidelines | Apache Spark @@ -153,9 +153,10 @@

      -

      Error Message Guidelines

      - -

      This guide is a reference for composing standardized and actionable + +

      Error Message Guidelines

      + +

      This guide is a reference for composing standardized and actionable error messages in Apache Spark.

      Include What, Why, and How

      diff --git a/site/examples.html b/site/examples.html index bcf50ee7925..a410890ba7c 100644 --- a/site/examples.html +++ b/site/examples.html @@ -153,9 +153,10 @@
      -

      Apache Spark examples

      - -

      This page shows you how to use different Apache Spark APIs with simple examples.

      + +

      Examples

      + +

      This page shows you how to use different Apache Spark APIs with simple examples.

      Spark is a great engine for small and large datasets. It can be used with single-node/localhost environments, or distributed clusters. Spark’s expansive API, excellent performance, and flexibility make it a good option for many analyses. This guide shows examples with the following Spark APIs:

      diff --git a/site/faq.html b/site/faq.html index 90642ea37f5..ca724e6b00c 100644 --- a/site/faq.html +++ b/site/faq.html @@ -153,9 +153,10 @@
      -

      Apache Spark FAQ

      - -

      How does Spark relate to Apache Hadoop?

      + +

      FAQ

      + +

      How does Spark relate to Apache Hadoop?

      Spark is a fast and general processing engine compatible with Hadoop data. It can run in Hadoop clusters through YARN or Spark's standalone mode, and it can process data in HDFS, HBase, Cassandra, Hive, and any Hadoop InputFormat. It is designed to perform both batch processing (similar to MapReduce) and new workloads like streaming, interactive queries, and machine learning.

      diff --git a/site/graphx/index.html b/site/graphx/index.html index 05eacccdcfd..4dfd4534db9 100644 --- a/site/graphx/index.html +++ b/site/graphx/index.html @@ -155,6 +155,9 @@
      + +

      GraphX

      +
      GraphX is Apache Spark's API for graphs and graph-parallel computation.
      diff --git a/site/history.html b/site/history.html index ffc74baffe1..f72927371b8 100644 --- a/site/history.html +++ b/site/history.html @@ -153,9 +153,10 @@
      -

      Apache Spark history

      - -

      + +

      History

      + +

      Apache Spark started as a research project at the UC Berkeley AMPLab in 2009, and was open sourced in early 2010. Many of the ideas behind the system were presented in various diff --git a/site/improvement-proposals.html b/site/improvement-proposals.html index 5b46ed340d1..a9c4763cabd 100644 --- a/site/improvement-proposals.html +++ b/site/improvement-proposals.html @@ -153,9 +153,10 @@

      -

      Spark project improvement proposals (SPIP)

      - -

      The purpose of an SPIP is to inform and involve the user community in major improvements to the Spark codebase throughout the development process, to increase the likelihood that user needs are met.

      + +

      Spark Project Improvement Proposals (SPIP)

      + +

      The purpose of an SPIP is to inform and involve the user community in major improvements to the Spark codebase throughout the development process, to increase the likelihood that user needs are met.

      SPIPs should be used for significant user-facing or cross-cutting changes, not small incremental improvements. When in doubt, if a committer thinks a change needs an SPIP, it does.

      diff --git a/site/index.html b/site/index.html index e8c3b041c04..1d0eced32f8 100644 --- a/site/index.html +++ b/site/index.html @@ -18,7 +18,7 @@ - + diff --git a/site/mailing-lists.html b/site/mailing-lists.html index de114d142b2..1a72f11b4db 100644 --- a/site/mailing-lists.html +++ b/site/mailing-lists.html @@ -12,7 +12,7 @@ - + @@ -157,6 +157,9 @@
      +

      Mailing Lists

      + +
      diff --git a/site/mllib/index.html b/site/mllib/index.html index f12f5371539..937b1c39ceb 100644 --- a/site/mllib/index.html +++ b/site/mllib/index.html @@ -155,6 +155,9 @@
      + +

      MLlib

      +
      MLlib is Apache Spark's scalable machine learning library.
      diff --git a/site/news/3-1-3-released.html b/site/news/3-1-3-released.html index e6936b3ec76..8361df1d672 100644 --- a/site/news/3-1-3-released.html +++ b/site/news/3-1-3-released.html @@ -153,10 +153,10 @@
      -

      Spark 3.1.3 released

      - - -

      We are happy to announce the availability of Spark 3.1.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.1.3 released

      + +

      We are happy to announce the availability of Spark 3.1.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/amp-camp-2013-registration-ope.html b/site/news/amp-camp-2013-registration-ope.html index b142e15ed76..a64a17f6489 100644 --- a/site/news/amp-camp-2013-registration-ope.html +++ b/site/news/amp-camp-2013-registration-ope.html @@ -153,10 +153,10 @@

      -

      Registration open for AMP Camp training camp in Berkeley

      - - -

      Want to learn how to use Spark, Shark, GraphX, and related technologies in person? The AMP Lab is hosting a two-day training workshop for them on August 29th and 30th in Berkeley. The workshop will include tutorials, talks from users, and over four hours of hands-on exercises. Registration is now open on the AMP Camp website, for a price of $250 per person. We recommend signing up early because last year’s workshop was sold out.

      + +

      Registration open for AMP Camp training camp in Berkeley

      + +

      Want to learn how to use Spark, Shark, GraphX, and related technologies in person? The AMP Lab is hosting a two-day training workshop for them on August 29th and 30th in Berkeley. The workshop will include tutorials, talks from users, and over four hours of hands-on exercises. Registration is now open on the AMP Camp website, for a price of $250 per person. We recommend signing up early because last year’s workshop was sold out.

      diff --git a/site/news/announcing-the-first-spark-summit.html b/site/news/announcing-the-first-spark-summit.html index 7f9fda42d97..62686a427ba 100644 --- a/site/news/announcing-the-first-spark-summit.html +++ b/site/news/announcing-the-first-spark-summit.html @@ -153,10 +153,10 @@

      -

      Announcing the first Spark Summit: December 2, 2013

      - - -

      We are excited to announce the first Spark Summit on Dec 2, 2013 in Downtown San Francisco. Come hear from key production users of Spark, Shark, Spark Streaming and related projects. Also find out where the development is going, and learn how to use the Spark stack in a variety of applications. The summit is being organized and sponsored by leading organizations in the Spark community.

      + +

      Announcing the first Spark Summit: December 2, 2013

      + +

      We are excited to announce the first Spark Summit on Dec 2, 2013 in Downtown San Francisco. Come hear from key production users of Spark, Shark, Spark Streaming and related projects. Also find out where the development is going, and learn how to use the Spark stack in a variety of applications. The summit is being organized and sponsored by leading organizations in the Spark community.

      You can also sign up to attend a half-day Spark Training on December 3, the day after the summit.

      diff --git a/site/news/fourth-spark-screencast-published.html b/site/news/fourth-spark-screencast-published.html index 689507bb7d8..ccade415d41 100644 --- a/site/news/fourth-spark-screencast-published.html +++ b/site/news/fourth-spark-screencast-published.html @@ -153,10 +153,10 @@
      -

      Fourth Spark screencast released

      - - -

      We have released the next screencast, A Standalone Job in Scala that takes you beyond the Spark shell, helping you write your first standalone Spark job.

      + +

      Fourth Spark screencast released

      + +

      We have released the next screencast, A Standalone Job in Scala that takes you beyond the Spark shell, helping you write your first standalone Spark job.

      This is the fourth in a series of short hands-on video training courses to help new users get up and running with Spark in minutes.

      diff --git a/site/news/index.html b/site/news/index.html index 49a4f82fc52..acbef990192 100644 --- a/site/news/index.html +++ b/site/news/index.html @@ -153,6 +153,9 @@
      + +

      News

      +

      Spark News

      diff --git a/site/news/new-repository-service.html b/site/news/new-repository-service.html index eb1e327d8e6..737fd683f91 100644 --- a/site/news/new-repository-service.html +++ b/site/news/new-repository-service.html @@ -153,10 +153,10 @@
      -

      New repository service for spark-packages

      - - -

      The spark-packages team has spun up a new repository service at https://repos.spark-packages.org and it will be the new home for the artifacts on spark-packages.

      + +

      New repository service for spark-packages

      + +

      The spark-packages team has spun up a new repository service at https://repos.spark-packages.org and it will be the new home for the artifacts on spark-packages.

      Bintray, the original repository service used for https://spark-packages.org/, is in its sunset process, and will no longer be available from May 1st. To consume artifacts from the new repository service, please replace “dl.bintray.com/spark-packages/maven” with “repos.spark-packages.org” in the Maven pom files or sbt build files in your repositories.

      diff --git a/site/news/next-official-release-spark-3.1.1.html b/site/news/next-official-release-spark-3.1.1.html index 83eda59db56..a59ec807b73 100644 --- a/site/news/next-official-release-spark-3.1.1.html +++ b/site/news/next-official-release-spark-3.1.1.html @@ -153,10 +153,10 @@
      -

      Next official release: Spark 3.1.1

      - - -

      The next official Spark release is Spark 3.1.1 instead of Spark 3.1.0. + +

      Next official release: Spark 3.1.1

      + +

      The next official Spark release is Spark 3.1.1 instead of Spark 3.1.0. There was a technical issue during Spark 3.1.0 RC1 preparation, see [VOTE] Release Spark 3.1.0 (RC1) in the Spark dev mailing list.

      diff --git a/site/news/nsdi-paper.html b/site/news/nsdi-paper.html index eb25ad7aae0..69cb8e453fe 100644 --- a/site/news/nsdi-paper.html +++ b/site/news/nsdi-paper.html @@ -153,10 +153,10 @@
      -

      Spark wins Best Paper Award at USENIX NSDI

      - - -

      Our paper on Spark won the Best Paper Award at the USENIX NSDI conference. You can see a video of the talk, as well as slides, online on the NSDI website.

      + +

      Spark wins Best Paper Award at USENIX NSDI

      + +

      Our paper on Spark won the Best Paper Award at the USENIX NSDI conference. You can see a video of the talk, as well as slides, online on the NSDI website.

      diff --git a/site/news/one-month-to-spark-summit-2015.html b/site/news/one-month-to-spark-summit-2015.html index 2ea562cc30a..1c30e2553ac 100644 --- a/site/news/one-month-to-spark-summit-2015.html +++ b/site/news/one-month-to-spark-summit-2015.html @@ -153,10 +153,10 @@

      -

      One month to Spark Summit 2015 in San Francisco

      - - -

      There is one month left until Spark Summit 2015, which + +

      One month to Spark Summit 2015 in San Francisco

      + +

      There is one month left until Spark Summit 2015, which will be held in San Francisco on June 15th to 17th. The Summit will contain presentations from over 50 organizations using Spark, focused on use cases and ongoing development.

      diff --git a/site/news/plan-for-dropping-python-2-support.html b/site/news/plan-for-dropping-python-2-support.html index 6edb2e46018..99e2d615b4d 100644 --- a/site/news/plan-for-dropping-python-2-support.html +++ b/site/news/plan-for-dropping-python-2-support.html @@ -153,10 +153,10 @@
      -

      Plan for dropping Python 2 support

      - - -

      As many of you already knew, Python core development team and many utilized Python packages like + +

      Plan for dropping Python 2 support

      + +

      As many of you already knew, Python core development team and many utilized Python packages like Pandas and NumPy will drop Python 2 support in or before 2020/01/01. Apache Spark has supported both Python 2 and 3 since Spark 1.4 release in 2015. However, maintaining Python 2/3 compatibility is an increasing burden and it essentially limits diff --git a/site/news/proposals-open-for-spark-summit-east.html b/site/news/proposals-open-for-spark-summit-east.html index 6b835675193..c7bda4ad548 100644 --- a/site/news/proposals-open-for-spark-summit-east.html +++ b/site/news/proposals-open-for-spark-summit-east.html @@ -153,10 +153,10 @@

      -

      Submissions open for Spark Summit East 2015 in New York

      - - -

      After successful events in the past two years, the Spark Summit conference has expanded for 2015, offering both an event in New York on March 18-19 and one in San Francisco on June 15-17. The conference is a great chance to meet people from throughout the Spark community and see the latest news, tips and use cases.

      + +

      Submissions open for Spark Summit East 2015 in New York

      + +

      After successful events in the past two years, the Spark Summit conference has expanded for 2015, offering both an event in New York on March 18-19 and one in San Francisco on June 15-17. The conference is a great chance to meet people from throughout the Spark community and see the latest news, tips and use cases.

      Submissions are now open for Spark Summit East 2015, to be held in New York on March 18th and 19th. If you’d like to give a talk on use cases, neat applications, or ongoing Spark development, submit your talk online today. Submissions will be open until December 6th, 2014.

      diff --git a/site/news/registration-open-for-spark-summit-east.html b/site/news/registration-open-for-spark-summit-east.html index b5fa82722c9..f9d2826e462 100644 --- a/site/news/registration-open-for-spark-summit-east.html +++ b/site/news/registration-open-for-spark-summit-east.html @@ -153,10 +153,10 @@
      -

      Registration open for Spark Summit East 2015

      - - -

      Registration is now open for Spark Summit East 2015, to be held on March 18th and 19th in New York City. The conference will be a great chance to meet people from throughout the Spark community as well as attend training workshops on Spark. If you haven’t been to previous Spark Summits, you can find content from previous events on the Spark Summit website.

      + +

      Registration open for Spark Summit East 2015

      + +

      Registration is now open for Spark Summit East 2015, to be held on March 18th and 19th in New York City. The conference will be a great chance to meet people from throughout the Spark community as well as attend training workshops on Spark. If you haven’t been to previous Spark Summits, you can find content from previous events on the Spark Summit website.

      In addition, talk submissions to Spark Summit East are still open until December 5th. If you’d like to give a talk, submit one here.

      diff --git a/site/news/run-spark-and-shark-on-amazon-emr.html b/site/news/run-spark-and-shark-on-amazon-emr.html index 8010ea5086d..a83760a930b 100644 --- a/site/news/run-spark-and-shark-on-amazon-emr.html +++ b/site/news/run-spark-and-shark-on-amazon-emr.html @@ -153,10 +153,10 @@
      -

      Spark/Shark Tutorial for Amazon EMR

      - - -

      This weekend, Amazon posted an article and code that make it easy to launch Spark and Shark on Elastic MapReduce. The article includes examples of how to run both interactive Scala commands and SQL queries from Shark on data in S3. Head over to the Amazon article for details. We’re very excited because, to our knowledge, this makes Spark the first non-Hadoop engine that you can launch with EMR.

      + +

      Spark/Shark Tutorial for Amazon EMR

      + +

      This weekend, Amazon posted an article and code that make it easy to launch Spark and Shark on Elastic MapReduce. The article includes examples of how to run both interactive Scala commands and SQL queries from Shark on data in S3. Head over to the Amazon article for details. We’re very excited because, to our knowledge, this makes Spark the first non-Hadoop engine that you can launch with EMR.

      diff --git a/site/news/sigmod-system-award.html b/site/news/sigmod-system-award.html index 5ce08cd4445..eeebf5e476e 100644 --- a/site/news/sigmod-system-award.html +++ b/site/news/sigmod-system-award.html @@ -153,10 +153,10 @@

      -

      SIGMOD Systems Award for Apache Spark

      - - -

      Apache Spark received the SIGMOD Systems Award this year, + +

      SIGMOD Systems Award for Apache Spark

      + +

      Apache Spark received the SIGMOD Systems Award this year, given by SIGMOD (the ACM’s data management research organization) to impactful real-world and research systems:

      diff --git a/site/news/spark-0-6-1-and-0-5-2-released.html b/site/news/spark-0-6-1-and-0-5-2-released.html index 05ddf0d54b4..a92c9613679 100644 --- a/site/news/spark-0-6-1-and-0-5-2-released.html +++ b/site/news/spark-0-6-1-and-0-5-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 0.6.1 and 0.5.2 out

      - - -

      Today we’ve made available two maintenance releases for Spark: 0.6.1 and 0.5.2. They both contain important bug fixes as well as some new features, such as the ability to build against Hadoop 2 distributions. We recommend that users update to the latest version for their branch; for new users, we recommend 0.6.1.

      + +

      Spark 0.6.1 and 0.5.2 out

      + +

      Today we’ve made available two maintenance releases for Spark: 0.6.1 and 0.5.2. They both contain important bug fixes as well as some new features, such as the ability to build against Hadoop 2 distributions. We recommend that users update to the latest version for their branch; for new users, we recommend 0.6.1.

      diff --git a/site/news/spark-0-6-2-released.html b/site/news/spark-0-6-2-released.html index 92f6b1045b8..d3bd08fa7ba 100644 --- a/site/news/spark-0-6-2-released.html +++ b/site/news/spark-0-6-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.6.2 released

      - - -

      We recently released Spark 0.6.2, a new version of Spark. This is a maintenance release that includes several bug fixes and usability improvements (see the release notes). We recommend that all users upgrade to this release.

      + +

      Spark 0.6.2 released

      + +

      We recently released Spark 0.6.2, a new version of Spark. This is a maintenance release that includes several bug fixes and usability improvements (see the release notes). We recommend that all users upgrade to this release.

      diff --git a/site/news/spark-0-7-0-released.html b/site/news/spark-0-7-0-released.html index 0c77e02a501..c412746e02b 100644 --- a/site/news/spark-0-7-0-released.html +++ b/site/news/spark-0-7-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.7.0 released

      - - -

      We’re proud to announce the release of Spark 0.7.0, a new major version of Spark that adds several key features, including a Python API for Spark and an alpha of Spark Streaming. This release is the result of the largest group of contributors yet behind a Spark release – 31 contributors from inside and outside Berkeley. Head over to the release notes to read more about the new features, or download the release today.

      + +

      Spark 0.7.0 released

      + +

      We’re proud to announce the release of Spark 0.7.0, a new major version of Spark that adds several key features, including a Python API for Spark and an alpha of Spark Streaming. This release is the result of the largest group of contributors yet behind a Spark release – 31 contributors from inside and outside Berkeley. Head over to the release notes to read more about the new features, or download the release today.

      diff --git a/site/news/spark-0-7-2-released.html b/site/news/spark-0-7-2-released.html index cbdbf509244..c8845bce4e9 100644 --- a/site/news/spark-0-7-2-released.html +++ b/site/news/spark-0-7-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.7.2 released

      - - -

      We’re happy to announce the release of Spark 0.7.2, a new maintenance release that includes several bug fixes and improvements, as well as new code examples and API features. We recommend that all users update to this release. Head over to the release notes to read about the new features, or download the release today.

      + +

      Spark 0.7.2 released

      + +

      We’re happy to announce the release of Spark 0.7.2, a new maintenance release that includes several bug fixes and improvements, as well as new code examples and API features. We recommend that all users update to this release. Head over to the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-0-7-3-released.html b/site/news/spark-0-7-3-released.html index 4ba8831c13c..f6872afa840 100644 --- a/site/news/spark-0-7-3-released.html +++ b/site/news/spark-0-7-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.7.3 released

      - - -

      We’ve just posted Spark Release 0.7.3, a maintenance release that contains several fixes, including streaming API updates and new functionality for adding JARs to a spark-shell session. We recommend that all users update to this release. Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 0.7.3 released

      + +

      We’ve just posted Spark Release 0.7.3, a maintenance release that contains several fixes, including streaming API updates and new functionality for adding JARs to a spark-shell session. We recommend that all users update to this release. Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-0-8-0-released.html b/site/news/spark-0-8-0-released.html index 7449d18ad2d..3225a8d9590 100644 --- a/site/news/spark-0-8-0-released.html +++ b/site/news/spark-0-8-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.8.0 released

      - - -

      We’re proud to announce the release of Apache Spark 0.8.0. Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release under the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies. Major new features include an expanded monitoring framework and UI, a machine learning library, and support for running Spark inside of YARN.

      + +

      Spark 0.8.0 released

      + +

      We’re proud to announce the release of Apache Spark 0.8.0. Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release under the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies. Major new features include an expanded monitoring framework and UI, a machine learning library, and support for running Spark inside of YARN.

      diff --git a/site/news/spark-0-8-1-released.html b/site/news/spark-0-8-1-released.html index c35f2649237..154ef73691d 100644 --- a/site/news/spark-0-8-1-released.html +++ b/site/news/spark-0-8-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.8.1 released

      - - -

      We’ve just posted Spark Release 0.8.1, a maintenance and performance release for the Scala 2.9 version of Spark. 0.8.1 includes support for YARN 2.2, a high availability mode for the standalone scheduler, optimizations to the shuffle, and many other improvements. We recommend that all users update to this release. Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 0.8.1 released

      + +

      We’ve just posted Spark Release 0.8.1, a maintenance and performance release for the Scala 2.9 version of Spark. 0.8.1 includes support for YARN 2.2, a high availability mode for the standalone scheduler, optimizations to the shuffle, and many other improvements. We recommend that all users update to this release. Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-0-9-0-released.html b/site/news/spark-0-9-0-released.html index dcfd46a0217..e35e918dba6 100644 --- a/site/news/spark-0-9-0-released.html +++ b/site/news/spark-0-9-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.9.0 released

      - - -

      We are happy to announce the availability of + +

      Spark 0.9.0 released

      + +

      We are happy to announce the availability of Spark 0.9.0! Spark 0.9.0 is a major release and Spark’s largest release ever, with contributions from 83 developers. This release expands Spark’s standard libraries, introducing a new graph computation package (GraphX) and adding several new features to the machine learning and stream-processing packages. It also makes major improvements to the core engine, including external aggregations, a simplified H/A mode for long lived applications, and diff --git a/site/news/spark-0-9-1-released.html b/site/news/spark-0-9-1-released.html index 60e1a89b719..587a5a72fbc 100644 --- a/site/news/spark-0-9-1-released.html +++ b/site/news/spark-0-9-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 0.9.1 released

      - - -

      We are happy to announce the availability of + +

      Spark 0.9.1 released

      + +

      We are happy to announce the availability of Spark 0.9.1! Apache Spark 0.9.1 is a maintenance release with bug fixes, performance improvements, better stability with YARN and improved parity of the Scala and Python API. We recommend all 0.9.0 users to upgrade to this stable release. Contributions to this release came from 37 developers.

      diff --git a/site/news/spark-0-9-2-released.html b/site/news/spark-0-9-2-released.html index 3c3aa4bb49c..b6a1da5d879 100644 --- a/site/news/spark-0-9-2-released.html +++ b/site/news/spark-0-9-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 0.9.2 released

      - - -

      We are happy to announce the availability of + +

      Spark 0.9.2 released

      + +

      We are happy to announce the availability of Spark 0.9.2! Apache Spark 0.9.2 is a maintenance release with bug fixes. We recommend all 0.9.x users to upgrade to this stable release. Contributions to this release came from 28 developers.

      diff --git a/site/news/spark-1-0-0-released.html b/site/news/spark-1-0-0-released.html index 0e1d31f20df..b39335c0993 100644 --- a/site/news/spark-1-0-0-released.html +++ b/site/news/spark-1-0-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.0.0 released

      - - -

      We are happy to announce the availability of Spark 1.0.0! Spark 1.0.0 is the first in the 1.X line of releases, providing API stability for Spark’s core interfaces. It is Spark’s largest release ever, with contributions from 117 developers. + +

      Spark 1.0.0 released

      + +

      We are happy to announce the availability of Spark 1.0.0! Spark 1.0.0 is the first in the 1.X line of releases, providing API stability for Spark’s core interfaces. It is Spark’s largest release ever, with contributions from 117 developers. This release expands Spark’s standard libraries, introducing a new SQL package (Spark SQL) that lets users integrate SQL queries into existing Spark workflows. MLlib, Spark’s machine learning library, is expanded with sparse vector support and several new algorithms. The GraphX and Streaming libraries also introduce new features and optimizations. Spark’s core engine adds support for secured YARN clusters, a unified tool for submitting Spark applications, and several performance and stability improvements.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-0-1-released.html b/site/news/spark-1-0-1-released.html index 8d84295a6fc..1b8e3de5851 100644 --- a/site/news/spark-1-0-1-released.html +++ b/site/news/spark-1-0-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.0.1 released

      - - -

      We are happy to announce the availability of Spark 1.0.1! This release includes contributions from 70 developers. Spark 1.0.0 includes fixes across several areas of Spark, including the core API, PySpark, and MLlib. It also includes new features in Spark’s (alpha) SQL library, including support for JSON data and performance and stability fixes.

      + +

      Spark 1.0.1 released

      + +

      We are happy to announce the availability of Spark 1.0.1! This release includes contributions from 70 developers. Spark 1.0.0 includes fixes across several areas of Spark, including the core API, PySpark, and MLlib. It also includes new features in Spark’s (alpha) SQL library, including support for JSON data and performance and stability fixes.

      Visit the release notes to read about this release or download the release today.

      diff --git a/site/news/spark-1-0-2-released.html b/site/news/spark-1-0-2-released.html index 232e2ce1843..c8e11461294 100644 --- a/site/news/spark-1-0-2-released.html +++ b/site/news/spark-1-0-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.0.2 released

      - - -

      We are happy to announce the availability of Spark 1.0.2! This release includes contributions from 30 developers. Spark 1.0.2 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, and MLlib.

      + +

      Spark 1.0.2 released

      + +

      We are happy to announce the availability of Spark 1.0.2! This release includes contributions from 30 developers. Spark 1.0.2 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, and MLlib.

      Visit the release notes to read about this release or download the release today.

      diff --git a/site/news/spark-1-1-0-released.html b/site/news/spark-1-1-0-released.html index 5c77a8c1dda..2888f61adde 100644 --- a/site/news/spark-1-1-0-released.html +++ b/site/news/spark-1-1-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.1.0 released

      - - -

      We are happy to announce the availability of Spark 1.1.0! Spark 1.1.0 is the second release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 171 developers!

      + +

      Spark 1.1.0 released

      + +

      We are happy to announce the availability of Spark 1.1.0! Spark 1.1.0 is the second release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 171 developers!

      This release brings operational and performance improvements in Spark core including a new implementation of the Spark shuffle designed for very large scale workloads. Spark 1.1 adds significant extensions to the newest Spark modules, MLlib and Spark SQL. Spark SQL introduces a JDBC server, byte code generation for fast expression evaluation, a public types API, JSON support, and other features and optimizations. MLlib introduces a new statistics library along with several new algorithms and optimizations. Spark 1.1 also builds out Spark’s Python support and adds new components to the Spark Streaming module.

      diff --git a/site/news/spark-1-1-1-released.html b/site/news/spark-1-1-1-released.html index c718b336d1d..ad618c8144c 100644 --- a/site/news/spark-1-1-1-released.html +++ b/site/news/spark-1-1-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.1.1 released

      - - -

      We are happy to announce the availability of Spark 1.1.1! This is a maintenance release that includes contributions from 55 developers. Spark 1.1.1 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, SQL, GraphX, and MLlib.

      + +

      Spark 1.1.1 released

      + +

      We are happy to announce the availability of Spark 1.1.1! This is a maintenance release that includes contributions from 55 developers. Spark 1.1.1 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, SQL, GraphX, and MLlib.

      Visit the release notes to read about this release or download the release today.

      diff --git a/site/news/spark-1-2-0-released.html b/site/news/spark-1-2-0-released.html index ba90a064819..3df842e2ba3 100644 --- a/site/news/spark-1-2-0-released.html +++ b/site/news/spark-1-2-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.2.0 released

      - - -

      We are happy to announce the availability of Spark 1.2.0! Spark 1.2.0 is the third release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 172 developers and more than 1,000 commits!

      + +

      Spark 1.2.0 released

      + +

      We are happy to announce the availability of Spark 1.2.0! Spark 1.2.0 is the third release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 172 developers and more than 1,000 commits!

      This release brings operational and performance improvements in Spark core including a new network transport subsystem designed for very large shuffles. Spark SQL introduces an API for external data sources along with Hive 13 support, dynamic partitioning, and the fixed-precision decimal type. MLlib adds a new pipeline-oriented package (spark.ml) for composing multiple algorithms. Spark Streaming adds a Python API and a write ahead log for fault tolerance. Finally, GraphX has graduated from alpha and introduces a stable API.

      diff --git a/site/news/spark-1-2-1-released.html b/site/news/spark-1-2-1-released.html index 8d82ebcfa49..476cbaf22e6 100644 --- a/site/news/spark-1-2-1-released.html +++ b/site/news/spark-1-2-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.2.1 released

      - - -

      We are happy to announce the availability of Spark 1.2.1! This is a maintenance release that includes contributions from 69 developers. Spark 1.2.1 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, SQL, GraphX, and MLlib.

      + +

      Spark 1.2.1 released

      + +

      We are happy to announce the availability of Spark 1.2.1! This is a maintenance release that includes contributions from 69 developers. Spark 1.2.1 includes fixes across several areas of Spark, including the core API, Streaming, PySpark, SQL, GraphX, and MLlib.

      Visit the release notes to read about this release or download the release today.

      diff --git a/site/news/spark-1-2-2-released.html b/site/news/spark-1-2-2-released.html index 2eac9a1c4b7..ab5c5de9a95 100644 --- a/site/news/spark-1-2-2-released.html +++ b/site/news/spark-1-2-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.2.2 and 1.3.1 released

      - - -

      We are happy to announce the availability of Spark 1.2.2 and Spark 1.3.1! These are both maintenance releases that collectively feature the work of more than 90 developers.

      + +

      Spark 1.2.2 and 1.3.1 released

      + +

      We are happy to announce the availability of Spark 1.2.2 and Spark 1.3.1! These are both maintenance releases that collectively feature the work of more than 90 developers.

      To download either release, visit the downloads page.

      diff --git a/site/news/spark-1-3-0-released.html b/site/news/spark-1-3-0-released.html index ce733a36c72..959246a192d 100644 --- a/site/news/spark-1-3-0-released.html +++ b/site/news/spark-1-3-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.3.0 released

      - - -

      We are happy to announce the availability of Spark 1.3.0! Spark 1.3.0 is the third release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 174 developers and more than 1,000 commits!

      + +

      Spark 1.3.0 released

      + +

      We are happy to announce the availability of Spark 1.3.0! Spark 1.3.0 is the third release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 174 developers and more than 1,000 commits!

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-4-0-released.html b/site/news/spark-1-4-0-released.html index 25f88a3ead6..9ad767c5a97 100644 --- a/site/news/spark-1-4-0-released.html +++ b/site/news/spark-1-4-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.4.0 released

      - - -

      We are happy to announce the availability of Spark 1.4.0! Spark 1.4.0 is the fifth release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 210 developers and more than 1,000 commits!

      + +

      Spark 1.4.0 released

      + +

      We are happy to announce the availability of Spark 1.4.0! Spark 1.4.0 is the fifth release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 210 developers and more than 1,000 commits!

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-4-1-released.html b/site/news/spark-1-4-1-released.html index b5e98a05a9f..068417c572d 100644 --- a/site/news/spark-1-4-1-released.html +++ b/site/news/spark-1-4-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.4.1 released

      - - -

      We are happy to announce the availability of Spark 1.4.1! This is a maintenance release that includes contributions from 85 developers. Spark 1.4.1 includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, Spark SQL, and MLlib.

      + +

      Spark 1.4.1 released

      + +

      We are happy to announce the availability of Spark 1.4.1! This is a maintenance release that includes contributions from 85 developers. Spark 1.4.1 includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, Spark SQL, and MLlib.

      Visit the release notes to read about this release or download the release today.

      diff --git a/site/news/spark-1-5-0-released.html b/site/news/spark-1-5-0-released.html index a8a971caf5e..038e8e964e7 100644 --- a/site/news/spark-1-5-0-released.html +++ b/site/news/spark-1-5-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.5.0 released

      - - -

      We are happy to announce the availability of Spark 1.5.0! Spark 1.5.0 is the sixth release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 230 developers and more than 1,400 commits!

      + +

      Spark 1.5.0 released

      + +

      We are happy to announce the availability of Spark 1.5.0! Spark 1.5.0 is the sixth release on the API-compatible 1.X line. It is Spark’s largest release ever, with contributions from 230 developers and more than 1,400 commits!

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-5-1-released.html b/site/news/spark-1-5-1-released.html index 5e3f5bfcbbb..080a8015fe3 100644 --- a/site/news/spark-1-5-1-released.html +++ b/site/news/spark-1-5-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.5.1 released

      - - -

      We are happy to announce the availability of Spark 1.5.1! This maintenance release includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, R, Spark SQL, and MLlib.

      + +

      Spark 1.5.1 released

      + +

      We are happy to announce the availability of Spark 1.5.1! This maintenance release includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, R, Spark SQL, and MLlib.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-5-2-released.html b/site/news/spark-1-5-2-released.html index d5869ec99ba..3457b18905b 100644 --- a/site/news/spark-1-5-2-released.html +++ b/site/news/spark-1-5-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.5.2 released

      - - -

      We are happy to announce the availability of Spark 1.5.2! This maintenance release includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, R, Spark SQL, and MLlib.

      + +

      Spark 1.5.2 released

      + +

      We are happy to announce the availability of Spark 1.5.2! This maintenance release includes fixes across several areas of Spark, including the DataFrame API, Spark Streaming, PySpark, R, Spark SQL, and MLlib.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-6-0-released.html b/site/news/spark-1-6-0-released.html index 7628e9da193..c90076e5e13 100644 --- a/site/news/spark-1-6-0-released.html +++ b/site/news/spark-1-6-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.6.0 released

      - - -

      We are happy to announce the availability of + +

      Spark 1.6.0 released

      + +

      We are happy to announce the availability of Spark 1.6.0! Spark 1.6.0 is the seventh release on the API-compatible 1.X line. With this release the Spark community continues to grow, with contributions from 248 developers!

      diff --git a/site/news/spark-1-6-1-released.html b/site/news/spark-1-6-1-released.html index 9825a5bd442..bd54d0a10a0 100644 --- a/site/news/spark-1-6-1-released.html +++ b/site/news/spark-1-6-1-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.6.1 released

      - - -

      We are happy to announce the availability of Spark 1.6.1! This maintenance release includes fixes across several areas of Spark, including significant updates to the experimental Dataset API.

      + +

      Spark 1.6.1 released

      + +

      We are happy to announce the availability of Spark 1.6.1! This maintenance release includes fixes across several areas of Spark, including significant updates to the experimental Dataset API.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-6-2-released.html b/site/news/spark-1-6-2-released.html index 5a04a3f17f1..d5430fb2079 100644 --- a/site/news/spark-1-6-2-released.html +++ b/site/news/spark-1-6-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.6.2 released

      - - -

      We are happy to announce the availability of Spark 1.6.2! This maintenance release includes fixes across several areas of Spark.

      + +

      Spark 1.6.2 released

      + +

      We are happy to announce the availability of Spark 1.6.2! This maintenance release includes fixes across several areas of Spark.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-1-6-3-released.html b/site/news/spark-1-6-3-released.html index 04e85e114df..b27c1c730b7 100644 --- a/site/news/spark-1-6-3-released.html +++ b/site/news/spark-1-6-3-released.html @@ -153,10 +153,10 @@
      -

      Spark 1.6.3 released

      - - -

      We are happy to announce the availability of Spark 1.6.3! This maintenance release includes fixes across several areas of Spark.

      + +

      Spark 1.6.3 released

      + +

      We are happy to announce the availability of Spark 1.6.3! This maintenance release includes fixes across several areas of Spark.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-0-0-released.html b/site/news/spark-2-0-0-released.html index c7816cc8a8b..1c1e042ae0e 100644 --- a/site/news/spark-2-0-0-released.html +++ b/site/news/spark-2-0-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.0.0 released

      - - -

      We are happy to announce the availability of Spark 2.0.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.0.0 released

      + +

      We are happy to announce the availability of Spark 2.0.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-0-1-released.html b/site/news/spark-2-0-1-released.html index 470bc2453ff..c833135ee36 100644 --- a/site/news/spark-2-0-1-released.html +++ b/site/news/spark-2-0-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.0.1 released

      - - -

      We are happy to announce the availability of Apache Spark 2.0.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.0.1 released

      + +

      We are happy to announce the availability of Apache Spark 2.0.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-0-2-released.html b/site/news/spark-2-0-2-released.html index 7568e1c0107..ec3da5f6603 100644 --- a/site/news/spark-2-0-2-released.html +++ b/site/news/spark-2-0-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.0.2 released

      - - -

      We are happy to announce the availability of Apache Spark 2.0.2! This maintenance release includes fixes across several areas of Spark, as well as Kafka 0.10 and runtime metrics support for Structured Streaming.

      + +

      Spark 2.0.2 released

      + +

      We are happy to announce the availability of Apache Spark 2.0.2! This maintenance release includes fixes across several areas of Spark, as well as Kafka 0.10 and runtime metrics support for Structured Streaming.

      Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-1-0-released.html b/site/news/spark-2-1-0-released.html index 2d95d78a410..73a4c1003eb 100644 --- a/site/news/spark-2-1-0-released.html +++ b/site/news/spark-2-1-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.1.0 released

      - - -

      We are happy to announce the availability of Spark 2.1.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.1.0 released

      + +

      We are happy to announce the availability of Spark 2.1.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-1-1-released.html b/site/news/spark-2-1-1-released.html index 6832227b7e7..d837c0b1567 100644 --- a/site/news/spark-2-1-1-released.html +++ b/site/news/spark-2-1-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.1.1 released

      - - -

      We are happy to announce the availability of Apache Spark 2.1.1! Visit the release notes to read about the changes, or download the release today.

      + +

      Spark 2.1.1 released

      + +

      We are happy to announce the availability of Apache Spark 2.1.1! Visit the release notes to read about the changes, or download the release today.

      diff --git a/site/news/spark-2-1-2-released.html b/site/news/spark-2-1-2-released.html index d112a567ba9..a0f9ae86725 100644 --- a/site/news/spark-2-1-2-released.html +++ b/site/news/spark-2-1-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.1.2 released

      - - -

      We are happy to announce the availability of Apache Spark 2.1.2! Visit the release notes to read about the changes, or download the release today.

      + +

      Spark 2.1.2 released

      + +

      We are happy to announce the availability of Apache Spark 2.1.2! Visit the release notes to read about the changes, or download the release today.

      diff --git a/site/news/spark-2-1-3-released.html b/site/news/spark-2-1-3-released.html index dcd1130ccca..a55cab8fe30 100644 --- a/site/news/spark-2-1-3-released.html +++ b/site/news/spark-2-1-3-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.1.3 released

      - - -

      We are happy to announce the availability of Spark 2.1.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.1.3 released

      + +

      We are happy to announce the availability of Spark 2.1.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-2-0-released.html b/site/news/spark-2-2-0-released.html index 287262025d7..59d608ed7f4 100644 --- a/site/news/spark-2-2-0-released.html +++ b/site/news/spark-2-2-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.2.0 released

      - - -

      We are happy to announce the availability of Spark 2.2.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.2.0 released

      + +

      We are happy to announce the availability of Spark 2.2.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-2-1-released.html b/site/news/spark-2-2-1-released.html index 468bd5a8286..6c72ee7273a 100644 --- a/site/news/spark-2-2-1-released.html +++ b/site/news/spark-2-2-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.2.1 released

      - - -

      We are happy to announce the availability of Apache Spark 2.2.1! Visit the release notes to read about the changes, or download the release today.

      + +

      Spark 2.2.1 released

      + +

      We are happy to announce the availability of Apache Spark 2.2.1! Visit the release notes to read about the changes, or download the release today.

      diff --git a/site/news/spark-2-2-2-released.html b/site/news/spark-2-2-2-released.html index 07218163cf9..5f55200bd2e 100644 --- a/site/news/spark-2-2-2-released.html +++ b/site/news/spark-2-2-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.2.2 released

      - - -

      We are happy to announce the availability of Spark 2.2.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.2.2 released

      + +

      We are happy to announce the availability of Spark 2.2.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-3-0-released.html b/site/news/spark-2-3-0-released.html index 3475ab5b7bc..b61b3ce98fd 100644 --- a/site/news/spark-2-3-0-released.html +++ b/site/news/spark-2-3-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.3.0 released

      - - -

      We are happy to announce the availability of Spark 2.3.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.3.0 released

      + +

      We are happy to announce the availability of Spark 2.3.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-3-1-released.html b/site/news/spark-2-3-1-released.html index 412f64d7f33..a240ca0d9e6 100644 --- a/site/news/spark-2-3-1-released.html +++ b/site/news/spark-2-3-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.3.1 released

      - - -

      We are happy to announce the availability of Spark 2.3.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.3.1 released

      + +

      We are happy to announce the availability of Spark 2.3.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-3-2-released.html b/site/news/spark-2-3-2-released.html index 241834ddc47..7968029fba5 100644 --- a/site/news/spark-2-3-2-released.html +++ b/site/news/spark-2-3-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.3.2 released

      - - -

      We are happy to announce the availability of Spark 2.3.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.3.2 released

      + +

      We are happy to announce the availability of Spark 2.3.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-3-3-released.html b/site/news/spark-2-3-3-released.html index 9b9c636ea04..149cc56a4de 100644 --- a/site/news/spark-2-3-3-released.html +++ b/site/news/spark-2-3-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.3.3 released

      - - -

      We are happy to announce the availability of Spark 2.3.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.3.3 released

      + +

      We are happy to announce the availability of Spark 2.3.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-3-4-released.html b/site/news/spark-2-3-4-released.html index e37077a3c16..fae8e2d6202 100644 --- a/site/news/spark-2-3-4-released.html +++ b/site/news/spark-2-3-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.3.4 released

      - - -

      We are happy to announce the availability of Spark 2.3.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.3.4 released

      + +

      We are happy to announce the availability of Spark 2.3.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-0-released.html b/site/news/spark-2-4-0-released.html index fcc97a86e3d..a6e51990918 100644 --- a/site/news/spark-2-4-0-released.html +++ b/site/news/spark-2-4-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.0 released

      - - -

      We are happy to announce the availability of Spark 2.4.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.0 released

      + +

      We are happy to announce the availability of Spark 2.4.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-1-released.html b/site/news/spark-2-4-1-released.html index 23220d82ac3..969b747ded5 100644 --- a/site/news/spark-2-4-1-released.html +++ b/site/news/spark-2-4-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.1 released

      - - -

      We are happy to announce the availability of Spark 2.4.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.1 released

      + +

      We are happy to announce the availability of Spark 2.4.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-2-released.html b/site/news/spark-2-4-2-released.html index 18a7e68e437..dda89ea8a3a 100644 --- a/site/news/spark-2-4-2-released.html +++ b/site/news/spark-2-4-2-released.html @@ -153,10 +153,10 @@
      -

      Spark 2.4.2 released

      - - -

      We are happy to announce the availability of Spark 2.4.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.2 released

      + +

      We are happy to announce the availability of Spark 2.4.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-3-released.html b/site/news/spark-2-4-3-released.html index f341e0a34e5..9f7a5b31d25 100644 --- a/site/news/spark-2-4-3-released.html +++ b/site/news/spark-2-4-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.3 released

      - - -

      We are happy to announce the availability of Spark 2.4.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.3 released

      + +

      We are happy to announce the availability of Spark 2.4.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-4-released.html b/site/news/spark-2-4-4-released.html index 1d116fa4216..8cd0169b7c9 100644 --- a/site/news/spark-2-4-4-released.html +++ b/site/news/spark-2-4-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.4 released

      - - -

      We are happy to announce the availability of Spark 2.4.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.4 released

      + +

      We are happy to announce the availability of Spark 2.4.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-5-released.html b/site/news/spark-2-4-5-released.html index bc2b96db74f..59dcde67011 100644 --- a/site/news/spark-2-4-5-released.html +++ b/site/news/spark-2-4-5-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.5 released

      - - -

      We are happy to announce the availability of Spark 2.4.5! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.5 released

      + +

      We are happy to announce the availability of Spark 2.4.5! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-6.html b/site/news/spark-2-4-6.html index d11f38399fe..e5f7aec697b 100644 --- a/site/news/spark-2-4-6.html +++ b/site/news/spark-2-4-6.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.6 released

      - - -

      We are happy to announce the availability of Spark 2.4.6! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.6 released

      + +

      We are happy to announce the availability of Spark 2.4.6! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-7-released.html b/site/news/spark-2-4-7-released.html index 5cc9eb0fb92..ad4b6883b85 100644 --- a/site/news/spark-2-4-7-released.html +++ b/site/news/spark-2-4-7-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.7 released

      - - -

      We are happy to announce the availability of Spark 2.4.7! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.7 released

      + +

      We are happy to announce the availability of Spark 2.4.7! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2-4-8-released.html b/site/news/spark-2-4-8-released.html index e5c7860fa5f..77fe2f079b1 100644 --- a/site/news/spark-2-4-8-released.html +++ b/site/news/spark-2-4-8-released.html @@ -153,10 +153,10 @@

      -

      Spark 2.4.8 released

      - - -

      We are happy to announce the availability of Spark 2.4.8! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 2.4.8 released

      + +

      We are happy to announce the availability of Spark 2.4.8! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-2.0.0-preview.html b/site/news/spark-2.0.0-preview.html index 7a6f4c7f1b4..c4b2198ccbd 100644 --- a/site/news/spark-2.0.0-preview.html +++ b/site/news/spark-2.0.0-preview.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 2.0 release, the Apache Spark team has posted a preview release of Spark 2.0. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 2.0. If you would like to test the release, simply download it, and send feedback using either the mailing lists or JIRA.

      + +

      Preview release of Spark 2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 2.0 release, the Apache Spark team has posted a preview release of Spark 2.0. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 2.0. If you would like to test the release, simply download it, and send feedback using either the mailing lists or JIRA.

      The Spark issue tracker already contains a list of features in 2.0 and known issues in the preview.

      diff --git a/site/news/spark-3-0-0-released.html b/site/news/spark-3-0-0-released.html index b87a6957869..142ecfeb219 100644 --- a/site/news/spark-3-0-0-released.html +++ b/site/news/spark-3-0-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 3.0.0 released

      - - -

      We are happy to announce the availability of Spark 3.0.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.0.0 released

      + +

      We are happy to announce the availability of Spark 3.0.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-0-1-released.html b/site/news/spark-3-0-1-released.html index 30f65a632ec..0f664999930 100644 --- a/site/news/spark-3-0-1-released.html +++ b/site/news/spark-3-0-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.0.1 released

      - - -

      We are happy to announce the availability of Spark 3.0.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.0.1 released

      + +

      We are happy to announce the availability of Spark 3.0.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-0-2-released.html b/site/news/spark-3-0-2-released.html index 5b37319febc..85e628008db 100644 --- a/site/news/spark-3-0-2-released.html +++ b/site/news/spark-3-0-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.0.2 released

      - - -

      We are happy to announce the availability of Spark 3.0.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.0.2 released

      + +

      We are happy to announce the availability of Spark 3.0.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-0-3-released.html b/site/news/spark-3-0-3-released.html index b46a6f53501..32548ec9846 100644 --- a/site/news/spark-3-0-3-released.html +++ b/site/news/spark-3-0-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.0.3 released

      - - -

      We are happy to announce the availability of Spark 3.0.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.0.3 released

      + +

      We are happy to announce the availability of Spark 3.0.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-1-1-released.html b/site/news/spark-3-1-1-released.html index 092e3b2fd7f..507fcf36f0f 100644 --- a/site/news/spark-3-1-1-released.html +++ b/site/news/spark-3-1-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.1.1 released

      - - -

      We are happy to announce the availability of Spark 3.1.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.1.1 released

      + +

      We are happy to announce the availability of Spark 3.1.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-1-2-released.html b/site/news/spark-3-1-2-released.html index 105a8bbee66..1b69c7aedb4 100644 --- a/site/news/spark-3-1-2-released.html +++ b/site/news/spark-3-1-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.1.2 released

      - - -

      We are happy to announce the availability of Spark 3.1.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.1.2 released

      + +

      We are happy to announce the availability of Spark 3.1.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-2-0-released.html b/site/news/spark-3-2-0-released.html index 27f39b45640..d3170494aa3 100644 --- a/site/news/spark-3-2-0-released.html +++ b/site/news/spark-3-2-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.2.0 released

      - - -

      We are happy to announce the availability of Spark 3.2.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.2.0 released

      + +

      We are happy to announce the availability of Spark 3.2.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-2-1-released.html b/site/news/spark-3-2-1-released.html index a03836da9e2..9cbfcee0e50 100644 --- a/site/news/spark-3-2-1-released.html +++ b/site/news/spark-3-2-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.2.1 released

      - - -

      We are happy to announce the availability of Spark 3.2.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.2.1 released

      + +

      We are happy to announce the availability of Spark 3.2.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-2-2-released.html b/site/news/spark-3-2-2-released.html index 90fb02b3b8b..42ea2325f7f 100644 --- a/site/news/spark-3-2-2-released.html +++ b/site/news/spark-3-2-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.2.2 released

      - - -

      We are happy to announce the availability of Spark 3.2.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.2.2 released

      + +

      We are happy to announce the availability of Spark 3.2.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-2-3-released.html b/site/news/spark-3-2-3-released.html index 129f4667032..9f716009ff7 100644 --- a/site/news/spark-3-2-3-released.html +++ b/site/news/spark-3-2-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.2.3 released

      - - -

      We are happy to announce the availability of Spark 3.2.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.2.3 released

      + +

      We are happy to announce the availability of Spark 3.2.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-2-4-released.html b/site/news/spark-3-2-4-released.html index 825ff160624..7bca8d1c3de 100644 --- a/site/news/spark-3-2-4-released.html +++ b/site/news/spark-3-2-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.2.4 released

      - - -

      We are happy to announce the availability of Spark 3.2.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.2.4 released

      + +

      We are happy to announce the availability of Spark 3.2.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-3-0-released.html b/site/news/spark-3-3-0-released.html index 1e3c6f2eca3..92b27cd4ed2 100644 --- a/site/news/spark-3-3-0-released.html +++ b/site/news/spark-3-3-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.3.0 released

      - - -

      We are happy to announce the availability of Spark 3.3.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.3.0 released

      + +

      We are happy to announce the availability of Spark 3.3.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-3-1-released.html b/site/news/spark-3-3-1-released.html index 82076f7d882..bb235b9c7e4 100644 --- a/site/news/spark-3-3-1-released.html +++ b/site/news/spark-3-3-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.3.1 released

      - - -

      We are happy to announce the availability of Spark 3.3.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.3.1 released

      + +

      We are happy to announce the availability of Spark 3.3.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-3-2-released.html b/site/news/spark-3-3-2-released.html index 476da0dcde4..614a94dbcf4 100644 --- a/site/news/spark-3-3-2-released.html +++ b/site/news/spark-3-3-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.3.2 released

      - - -

      We are happy to announce the availability of Spark 3.3.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.3.2 released

      + +

      We are happy to announce the availability of Spark 3.3.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-3-3-released.html b/site/news/spark-3-3-3-released.html index 2dea897e06a..f14d981b0f1 100644 --- a/site/news/spark-3-3-3-released.html +++ b/site/news/spark-3-3-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.3.3 released

      - - -

      We are happy to announce the availability of Spark 3.3.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.3.3 released

      + +

      We are happy to announce the availability of Spark 3.3.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-3-4-released.html b/site/news/spark-3-3-4-released.html index 7afadf4a132..2e9cbb4ade5 100644 --- a/site/news/spark-3-3-4-released.html +++ b/site/news/spark-3-3-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.3.4 released

      - - -

      We are happy to announce the availability of Spark 3.3.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.3.4 released

      + +

      We are happy to announce the availability of Spark 3.3.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-4-0-released.html b/site/news/spark-3-4-0-released.html index 8593ae2f597..37742ce1615 100644 --- a/site/news/spark-3-4-0-released.html +++ b/site/news/spark-3-4-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.4.0 released

      - - -

      We are happy to announce the availability of Spark 3.4.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.4.0 released

      + +

      We are happy to announce the availability of Spark 3.4.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-4-1-released.html b/site/news/spark-3-4-1-released.html index dc5b12ef9f6..b54d8c71ef8 100644 --- a/site/news/spark-3-4-1-released.html +++ b/site/news/spark-3-4-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.4.1 released

      - - -

      We are happy to announce the availability of Spark 3.4.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.4.1 released

      + +

      We are happy to announce the availability of Spark 3.4.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-4-2-released.html b/site/news/spark-3-4-2-released.html index 6cf122b0e86..059b521de67 100644 --- a/site/news/spark-3-4-2-released.html +++ b/site/news/spark-3-4-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.4.2 released

      - - -

      We are happy to announce the availability of Spark 3.4.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.4.2 released

      + +

      We are happy to announce the availability of Spark 3.4.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-4-3-released.html b/site/news/spark-3-4-3-released.html index 2daa3a6cedf..4ba476c3cff 100644 --- a/site/news/spark-3-4-3-released.html +++ b/site/news/spark-3-4-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.4.3 released

      - - -

      We are happy to announce the availability of Spark 3.4.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.4.3 released

      + +

      We are happy to announce the availability of Spark 3.4.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-4-4-released.html b/site/news/spark-3-4-4-released.html index b7baf687dcf..e2563a9baad 100644 --- a/site/news/spark-3-4-4-released.html +++ b/site/news/spark-3-4-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.4.4 released

      - - -

      We are happy to announce the availability of Spark 3.4.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.4.4 released

      + +

      We are happy to announce the availability of Spark 3.4.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-0-released.html b/site/news/spark-3-5-0-released.html index eb17b7b5b89..160614055af 100644 --- a/site/news/spark-3-5-0-released.html +++ b/site/news/spark-3-5-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.0 released

      - - -

      We are happy to announce the availability of Spark 3.5.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.0 released

      + +

      We are happy to announce the availability of Spark 3.5.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-1-released.html b/site/news/spark-3-5-1-released.html index 9ea5616de30..6161455b24e 100644 --- a/site/news/spark-3-5-1-released.html +++ b/site/news/spark-3-5-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.1 released

      - - -

      We are happy to announce the availability of Spark 3.5.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.1 released

      + +

      We are happy to announce the availability of Spark 3.5.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-2-released.html b/site/news/spark-3-5-2-released.html index c95a1dc03c7..de2179e52da 100644 --- a/site/news/spark-3-5-2-released.html +++ b/site/news/spark-3-5-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.2 released

      - - -

      We are happy to announce the availability of Spark 3.5.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.2 released

      + +

      We are happy to announce the availability of Spark 3.5.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-3-released.html b/site/news/spark-3-5-3-released.html index 49ae3aed169..583d8ab28ef 100644 --- a/site/news/spark-3-5-3-released.html +++ b/site/news/spark-3-5-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.3 released

      - - -

      We are happy to announce the availability of Spark 3.5.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.3 released

      + +

      We are happy to announce the availability of Spark 3.5.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-4-released.html b/site/news/spark-3-5-4-released.html index 12c56369137..19765ec88fc 100644 --- a/site/news/spark-3-5-4-released.html +++ b/site/news/spark-3-5-4-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.4 released

      - - -

      We are happy to announce the availability of Spark 3.5.4! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.4 released

      + +

      We are happy to announce the availability of Spark 3.5.4! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-5-released.html b/site/news/spark-3-5-5-released.html index 4dcee3bfdc0..45b73eeddca 100644 --- a/site/news/spark-3-5-5-released.html +++ b/site/news/spark-3-5-5-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.5 released

      - - -

      We are happy to announce the availability of Spark 3.5.5! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.5 released

      + +

      We are happy to announce the availability of Spark 3.5.5! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-6-released.html b/site/news/spark-3-5-6-released.html index 17ef4082719..7812266cbbb 100644 --- a/site/news/spark-3-5-6-released.html +++ b/site/news/spark-3-5-6-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.6 released

      - - -

      We are happy to announce the availability of Spark 3.5.6! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.6 released

      + +

      We are happy to announce the availability of Spark 3.5.6! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-7-released.html b/site/news/spark-3-5-7-released.html index f45bbdabf7b..62cfebfd62d 100644 --- a/site/news/spark-3-5-7-released.html +++ b/site/news/spark-3-5-7-released.html @@ -153,10 +153,10 @@
      -

      Spark 3.5.7 released

      - - -

      We are happy to announce the availability of Spark 3.5.7! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.7 released

      + +

      We are happy to announce the availability of Spark 3.5.7! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3-5-8-released.html b/site/news/spark-3-5-8-released.html index 4fd2924efad..c729d3c8d6b 100644 --- a/site/news/spark-3-5-8-released.html +++ b/site/news/spark-3-5-8-released.html @@ -153,10 +153,10 @@

      -

      Spark 3.5.8 released

      - - -

      We are happy to announce the availability of Spark 3.5.8! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 3.5.8 released

      + +

      We are happy to announce the availability of Spark 3.5.8! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-3.0.0-preview.html b/site/news/spark-3.0.0-preview.html index ef048371886..f01b94a5456 100644 --- a/site/news/spark-3.0.0-preview.html +++ b/site/news/spark-3.0.0-preview.html @@ -153,10 +153,10 @@
      -

      Preview release of Spark 3.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 3.0 release, the Apache Spark community has posted a preview release of Spark 3.0. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 3.0. If you would like to test the release, please download it, and send feedback using either the mailing lists or JIRA.

      + +

      Preview release of Spark 3.0

      + +

      To enable wide-scale community testing of the upcoming Spark 3.0 release, the Apache Spark community has posted a preview release of Spark 3.0. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 3.0. If you would like to test the release, please download it, and send feedback using either the mailing lists or JIRA.

      The Spark issue tracker already contains a list of features in 3.0.

      diff --git a/site/news/spark-3.0.0-preview2.html b/site/news/spark-3.0.0-preview2.html index 9cacd119f15..389602fff06 100644 --- a/site/news/spark-3.0.0-preview2.html +++ b/site/news/spark-3.0.0-preview2.html @@ -153,10 +153,10 @@
      -

      Preview release of Spark 3.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 3.0 release, the Apache Spark community has posted a Spark 3.0.0 preview2 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 3.0. If you would like to test the release, please download it, and send feedback using either the mailing lists or JIRA. The documentation is available at the link.

      + +

      Preview release of Spark 3.0

      + +

      To enable wide-scale community testing of the upcoming Spark 3.0 release, the Apache Spark community has posted a Spark 3.0.0 preview2 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 3.0. If you would like to test the release, please download it, and send feedback using either the mailing lists or JIRA. The documentation is available at the link.

      The Spark issue tracker already contains a list of features in 3.0.

      diff --git a/site/news/spark-4-0-0-released.html b/site/news/spark-4-0-0-released.html index b1f0cba358f..264027d4370 100644 --- a/site/news/spark-4-0-0-released.html +++ b/site/news/spark-4-0-0-released.html @@ -153,10 +153,10 @@
      -

      Spark 4.0.0 released

      - - -

      We are happy to announce the availability of Spark 4.0.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.0.0 released

      + +

      We are happy to announce the availability of Spark 4.0.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-0-1-released.html b/site/news/spark-4-0-1-released.html index f0c9190ffb7..36dd937ff47 100644 --- a/site/news/spark-4-0-1-released.html +++ b/site/news/spark-4-0-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.0.1 released

      - - -

      We are happy to announce the availability of Spark 4.0.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.0.1 released

      + +

      We are happy to announce the availability of Spark 4.0.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-0-2-released.html b/site/news/spark-4-0-2-released.html index 389767ba85c..24a3e185829 100644 --- a/site/news/spark-4-0-2-released.html +++ b/site/news/spark-4-0-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.0.2 released

      - - -

      We are happy to announce the availability of Spark 4.0.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.0.2 released

      + +

      We are happy to announce the availability of Spark 4.0.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-0-3-released.html b/site/news/spark-4-0-3-released.html index 9c69d22cc93..20cff281bbc 100644 --- a/site/news/spark-4-0-3-released.html +++ b/site/news/spark-4-0-3-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.0.3 released

      - - -

      We are happy to announce the availability of Apache Spark 4.0.3! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.0.3 released

      + +

      We are happy to announce the availability of Apache Spark 4.0.3! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-1-0-preview1-released.html b/site/news/spark-4-1-0-preview1-released.html index 70b34b3a079..81dbafd4102 100644 --- a/site/news/spark-4-1-0-preview1-released.html +++ b/site/news/spark-4-1-0-preview1-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.1.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.1.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a Spark 4.1.0-preview1 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.1.0. If you would like to test the release, diff --git a/site/news/spark-4-1-0-preview2-released.html b/site/news/spark-4-1-0-preview2-released.html index 7633922461f..d8a7f680c75 100644 --- a/site/news/spark-4-1-0-preview2-released.html +++ b/site/news/spark-4-1-0-preview2-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.1.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.1.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a Spark 4.1.0-preview2 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.1.0. If you would like to test the release, diff --git a/site/news/spark-4-1-0-preview3-released.html b/site/news/spark-4-1-0-preview3-released.html index 156d5e17696..d09a9bb6951 100644 --- a/site/news/spark-4-1-0-preview3-released.html +++ b/site/news/spark-4-1-0-preview3-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.1.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.1.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a Spark 4.1.0-preview3 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.1.0. If you would like to test the release, diff --git a/site/news/spark-4-1-0-preview4-released.html b/site/news/spark-4-1-0-preview4-released.html index e4b65f0ebcc..a3c1681457c 100644 --- a/site/news/spark-4-1-0-preview4-released.html +++ b/site/news/spark-4-1-0-preview4-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.1.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.1.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.1.0 release, the Apache Spark community has posted a Spark 4.1.0-preview4 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.1.0. If you would like to test the release, diff --git a/site/news/spark-4-1-0-released.html b/site/news/spark-4-1-0-released.html index 7f8f21464f8..3003296de86 100644 --- a/site/news/spark-4-1-0-released.html +++ b/site/news/spark-4-1-0-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.1.0 released

      - - -

      We are happy to announce the availability of Apache Spark 4.1.0! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.1.0 released

      + +

      We are happy to announce the availability of Apache Spark 4.1.0! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-1-1-released.html b/site/news/spark-4-1-1-released.html index 8a32ed88235..15b1191feb8 100644 --- a/site/news/spark-4-1-1-released.html +++ b/site/news/spark-4-1-1-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.1.1 released

      - - -

      We are happy to announce the availability of Apache Spark 4.1.1! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.1.1 released

      + +

      We are happy to announce the availability of Apache Spark 4.1.1! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-1-2-released.html b/site/news/spark-4-1-2-released.html index 1a761ec3533..a3f34a25da2 100644 --- a/site/news/spark-4-1-2-released.html +++ b/site/news/spark-4-1-2-released.html @@ -153,10 +153,10 @@

      -

      Spark 4.1.2 released

      - - -

      We are happy to announce the availability of Apache Spark 4.1.2! Visit the release notes to read about the new features, or download the release today.

      + +

      Spark 4.1.2 released

      + +

      We are happy to announce the availability of Apache Spark 4.1.2! Visit the release notes to read about the new features, or download the release today.

      diff --git a/site/news/spark-4-2-0-preview1-released.html b/site/news/spark-4-2-0-preview1-released.html index c14ff304052..76bea3f8ba3 100644 --- a/site/news/spark-4-2-0-preview1-released.html +++ b/site/news/spark-4-2-0-preview1-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a Spark 4.2.0-preview1 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.2.0. If you would like to test the release, diff --git a/site/news/spark-4-2-0-preview2-released.html b/site/news/spark-4-2-0-preview2-released.html index 08940e6d97f..f410ffdaddf 100644 --- a/site/news/spark-4-2-0-preview2-released.html +++ b/site/news/spark-4-2-0-preview2-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a Spark 4.2.0-preview2 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.2.0. If you would like to test the release, diff --git a/site/news/spark-4-2-0-preview3-released.html b/site/news/spark-4-2-0-preview3-released.html index 65660be1109..ec5e73eafab 100644 --- a/site/news/spark-4-2-0-preview3-released.html +++ b/site/news/spark-4-2-0-preview3-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a Spark 4.2.0-preview3 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.2.0. If you would like to test the release, diff --git a/site/news/spark-4-2-0-preview4-released.html b/site/news/spark-4-2-0-preview4-released.html index 0c92b49f740..3f3ec1db315 100644 --- a/site/news/spark-4-2-0-preview4-released.html +++ b/site/news/spark-4-2-0-preview4-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a Spark 4.2.0-preview4 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.2.0. If you would like to test the release, diff --git a/site/news/spark-4-2-0-preview5-released.html b/site/news/spark-4-2-0-preview5-released.html index 669a3c1a29d..2c064950a80 100644 --- a/site/news/spark-4-2-0-preview5-released.html +++ b/site/news/spark-4-2-0-preview5-released.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.2.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.2.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.2.0 release, the Apache Spark community has posted a Spark 4.2.0-preview5 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.2.0. If you would like to test the release, diff --git a/site/news/spark-4.0.0-preview1.html b/site/news/spark-4.0.0-preview1.html index 9ce8b311a1c..3beea4f9ed6 100644 --- a/site/news/spark-4.0.0-preview1.html +++ b/site/news/spark-4.0.0-preview1.html @@ -153,10 +153,10 @@

      -

      Preview release of Spark 4.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.0 release, the Apache Spark community has posted a preview release of + +

      Preview release of Spark 4.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.0 release, the Apache Spark community has posted a preview release of Spark 4.0. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.0. If you would like to test the release, please download it, and send feedback using either the mailing lists or JIRA.

      diff --git a/site/news/spark-4.0.0-preview2.html b/site/news/spark-4.0.0-preview2.html index 0bbb24767bb..b1310d88e86 100644 --- a/site/news/spark-4.0.0-preview2.html +++ b/site/news/spark-4.0.0-preview2.html @@ -153,10 +153,10 @@
      -

      Preview release of Spark 4.0

      - - -

      To enable wide-scale community testing of the upcoming Spark 4.0 release, the Apache Spark community has posted a + +

      Preview release of Spark 4.0

      + +

      To enable wide-scale community testing of the upcoming Spark 4.0 release, the Apache Spark community has posted a Spark 4.0.0 preview2 release. This preview is not a stable release in terms of either API or functionality, but it is meant to give the community early access to try the code that will become Spark 4.0. If you would like to test the release, diff --git a/site/news/spark-accepted-into-apache-incubator.html b/site/news/spark-accepted-into-apache-incubator.html index 2cba1cb47b6..2e569b1d275 100644 --- a/site/news/spark-accepted-into-apache-incubator.html +++ b/site/news/spark-accepted-into-apache-incubator.html @@ -153,10 +153,10 @@

      -

      Spark accepted into Apache Incubator

      - - -

      Spark was recently accepted into the Apache Incubator, which will serve as the long-term home for the project. While moving the source code and issue tracking to Apache will take some time, we are excited to be joining the community at Apache. Stay tuned on this site for updates on how the project hosting will change.

      + +

      Spark accepted into Apache Incubator

      + +

      Spark was recently accepted into the Apache Incubator, which will serve as the long-term home for the project. While moving the source code and issue tracking to Apache will take some time, we are excited to be joining the community at Apache. Stay tuned on this site for updates on how the project hosting will change.

      diff --git a/site/news/spark-ai-summit-apr-2019-agenda-posted.html b/site/news/spark-ai-summit-apr-2019-agenda-posted.html index 5bbabfeee48..a2892d3677f 100644 --- a/site/news/spark-ai-summit-apr-2019-agenda-posted.html +++ b/site/news/spark-ai-summit-apr-2019-agenda-posted.html @@ -153,10 +153,10 @@

      -

      Spark+AI Summit (April 23-25th, 2019, San Francisco) agenda posted

      - - -

      The agenda for Spark + AI Summit 2019 is now available! The summit kicks off on April 23rd with a full day of Apache Spark training followed by over 100+ talks featuring speakers from Netflix, Facebook, Uber, Yelp, Target, Apple and more! Check out the full schedule and register to attend!

      + +

      Spark+AI Summit (April 23-25th, 2019, San Francisco) agenda posted

      + +

      The agenda for Spark + AI Summit 2019 is now available! The summit kicks off on April 23rd with a full day of Apache Spark training followed by over 100+ talks featuring speakers from Netflix, Facebook, Uber, Yelp, Target, Apple and more! Check out the full schedule and register to attend!

      diff --git a/site/news/spark-ai-summit-june-2020-agenda-posted.html b/site/news/spark-ai-summit-june-2020-agenda-posted.html index b4f645106bf..e49ee368117 100644 --- a/site/news/spark-ai-summit-june-2020-agenda-posted.html +++ b/site/news/spark-ai-summit-june-2020-agenda-posted.html @@ -153,10 +153,10 @@

      -

      Spark+AI Summit (June 22-25th, 2020, VIRTUAL) agenda posted

      - - -

      The agenda for Spark + AI Summit 2020 is now available! The summit kicks off on June 22nd. We’ve transformed this year’s Summit into a global event — totally virtual and open to everyone, free of charge. And Summit is now even bigger: extended to five days with 200+ sessions, 4x the training, and keynotes by visionaries and thought leaders. Join tens of thousands of engineers, scientists, developers, analysts and leaders as we shape the future of big data, analytics and AI. Check out the full schedule and register to attend!

      + +

      Spark+AI Summit (June 22-25th, 2020, VIRTUAL) agenda posted

      + +

      The agenda for Spark + AI Summit 2020 is now available! The summit kicks off on June 22nd. We’ve transformed this year’s Summit into a global event — totally virtual and open to everyone, free of charge. And Summit is now even bigger: extended to five days with 200+ sessions, 4x the training, and keynotes by visionaries and thought leaders. Join tens of thousands of engineers, scientists, developers, analysts and leaders as we shape the future of big data, analytics and AI. Check out the full schedule and register to attend!

      diff --git a/site/news/spark-and-shark-in-the-news.html b/site/news/spark-and-shark-in-the-news.html index e3a4c1df006..9feb3b2df2b 100644 --- a/site/news/spark-and-shark-in-the-news.html +++ b/site/news/spark-and-shark-in-the-news.html @@ -153,10 +153,10 @@

      -

      Spark in the news

      - - -

      Recently, we’ve seen quite a bit of coverage of Spark in the news. I wanted to list some of the more recent articles, for readers interested in learning more.

      + +

      Spark in the news

      + +

      Recently, we’ve seen quite a bit of coverage of Spark in the news. I wanted to list some of the more recent articles, for readers interested in learning more.

      • Curt Monash, editor of the popular DBMS2 blog, wrote a great introduction to Spark and Shark, as well as a more detailed technical overview.
      • diff --git a/site/news/spark-becomes-tlp.html b/site/news/spark-becomes-tlp.html index c0d249d91b0..eeca6934af3 100644 --- a/site/news/spark-becomes-tlp.html +++ b/site/news/spark-becomes-tlp.html @@ -153,10 +153,10 @@
        -

        Spark becomes top-level Apache project

        - - -

        The Apache Software Foundation announced today that Spark has graduated from the Apache Incubator to become a top-level Apache project, signifying that the project’s community and products have been well-governed under the ASF’s meritocratic process and principles. This is a major step for the community and we are very proud to share this news with users as we complete Spark’s move to Apache. Read more about Spark’s growth during the past year and from contributors and users in the ASF’s press release.

        + +

        Spark becomes top-level Apache project

        + +

        The Apache Software Foundation announced today that Spark has graduated from the Apache Incubator to become a top-level Apache project, signifying that the project’s community and products have been well-governed under the ASF’s meritocratic process and principles. This is a major step for the community and we are very proud to share this news with users as we complete Spark’s move to Apache. Read more about Spark’s growth during the past year and from contributors and users in the ASF’s press release.

        As part of this change, note that Spark’s mailing lists have moved to @spark.apache.org addresses, although the old @spark.incubator.apache.org addresses also still work.

        diff --git a/site/news/spark-featured-in-wired.html b/site/news/spark-featured-in-wired.html index 1ba275a2f98..ea5a5cbc96f 100644 --- a/site/news/spark-featured-in-wired.html +++ b/site/news/spark-featured-in-wired.html @@ -153,10 +153,10 @@
        -

        Spark featured in Wired

        - - -

        Spark, its creators at the AMP Lab, and some of its users were featured in a Wired Enterprise article a few days ago. Read on to learn a little about how Spark is being used in industry.

        + +

        Spark featured in Wired

        + +

        Spark, its creators at the AMP Lab, and some of its users were featured in a Wired Enterprise article a few days ago. Read on to learn a little about how Spark is being used in industry.

        diff --git a/site/news/spark-mailing-lists-moving-to-apache.html b/site/news/spark-mailing-lists-moving-to-apache.html index 49fea34397c..4baeaff5875 100644 --- a/site/news/spark-mailing-lists-moving-to-apache.html +++ b/site/news/spark-mailing-lists-moving-to-apache.html @@ -153,10 +153,10 @@

        -

        Spark mailing lists moving to Apache

        - - -

        As part of the Spark project's recent move to Apache, we are planning to migrate the mailing lists to Apache infrastructure this month, so that the existing Google groups will become read-only on September 1, 2013. To keep receiving updates about Spark or to participate in development discussions, please subscribe to the following lists:

        + +

        Spark mailing lists moving to Apache

        + +

        As part of the Spark project's recent move to Apache, we are planning to migrate the mailing lists to Apache infrastructure this month, so that the existing Google groups will become read-only on September 1, 2013. To keep receiving updates about Spark or to participate in development discussions, please subscribe to the following lists:

        • diff --git a/site/news/spark-meetups.html b/site/news/spark-meetups.html index efa871ced29..7b5bff5517f 100644 --- a/site/news/spark-meetups.html +++ b/site/news/spark-meetups.html @@ -153,10 +153,10 @@
          -

          We've started hosting a Bay Area Spark User Meetup

          - - -

          We’ve started hosting a regular Bay Area Spark User Meetup. Sign up on the meetup.com page to be notified about events and meet other Spark developers and users.

          + +

          We've started hosting a Bay Area Spark User Meetup

          + +

          We’ve started hosting a regular Bay Area Spark User Meetup. Sign up on the meetup.com page to be notified about events and meet other Spark developers and users.

          diff --git a/site/news/spark-release-2-2-3.html b/site/news/spark-release-2-2-3.html index 2b1ee5250a3..548c00f665d 100644 --- a/site/news/spark-release-2-2-3.html +++ b/site/news/spark-release-2-2-3.html @@ -153,10 +153,10 @@

          -

          Spark 2.2.3 released

          - - -

          We are happy to announce the availability of Spark 2.2.3! Visit the release notes to read about the new features, or download the release today.

          + +

          Spark 2.2.3 released

          + +

          We are happy to announce the availability of Spark 2.2.3! Visit the release notes to read about the new features, or download the release today.

          diff --git a/site/news/spark-screencasts-published.html b/site/news/spark-screencasts-published.html index 68c54852bfa..4279f2ae02d 100644 --- a/site/news/spark-screencasts-published.html +++ b/site/news/spark-screencasts-published.html @@ -153,10 +153,10 @@

          -

          Spark screencasts published

          - - -

          We have released the first two screencasts in a series of short hands-on video training courses we will be publishing to help new users get up and running with Spark in minutes.

          + +

          Spark screencasts published

          + +

          We have released the first two screencasts in a series of short hands-on video training courses we will be publishing to help new users get up and running with Spark in minutes.

          The first Spark screencast is called First Steps With Spark and walks you through downloading and building Spark, as well as using the Spark shell, all in less than 10 minutes!

          diff --git a/site/news/spark-summit-2013-is-a-wrap.html b/site/news/spark-summit-2013-is-a-wrap.html index 11ba0d59537..7665aa36c5d 100644 --- a/site/news/spark-summit-2013-is-a-wrap.html +++ b/site/news/spark-summit-2013-is-a-wrap.html @@ -153,10 +153,10 @@
          -

          Spark Summit 2013 is a Wrap

          - - -

          The Spark Summit 2013, held in early December 2013 in downtown San Francisco, was a success! + +

          Spark Summit 2013 is a Wrap

          + +

          The Spark Summit 2013, held in early December 2013 in downtown San Francisco, was a success! Over 450 Spark developers and enthusiasts from 13 countries and more than 180 companies came to learn from project leaders and production users of Spark, Shark, Spark Streaming and related projects about use cases, recent developments, and the Spark community roadmap.

          Videos for all talks are now available on the Summit 2013 page.

          diff --git a/site/news/spark-summit-2014-videos-posted.html b/site/news/spark-summit-2014-videos-posted.html index 27adab70ece..f0c423bc45a 100644 --- a/site/news/spark-summit-2014-videos-posted.html +++ b/site/news/spark-summit-2014-videos-posted.html @@ -153,10 +153,10 @@
          -

          Spark Summit 2014 videos posted

          - - -

          The videos and slides for Spark Summit 2014 are now all available online. Watch them to see the latest news from the Spark community as well as use cases and applications built on top. In addition, training materials from the Summit, including hands-on exercises, are all available freely as well.

          + +

          Spark Summit 2014 videos posted

          + +

          The videos and slides for Spark Summit 2014 are now all available online. Watch them to see the latest news from the Spark community as well as use cases and applications built on top. In addition, training materials from the Summit, including hands-on exercises, are all available freely as well.

          We look forward to more Spark events in 2015, starting with the Spark Summit East in New York.

          diff --git a/site/news/spark-summit-2015-videos-posted.html b/site/news/spark-summit-2015-videos-posted.html index e518ea6d419..c88a00cc162 100644 --- a/site/news/spark-summit-2015-videos-posted.html +++ b/site/news/spark-summit-2015-videos-posted.html @@ -153,10 +153,10 @@
          -

          Spark Summit 2015 Videos Posted

          - - -

          The videos and slides for Spark Summit 2015 are now all available online! The talks include technical roadmap discussions, deep dives on Spark components, and use cases built on top of Spark.

          + +

          Spark Summit 2015 Videos Posted

          + +

          The videos and slides for Spark Summit 2015 are now all available online! The talks include technical roadmap discussions, deep dives on Spark components, and use cases built on top of Spark.

          diff --git a/site/news/spark-summit-agenda-posted.html b/site/news/spark-summit-agenda-posted.html index 9dff6509b72..f1f45631955 100644 --- a/site/news/spark-summit-agenda-posted.html +++ b/site/news/spark-summit-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit agenda posted

          - - -

          The agenda for the Spark Summit 2014 conference + +

          Spark Summit agenda posted

          + +

          The agenda for the Spark Summit 2014 conference is now available online. With talks from more than 50 organizations, it will be the biggest Spark event yet, bringing the developer and user communities together. Join us in person or tune in online to learn diff --git a/site/news/spark-summit-east-2015-videos-posted.html b/site/news/spark-summit-east-2015-videos-posted.html index 50b7da46122..7609ec42974 100644 --- a/site/news/spark-summit-east-2015-videos-posted.html +++ b/site/news/spark-summit-east-2015-videos-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit East 2015 Videos Posted

          - - -

          The videos and slides for Spark Summit East 2015 are now all available online. Watch them to get the latest news from the Spark community as well as use cases and applications built on top.

          + +

          Spark Summit East 2015 Videos Posted

          + +

          The videos and slides for Spark Summit East 2015 are now all available online. Watch them to get the latest news from the Spark community as well as use cases and applications built on top.

          If you like what you see, consider joining us at the 2015 Spark Summit in San Francisco.

          diff --git a/site/news/spark-summit-east-2016-cfp-closing.html b/site/news/spark-summit-east-2016-cfp-closing.html index f01b895fb9e..24923b4ac6d 100644 --- a/site/news/spark-summit-east-2016-cfp-closing.html +++ b/site/news/spark-summit-east-2016-cfp-closing.html @@ -153,10 +153,10 @@
          -

          CFP for Spark Summit East 2016 is closing soon!

          - - -

          Call for presentations is closing soon for Spark Summit East! The event will take place on February 16th-18th in New York City. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, and research. Please submit by November 22nd to be considered.

          + +

          CFP for Spark Summit East 2016 is closing soon!

          + +

          Call for presentations is closing soon for Spark Summit East! The event will take place on February 16th-18th in New York City. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, and research. Please submit by November 22nd to be considered.

          diff --git a/site/news/spark-summit-east-2017-agenda-posted.html b/site/news/spark-summit-east-2017-agenda-posted.html index 609b82c9f15..f03977a4654 100644 --- a/site/news/spark-summit-east-2017-agenda-posted.html +++ b/site/news/spark-summit-east-2017-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit East (Feb 7-9th, 2017, Boston) agenda posted

          - - -

          The agenda for Spark Summit East is now available! The summit kicks off on February 7th with a full day of Spark training followed by over 100+ talks featuring speakers from Netflix, Walmart Labs, Databricks, MIT, IBM, Microsoft, Facebook, CapitalOne, UC Berkeley. Check out the full schedule and register to attend!

          + +

          Spark Summit East (Feb 7-9th, 2017, Boston) agenda posted

          + +

          The agenda for Spark Summit East is now available! The summit kicks off on February 7th with a full day of Spark training followed by over 100+ talks featuring speakers from Netflix, Walmart Labs, Databricks, MIT, IBM, Microsoft, Facebook, CapitalOne, UC Berkeley. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-summit-east-agenda-posted-2015.html b/site/news/spark-summit-east-agenda-posted-2015.html index 41a1991d2a0..13159706a85 100644 --- a/site/news/spark-summit-east-agenda-posted-2015.html +++ b/site/news/spark-summit-east-agenda-posted-2015.html @@ -153,10 +153,10 @@

          -

          Spark Summit East agenda posted, CFP open for West

          - - -

          The agenda for Spark Summit East is now posted, with 38 talks from organizations including Goldman Sachs, Baidu, Salesforce, Novartis, Cisco and others. This inaugural Spark conference on the US East Coast will run March 18th-19th 2015 in New York City. More details are available on the Spark Summit East website, where you can also register to attend.

          + +

          Spark Summit East agenda posted, CFP open for West

          + +

          The agenda for Spark Summit East is now posted, with 38 talks from organizations including Goldman Sachs, Baidu, Salesforce, Novartis, Cisco and others. This inaugural Spark conference on the US East Coast will run March 18th-19th 2015 in New York City. More details are available on the Spark Summit East website, where you can also register to attend.

          In addition, talk proposals are now open for Spark Summit West, to run in San Francisco on June 15-17, 2015. We expect Spark Summit West to be the largest Spark community conference yet, with nearly 2000 attendees, so send in your talks if you have exciting use cases, tutorials, or development talks about Spark. You can submit your talk through the online submission form. Spark Summit East had 169 submissions, our largest set yet, so we expect West to be equally exciting.

          diff --git a/site/news/spark-summit-east-agenda-posted-2016.html b/site/news/spark-summit-east-agenda-posted-2016.html index cfcb67bd913..82d9236ff79 100644 --- a/site/news/spark-summit-east-agenda-posted-2016.html +++ b/site/news/spark-summit-east-agenda-posted-2016.html @@ -153,10 +153,10 @@
          -

          Spark Summit East (Feb 16, 2016, New York) agenda posted

          - - -

          The agenda for Spark Summit East is now posted, with 60 talks from organizations including Netflix, Comcast, Blackrock, Bloomberg and others. The 2nd annual Spark Summit East will run February 16-18th in NYC and feature a full program of speakers along with Spark training opportunities. More details are available on the Spark Summit East website, where you can also register to attend.

          + +

          Spark Summit East (Feb 16, 2016, New York) agenda posted

          + +

          The agenda for Spark Summit East is now posted, with 60 talks from organizations including Netflix, Comcast, Blackrock, Bloomberg and others. The 2nd annual Spark Summit East will run February 16-18th in NYC and feature a full program of speakers along with Spark training opportunities. More details are available on the Spark Summit East website, where you can also register to attend.

          diff --git a/site/news/spark-summit-eu-2017-agenda-posted.html b/site/news/spark-summit-eu-2017-agenda-posted.html index 4e6ddbde269..e5ea443892b 100644 --- a/site/news/spark-summit-eu-2017-agenda-posted.html +++ b/site/news/spark-summit-eu-2017-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit Europe (October 24-26th, 2017, Dublin, Ireland) agenda posted

          - - -

          The agenda for Spark Summit EU 2017 is now available! The summit kicks off on October 24 with a full day of Apache Spark training followed by over 80+ talks featuring speakers from Shell, Netflix, Intel, IBM, Facebook, Toon and many more. Check out the full schedule and register to attend!

          + +

          Spark Summit Europe (October 24-26th, 2017, Dublin, Ireland) agenda posted

          + +

          The agenda for Spark Summit EU 2017 is now available! The summit kicks off on October 24 with a full day of Apache Spark training followed by over 80+ talks featuring speakers from Shell, Netflix, Intel, IBM, Facebook, Toon and many more. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-summit-europe-agenda-posted.html b/site/news/spark-summit-europe-agenda-posted.html index b5704b66132..7dc839ebfae 100644 --- a/site/news/spark-summit-europe-agenda-posted.html +++ b/site/news/spark-summit-europe-agenda-posted.html @@ -153,10 +153,10 @@
          -

          Spark Summit Europe agenda posted

          - - -

          The agenda for Spark Summit Europe is now posted, with 38 talks from organizations including Barclays, Netflix, Elsevier, Intel and others. This inaugural Spark conference in Europe will run October 27th-29th 2015 in Amsterdam and feature a full program of speakers along with Spark training opportunities. More details are available on the Spark Summit Europe website, where you can also register to attend.

          + +

          Spark Summit Europe agenda posted

          + +

          The agenda for Spark Summit Europe is now posted, with 38 talks from organizations including Barclays, Netflix, Elsevier, Intel and others. This inaugural Spark conference in Europe will run October 27th-29th 2015 in Amsterdam and feature a full program of speakers along with Spark training opportunities. More details are available on the Spark Summit Europe website, where you can also register to attend.

          diff --git a/site/news/spark-summit-europe.html b/site/news/spark-summit-europe.html index 170afc20a6f..d8303e3b05a 100644 --- a/site/news/spark-summit-europe.html +++ b/site/news/spark-summit-europe.html @@ -153,10 +153,10 @@

          -

          Announcing Spark Summit Europe

          - - -

          Abstract submissions are now open for the first ever Spark Summit Europe. The event will take place on October 27th to 29th in Amsterdam. Submissions are welcome across a variety of Spark related topics, including use cases and ongoing development.

          + +

          Announcing Spark Summit Europe

          + +

          Abstract submissions are now open for the first ever Spark Summit Europe. The event will take place on October 27th to 29th in Amsterdam. Submissions are welcome across a variety of Spark related topics, including use cases and ongoing development.

          diff --git a/site/news/spark-summit-june-2016-agenda-posted.html b/site/news/spark-summit-june-2016-agenda-posted.html index 77ee8b60e74..fa5532ec6c5 100644 --- a/site/news/spark-summit-june-2016-agenda-posted.html +++ b/site/news/spark-summit-june-2016-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit (June 6, 2016, San Francisco) agenda posted

          - - -

          The agenda for Spark Summit 2016 is now available! The summit kicks off on June 6th with a full day of Spark training followed by over 90+ talks featuring speakers from Airbnb, Baidu, Bloomberg, Databricks, Duke, IBM, Microsoft, Netflix, Uber, UC Berkeley. Check out the full schedule and register to attend!

          + +

          Spark Summit (June 6, 2016, San Francisco) agenda posted

          + +

          The agenda for Spark Summit 2016 is now available! The summit kicks off on June 6th with a full day of Spark training followed by over 90+ talks featuring speakers from Airbnb, Baidu, Bloomberg, Databricks, Duke, IBM, Microsoft, Netflix, Uber, UC Berkeley. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-summit-june-2017-agenda-posted.html b/site/news/spark-summit-june-2017-agenda-posted.html index c09cc560c65..bacae374b7d 100644 --- a/site/news/spark-summit-june-2017-agenda-posted.html +++ b/site/news/spark-summit-june-2017-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark Summit (June 5-7th, 2017, San Francisco) agenda posted

          - - -

          The agenda for Spark Summit is now available! The summit kicks off on June 5th with a full day of Spark training followed by over 110+ talks featuring speakers from Databricks, Facebook, Airbnb, Yelp, Salesforce and UC Berkeley. Check out the full schedule and register to attend!

          + +

          Spark Summit (June 5-7th, 2017, San Francisco) agenda posted

          + +

          The agenda for Spark Summit is now available! The summit kicks off on June 5th with a full day of Spark training followed by over 110+ talks featuring speakers from Databricks, Facebook, Airbnb, Yelp, Salesforce and UC Berkeley. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-summit-june-2018-agenda-posted.html b/site/news/spark-summit-june-2018-agenda-posted.html index c497cb3f43f..c051ca5a7eb 100644 --- a/site/news/spark-summit-june-2018-agenda-posted.html +++ b/site/news/spark-summit-june-2018-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark+AI Summit (June 4-6th, 2018, San Francisco) agenda posted

          - - -

          The agenda for Spark+AI Summit is now available! The summit kicks off on June 4th with a full day of Spark training followed by over 180 talks featuring speakers from Databricks, Facebook, Microsoft, Intel, IBM, Salesforce, Uber and UC Berkeley. Check out the full schedule and register to attend!

          + +

          Spark+AI Summit (June 4-6th, 2018, San Francisco) agenda posted

          + +

          The agenda for Spark+AI Summit is now available! The summit kicks off on June 4th with a full day of Spark training followed by over 180 talks featuring speakers from Databricks, Facebook, Microsoft, Intel, IBM, Salesforce, Uber and UC Berkeley. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-summit-oct-2018-agenda-posted.html b/site/news/spark-summit-oct-2018-agenda-posted.html index 55194736992..d50ba55a04e 100644 --- a/site/news/spark-summit-oct-2018-agenda-posted.html +++ b/site/news/spark-summit-oct-2018-agenda-posted.html @@ -153,10 +153,10 @@

          -

          Spark+AI Summit (October 2-4th, 2018, London) agenda posted

          - - -

          The agenda for Spark+AI Summit Europe is now available! The summit kicks off on October 2nd with a full day of Spark training followed by over 100 talks featuring speakers from Databricks, Facebook, Intel, IBM, CERN, Uber and Google. Check out the full schedule and register to attend!

          + +

          Spark+AI Summit (October 2-4th, 2018, London) agenda posted

          + +

          The agenda for Spark+AI Summit Europe is now available! The summit kicks off on October 2nd with a full day of Spark training followed by over 100 talks featuring speakers from Databricks, Facebook, Intel, IBM, CERN, Uber and Google. Check out the full schedule and register to attend!

          diff --git a/site/news/spark-tips-from-quantifind.html b/site/news/spark-tips-from-quantifind.html index 5ace7139e0a..a8c9fbd7cb4 100644 --- a/site/news/spark-tips-from-quantifind.html +++ b/site/news/spark-tips-from-quantifind.html @@ -153,10 +153,10 @@

          -

          Spark tips from Quantifind

          - - -

          Quantifind, one of the Bay Area companies that has been using Spark for predictive analytics, recently posted two useful entries on working with Spark in their tech blog:

          + +

          Spark tips from Quantifind

          + +

          Quantifind, one of the Bay Area companies that has been using Spark for predictive analytics, recently posted two useful entries on working with Spark in their tech blog:

          • Unit testing with Spark
          • Configuring Spark's logs
          • diff --git a/site/news/spark-user-survey-and-powered-by-page.html b/site/news/spark-user-survey-and-powered-by-page.html index c081237c4b1..5f9f7a8ffb5 100644 --- a/site/news/spark-user-survey-and-powered-by-page.html +++ b/site/news/spark-user-survey-and-powered-by-page.html @@ -153,10 +153,10 @@
            -

            Spark user survey and "Powered By" page

            - - -

            As we continue developing Spark, we would love to get feedback from users and hear what you’d like us to work on next. We’ve decided that a good way to do that is a survey – we hope to run this at regular intervals. If you have a few minutes to participate, fill in the survey here. Your time is greatly appreciated.

            + +

            Spark user survey and "Powered By" page

            + +

            As we continue developing Spark, we would love to get feedback from users and hear what you’d like us to work on next. We’ve decided that a good way to do that is a survey – we hope to run this at regular intervals. If you have a few minutes to participate, fill in the survey here. Your time is greatly appreciated.

            In parallel, we are starting a “powered by” page on the Apache Spark wiki for organizations that are using, or contributing to, Spark. Sign up if you’d like to support the project! This is a great way to let the world know you’re using Spark, and can also be helpful to generate leads for recruiting. You can also add yourself when you fill the survey.

            diff --git a/site/news/spark-version-0-6-0-released.html b/site/news/spark-version-0-6-0-released.html index cf7dab28998..dab98d97fd0 100644 --- a/site/news/spark-version-0-6-0-released.html +++ b/site/news/spark-version-0-6-0-released.html @@ -153,10 +153,10 @@
            -

            Spark version 0.6.0 released

            - - -

            Spark version 0.6.0 was released today, a major release that brings a wide range of performance improvements and new features, including a simpler standalone deploy mode and a Java API. Read more about it in the release notes.

            + +

            Spark version 0.6.0 released

            + +

            Spark version 0.6.0 was released today, a major release that brings a wide range of performance improvements and new features, including a simpler standalone deploy mode and a Java API. Read more about it in the release notes.

            diff --git a/site/news/spark-wins-cloudsort-100tb-benchmark.html b/site/news/spark-wins-cloudsort-100tb-benchmark.html index 0dc164a3934..4bc09f113d5 100644 --- a/site/news/spark-wins-cloudsort-100tb-benchmark.html +++ b/site/news/spark-wins-cloudsort-100tb-benchmark.html @@ -153,10 +153,10 @@

            -

            Spark wins CloudSort Benchmark as the most efficient engine

            - - -

            We are proud to announce that Apache Spark won the 2016 CloudSort Benchmark (both Daytona and Indy category). A joint team from Nanjing University, Alibaba Group, and Databricks Inc. entered the competition using NADSort, a distributed sorting program built on top of Spark, and set a new world record as the most cost-efficient way to sort 100TB of data.

            + +

            Spark wins CloudSort Benchmark as the most efficient engine

            + +

            We are proud to announce that Apache Spark won the 2016 CloudSort Benchmark (both Daytona and Indy category). A joint team from Nanjing University, Alibaba Group, and Databricks Inc. entered the competition using NADSort, a distributed sorting program built on top of Spark, and set a new world record as the most cost-efficient way to sort 100TB of data.

            They sorted 100TB of data using only $144 USD worth of public cloud resources, beating the previous record that cost $451 USD by the University of California, San Diego.

            diff --git a/site/news/spark-wins-daytona-gray-sort-100tb-benchmark.html b/site/news/spark-wins-daytona-gray-sort-100tb-benchmark.html index 4b7fa260592..8b73cdbe195 100644 --- a/site/news/spark-wins-daytona-gray-sort-100tb-benchmark.html +++ b/site/news/spark-wins-daytona-gray-sort-100tb-benchmark.html @@ -153,10 +153,10 @@
            -

            Spark wins Daytona Gray Sort 100TB Benchmark

            - - -

            We are proud to announce that Spark won the 2014 Gray Sort Benchmark (Daytona 100TB category). A team from Databricks including Spark committers, Reynold Xin, Xiangrui Meng, and Matei Zaharia, entered the benchmark using Spark. Spark won a tie with the Themis team from UCSD, and jointly set a new world record in sorting.

            + +

            Spark wins Daytona Gray Sort 100TB Benchmark

            + +

            We are proud to announce that Spark won the 2014 Gray Sort Benchmark (Daytona 100TB category). A team from Databricks including Spark committers, Reynold Xin, Xiangrui Meng, and Matei Zaharia, entered the benchmark using Spark. Spark won a tie with the Themis team from UCSD, and jointly set a new world record in sorting.

            They used Spark and sorted 100TB of data using 206 EC2 i2.8xlarge machines in 23 minutes. The previous world record was 72 minutes, set by a Hadoop MapReduce cluster of 2100 nodes. This means that Spark sorted the same data 3X faster using 10X fewer machines. All the sorting took place on disk (HDFS), without using Spark’s in-memory cache.

            diff --git a/site/news/strata-exercises-now-available-online.html b/site/news/strata-exercises-now-available-online.html index 510913e8adf..251ec05e997 100644 --- a/site/news/strata-exercises-now-available-online.html +++ b/site/news/strata-exercises-now-available-online.html @@ -153,10 +153,10 @@
            -

            Strata exercises now available online

            - - -

            At this year’s Strata conference, the AMP Lab hosted a full day of tutorials on Spark, Shark, and Spark Streaming, including online exercises on Amazon EC2. Those exercises are now available online, letting you learn Spark and Shark at your own pace on an EC2 cluster with real data. They are a great resource for learning the systems. You can also find slides from the Strata tutorials online, as well as videos from the AMP Camp workshop we held at Berkeley in August.

            + +

            Strata exercises now available online

            + +

            At this year’s Strata conference, the AMP Lab hosted a full day of tutorials on Spark, Shark, and Spark Streaming, including online exercises on Amazon EC2. Those exercises are now available online, letting you learn Spark and Shark at your own pace on an EC2 cluster with real data. They are a great resource for learning the systems. You can also find slides from the Strata tutorials online, as well as videos from the AMP Camp workshop we held at Berkeley in August.

            diff --git a/site/news/submit-talks-to-spark-summit-2014.html b/site/news/submit-talks-to-spark-summit-2014.html index 19b5ddf9d49..c9d182e0c92 100644 --- a/site/news/submit-talks-to-spark-summit-2014.html +++ b/site/news/submit-talks-to-spark-summit-2014.html @@ -153,10 +153,10 @@

            -

            Submissions and registration open for Spark Summit 2014

            - - -

            After last year’s successful first Spark Summit, registrations + +

            Submissions and registration open for Spark Summit 2014

            + +

            After last year’s successful first Spark Summit, registrations and talk submissions are now open for Spark Summit 2014. This will be a 3-day event in San Francisco organized by multiple companies in the Spark community. The event will run June 30th to July 2nd in San Francisco, CA.

            diff --git a/site/news/submit-talks-to-spark-summit-2016.html b/site/news/submit-talks-to-spark-summit-2016.html index e6f02cc5610..7a0f337d900 100644 --- a/site/news/submit-talks-to-spark-summit-2016.html +++ b/site/news/submit-talks-to-spark-summit-2016.html @@ -153,10 +153,10 @@
            -

            Submission is open for Spark Summit San Francisco

            - - -

            Call for presentations is now open for Spark Summit San Francisco! The event will take place on June 6-8 in San Francisco. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, business value, spark ecosystem and research. Please submit by February 29th to be considered.

            + +

            Submission is open for Spark Summit San Francisco

            + +

            Call for presentations is now open for Spark Summit San Francisco! The event will take place on June 6-8 in San Francisco. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, business value, spark ecosystem and research. Please submit by February 29th to be considered.

            diff --git a/site/news/submit-talks-to-spark-summit-east-2016.html b/site/news/submit-talks-to-spark-summit-east-2016.html index 9106ec5640b..b72f8617b9a 100644 --- a/site/news/submit-talks-to-spark-summit-east-2016.html +++ b/site/news/submit-talks-to-spark-summit-east-2016.html @@ -153,10 +153,10 @@
            -

            Submission is open for Spark Summit East 2016

            - - -

            Abstract submissions are now open for the 2nd Spark Summit East! The event will take place on February 16th-18th in New York City. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, and research.

            + +

            Submission is open for Spark Summit East 2016

            + +

            Abstract submissions are now open for the 2nd Spark Summit East! The event will take place on February 16th-18th in New York City. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, and research.

            diff --git a/site/news/submit-talks-to-spark-summit-eu-2016.html b/site/news/submit-talks-to-spark-summit-eu-2016.html index 5264579f4ba..b1c882bf409 100644 --- a/site/news/submit-talks-to-spark-summit-eu-2016.html +++ b/site/news/submit-talks-to-spark-summit-eu-2016.html @@ -153,10 +153,10 @@

            -

            Call for Presentations for Spark Summit EU is Open

            - - -

            Call for presentations is now open for Spark Summit EU! The event will take place on October 25-27 in Brussels. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, spark ecosystem and research. Please submit by July 1 to be considered.

            + +

            Call for Presentations for Spark Summit EU is Open

            + +

            Call for presentations is now open for Spark Summit EU! The event will take place on October 25-27 in Brussels. Submissions are welcome across a variety of Spark-related topics, including applications, development, data science, enterprise, spark ecosystem and research. Please submit by July 1 to be considered.

            diff --git a/site/news/two-weeks-to-spark-summit-2014.html b/site/news/two-weeks-to-spark-summit-2014.html index f643283aaf4..c3031d93ffb 100644 --- a/site/news/two-weeks-to-spark-summit-2014.html +++ b/site/news/two-weeks-to-spark-summit-2014.html @@ -153,10 +153,10 @@

            -

            Two weeks to Spark Summit 2014

            - - -

            There are now two weeks left to Spark Summit 2014, which + +

            Two weeks to Spark Summit 2014

            + +

            There are now two weeks left to Spark Summit 2014, which will be held in San Francisco on June 30th to July 2nd. The Summit will contain presentations from over 50 organizations using Spark, focused on use cases and ongoing development.

            diff --git a/site/news/video-from-first-spark-development-meetup.html b/site/news/video-from-first-spark-development-meetup.html index 921cf9771cb..4e1bd4298bd 100644 --- a/site/news/video-from-first-spark-development-meetup.html +++ b/site/news/video-from-first-spark-development-meetup.html @@ -153,10 +153,10 @@
            -

            Video up from first Spark development meetup

            - - -

            On December 18th, we held the first of a series of Spark development meetups, for people interested in learning the Spark codebase and contributing to the project. There was quite a bit more demand than we anticipated, with over 80 people signing up and 64 attending. The first meetup was an introduction to Spark internals. Thanks to one of the attendees, there’s now a video of the meetup on YouTube. We’ve also posted the slides. Look to see more development meetups on Spark and Shark in the future.

            + +

            Video up from first Spark development meetup

            + +

            On December 18th, we held the first of a series of Spark development meetups, for people interested in learning the Spark codebase and contributing to the project. There was quite a bit more demand than we anticipated, with over 80 people signing up and 64 attending. The first meetup was an introduction to Spark internals. Thanks to one of the attendees, there’s now a video of the meetup on YouTube. We’ve also posted the slides. Look to see more development meetups on Spark and Shark in the future.

            diff --git a/site/pandas-on-spark/index.html b/site/pandas-on-spark/index.html index b8f9f7f024a..3035b2fc052 100644 --- a/site/pandas-on-spark/index.html +++ b/site/pandas-on-spark/index.html @@ -155,9 +155,10 @@

            -

            pandas API on Spark

            - -

            This page describes the advantages of the pandas API on Spark (“pandas on Spark”) and when you should use it instead of pandas (or in conjunction with pandas).

            + +

            pandas API on Spark

            + +

            This page describes the advantages of the pandas API on Spark (“pandas on Spark”) and when you should use it instead of pandas (or in conjunction with pandas).

            pandas on Spark can be much faster than pandas and offers syntax that is familiar to pandas users. It offers the power of Spark with the familiarity of pandas.

            diff --git a/site/powered-by.html b/site/powered-by.html index 9951e2a65c2..ce994fb688a 100644 --- a/site/powered-by.html +++ b/site/powered-by.html @@ -153,6 +153,9 @@
            + +

            Powered By Spark

            +

            Project and product names using "Spark"

            Organizations creating products and projects for use with Apache Spark, along with associated diff --git a/site/release-process.html b/site/release-process.html index 6663a203e7f..c5434030c3c 100644 --- a/site/release-process.html +++ b/site/release-process.html @@ -153,6 +153,9 @@

            + +

            Release Process

            +

            Preparing Spark releases

            The release manager role in Spark means you are responsible for a few different things:

            diff --git a/site/releases/spark-release-0-3.html b/site/releases/spark-release-0-3.html index 1861012096f..9afed4d3952 100644 --- a/site/releases/spark-release-0-3.html +++ b/site/releases/spark-release-0-3.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.3

            - - -

            Spark 0.3 brings a variety of new features. You can download it for either Scala 2.9 or Scala 2.8.

            + +

            Spark Release 0.3

            + +

            Spark 0.3 brings a variety of new features. You can download it for either Scala 2.9 or Scala 2.8.

            Scala 2.9 Support

            diff --git a/site/releases/spark-release-0-5-0.html b/site/releases/spark-release-0-5-0.html index a1ded3393b6..7efa1bfd2f2 100644 --- a/site/releases/spark-release-0-5-0.html +++ b/site/releases/spark-release-0-5-0.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.5.0

            - - -

            Spark 0.5.0 brings several new features and sets the stage for some big changes coming this summer as we incorporate code from the Spark Streaming project. You can download it as a zip or tar.gz.

            + +

            Spark Release 0.5.0

            + +

            Spark 0.5.0 brings several new features and sets the stage for some big changes coming this summer as we incorporate code from the Spark Streaming project. You can download it as a zip or tar.gz.

            Mesos 0.9 Support

            diff --git a/site/releases/spark-release-0-5-1.html b/site/releases/spark-release-0-5-1.html index 89c96dd83e4..c11e61aa8f1 100644 --- a/site/releases/spark-release-0-5-1.html +++ b/site/releases/spark-release-0-5-1.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.5.1

            - - -

            Spark 0.5.1 is a maintenance release that adds several important bug fixes and usability features. You can download it as a tar.gz file.

            + +

            Spark Release 0.5.1

            + +

            Spark 0.5.1 is a maintenance release that adds several important bug fixes and usability features. You can download it as a tar.gz file.

            Maven Publishing

            diff --git a/site/releases/spark-release-0-5-2.html b/site/releases/spark-release-0-5-2.html index 4a05ea261e5..70437c83e44 100644 --- a/site/releases/spark-release-0-5-2.html +++ b/site/releases/spark-release-0-5-2.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.5.2

            - - -

            Spark 0.5.2 is a minor release, whose main addition is to allow Spark to compile against Hadoop 2 distributions. To do this, edit project/SparkBuild.scala and change both the HADOOP_VERSION and HADOOP_MAJOR_VERSION variables, then recompile Spark. This change was contributed by Thomas Dudziak.

            + +

            Spark Release 0.5.2

            + +

            Spark 0.5.2 is a minor release, whose main addition is to allow Spark to compile against Hadoop 2 distributions. To do this, edit project/SparkBuild.scala and change both the HADOOP_VERSION and HADOOP_MAJOR_VERSION variables, then recompile Spark. This change was contributed by Thomas Dudziak.

            You can download Spark 0.5.2 as a tar.gz file (2 MB).

            diff --git a/site/releases/spark-release-0-6-0.html b/site/releases/spark-release-0-6-0.html index cc6f5e84dab..99db0bbb933 100644 --- a/site/releases/spark-release-0-6-0.html +++ b/site/releases/spark-release-0-6-0.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.6.0

            - - -

            Spark 0.6.0 is a major release that brings several new features, architectural changes, and performance enhancements. The most visible additions are a standalone deploy mode, a Java API, and expanded documentation; but there are also numerous other changes under the hood, which improve performance in some cases by as much as 2x.

            + +

            Spark Release 0.6.0

            + +

            Spark 0.6.0 is a major release that brings several new features, architectural changes, and performance enhancements. The most visible additions are a standalone deploy mode, a Java API, and expanded documentation; but there are also numerous other changes under the hood, which improve performance in some cases by as much as 2x.

            You can download this release as either a source package (2 MB tar.gz) or prebuilt package (48 MB tar.gz)

            diff --git a/site/releases/spark-release-0-6-1.html b/site/releases/spark-release-0-6-1.html index 552605b43b0..3429b0bd05e 100644 --- a/site/releases/spark-release-0-6-1.html +++ b/site/releases/spark-release-0-6-1.html @@ -153,10 +153,10 @@
            -

            Spark Release 0.6.1

            - - -

            Spark 0.6.1 is a maintenance release that contains several important bug fixes and performance improvements. You can download it as a source package (2.4 MB tar.gz) or prebuilt package (48 MB tar.gz).

            + +

            Spark Release 0.6.1

            + +

            Spark 0.6.1 is a maintenance release that contains several important bug fixes and performance improvements. You can download it as a source package (2.4 MB tar.gz) or prebuilt package (48 MB tar.gz).

            The fixes and improvements in this version include:

              diff --git a/site/releases/spark-release-0-6-2.html b/site/releases/spark-release-0-6-2.html index 1070a54d2c0..15a8b330ff9 100644 --- a/site/releases/spark-release-0-6-2.html +++ b/site/releases/spark-release-0-6-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.6.2

              - - -

              Spark 0.6.2 is a maintenance release that contains several bug fixes and usability improvements. You can download it as a source package (2.5 MB tar.gz) or prebuilt package (48 MB tar.gz).

              + +

              Spark Release 0.6.2

              + +

              Spark 0.6.2 is a maintenance release that contains several bug fixes and usability improvements. You can download it as a source package (2.5 MB tar.gz) or prebuilt package (48 MB tar.gz).

              We recommend that all Spark 0.6 users update to this maintenance release.

              diff --git a/site/releases/spark-release-0-7-0.html b/site/releases/spark-release-0-7-0.html index d91365903af..879615197e7 100644 --- a/site/releases/spark-release-0-7-0.html +++ b/site/releases/spark-release-0-7-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.7.0

              - - -

              The Spark team is proud to release version 0.7.0, a new major release that brings several new features. Most notable are a Python API for Spark and an alpha of Spark Streaming. (Details on Spark Streaming can also be found in this technical report.) The release also adds numerous other improvements across the board. Overall, this is our biggest release to date, with 31 contributors, of which 20 were external to Berkeley.

              + +

              Spark Release 0.7.0

              + +

              The Spark team is proud to release version 0.7.0, a new major release that brings several new features. Most notable are a Python API for Spark and an alpha of Spark Streaming. (Details on Spark Streaming can also be found in this technical report.) The release also adds numerous other improvements across the board. Overall, this is our biggest release to date, with 31 contributors, of which 20 were external to Berkeley.

              You can download Spark 0.7.0 as either a source package (4 MB tar.gz) or prebuilt package (60 MB tar.gz).

              diff --git a/site/releases/spark-release-0-7-2.html b/site/releases/spark-release-0-7-2.html index d7e7cf89025..bdfa45f3f36 100644 --- a/site/releases/spark-release-0-7-2.html +++ b/site/releases/spark-release-0-7-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.7.2

              - - -

              Spark 0.7.2 is a maintenance release that contains multiple bug fixes and improvements. You can download it as a source package (4 MB tar.gz) or get prebuilt packages for Hadoop 1 / CDH3 or CDH 4 (61 MB tar.gz).

              + +

              Spark Release 0.7.2

              + +

              Spark 0.7.2 is a maintenance release that contains multiple bug fixes and improvements. You can download it as a source package (4 MB tar.gz) or get prebuilt packages for Hadoop 1 / CDH3 or CDH 4 (61 MB tar.gz).

              We recommend that all users update to this maintenance release.

              diff --git a/site/releases/spark-release-0-7-3.html b/site/releases/spark-release-0-7-3.html index 0ea2f04c4c9..a3d013212d5 100644 --- a/site/releases/spark-release-0-7-3.html +++ b/site/releases/spark-release-0-7-3.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.7.3

              - - -

              Spark 0.7.3 is a maintenance release with several bug fixes, performance fixes, and new features. You can download it as a source package (4 MB tar.gz) or get prebuilt packages for Hadoop 1 / CDH3 or for CDH 4 (61 MB tar.gz).

              + +

              Spark Release 0.7.3

              + +

              Spark 0.7.3 is a maintenance release with several bug fixes, performance fixes, and new features. You can download it as a source package (4 MB tar.gz) or get prebuilt packages for Hadoop 1 / CDH3 or for CDH 4 (61 MB tar.gz).

              We recommend that all users update to this maintenance release.

              diff --git a/site/releases/spark-release-0-8-0.html b/site/releases/spark-release-0-8-0.html index 91e71c6507e..be7b990200a 100644 --- a/site/releases/spark-release-0-8-0.html +++ b/site/releases/spark-release-0-8-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.8.0

              - - -

              Apache Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release in the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies.

              + +

              Spark Release 0.8.0

              + +

              Apache Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release in the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies.

              You can download Spark 0.8.0 as either a source package (4 MB tar.gz) or a prebuilt pacakge for Hadoop 1 / CDH3 or CDH4 (125 MB tar.gz). Release signatures and checksums are available at the official Apache download site.

              diff --git a/site/releases/spark-release-0-8-1.html b/site/releases/spark-release-0-8-1.html index f6cc9ac6e24..4f31753db86 100644 --- a/site/releases/spark-release-0-8-1.html +++ b/site/releases/spark-release-0-8-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.8.1

              - - -

              Apache Spark 0.8.1 is a maintenance and performance release for the Scala 2.9 version of Spark. It also adds several new features, such as standalone mode high availability, that will appear in Spark 0.9 but developers wanted to have in Scala 2.9. Contributions to 0.8.1 came from 41 developers.

              + +

              Spark Release 0.8.1

              + +

              Apache Spark 0.8.1 is a maintenance and performance release for the Scala 2.9 version of Spark. It also adds several new features, such as standalone mode high availability, that will appear in Spark 0.9 but developers wanted to have in Scala 2.9. Contributions to 0.8.1 came from 41 developers.

              YARN 2.2 Support

              Support has been added for running Spark on YARN 2.2 and newer. Due to a change in the YARN API between previous versions and 2.2+, this was not supported in Spark 0.8.0. See the YARN documentation for specific instructions on how to build Spark for YARN 2.2+. We’ve also included a pre-compiled binary for YARN 2.2.

              diff --git a/site/releases/spark-release-0-9-0.html b/site/releases/spark-release-0-9-0.html index 7d201899eba..fb2f6aae586 100644 --- a/site/releases/spark-release-0-9-0.html +++ b/site/releases/spark-release-0-9-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 0.9.0

              - - -

              Spark 0.9.0 is a major release that adds significant new features. It updates Spark to Scala 2.10, simplifies high availability, and updates numerous components of the project. This release includes a first version of GraphX, a powerful new framework for graph processing that comes with a library of standard algorithms. In addition, Spark Streaming is now out of alpha, and includes significant optimizations and simplified high availability deployment.

              + +

              Spark Release 0.9.0

              + +

              Spark 0.9.0 is a major release that adds significant new features. It updates Spark to Scala 2.10, simplifies high availability, and updates numerous components of the project. This release includes a first version of GraphX, a powerful new framework for graph processing that comes with a library of standard algorithms. In addition, Spark Streaming is now out of alpha, and includes significant optimizations and simplified high availability deployment.

              You can download Spark 0.9.0 as either a source package diff --git a/site/releases/spark-release-0-9-1.html b/site/releases/spark-release-0-9-1.html index fd48ae9e8ac..4722c1a493b 100644 --- a/site/releases/spark-release-0-9-1.html +++ b/site/releases/spark-release-0-9-1.html @@ -153,10 +153,10 @@

              -

              Spark Release 0.9.1

              - - -

              Spark 0.9.1 is a maintenance release with bug fixes, performance improvements, better stability with YARN and improved parity of the Scala and Python API. We recommend all 0.9.0 users to upgrade to this stable release. Contributions to this release came from 37 developers.

              + +

              Spark Release 0.9.1

              + +

              Spark 0.9.1 is a maintenance release with bug fixes, performance improvements, better stability with YARN and improved parity of the Scala and Python API. We recommend all 0.9.0 users to upgrade to this stable release. Contributions to this release came from 37 developers.

              You can download Spark 0.9.1 as either a source package source package diff --git a/site/releases/spark-release-0-9-2.html b/site/releases/spark-release-0-9-2.html index b597bab28f7..5585886c49d 100644 --- a/site/releases/spark-release-0-9-2.html +++ b/site/releases/spark-release-0-9-2.html @@ -153,10 +153,10 @@

              -

              Spark Release 0.9.2

              - - -

              Spark 0.9.2 is a maintenance release with bug fixes. This release is based on the branch-0.9 maintenance branch of Spark. We recommend all 0.9.x users to upgrade to this stable release. Contributions to this release came from 28 developers.

              + +

              Spark Release 0.9.2

              + +

              Spark 0.9.2 is a maintenance release with bug fixes. This release is based on the branch-0.9 maintenance branch of Spark. We recommend all 0.9.x users to upgrade to this stable release. Contributions to this release came from 28 developers.

              You can download Spark 0.9.2 as either a source package diff --git a/site/releases/spark-release-1-0-0.html b/site/releases/spark-release-1-0-0.html index 27d90dd259b..9cbb6760a14 100644 --- a/site/releases/spark-release-1-0-0.html +++ b/site/releases/spark-release-1-0-0.html @@ -153,10 +153,10 @@

              -

              Spark Release 1.0.0

              - - -

              Spark 1.0.0 is a major release marking the start of the 1.X line. This release brings both a variety of new features and strong API compatibility guarantees throughout the 1.X line. Spark 1.0 adds a new major component, Spark SQL, for loading and manipulating structured data in Spark. It includes major extensions to all of Spark’s existing standard libraries (ML, Streaming, and GraphX) while also enhancing language support in Java and Python. Finally, Spark 1.0 brings operational improvements including full support for the Hadoop/YARN security model and a unified submission process for all supported cluster managers.

              + +

              Spark Release 1.0.0

              + +

              Spark 1.0.0 is a major release marking the start of the 1.X line. This release brings both a variety of new features and strong API compatibility guarantees throughout the 1.X line. Spark 1.0 adds a new major component, Spark SQL, for loading and manipulating structured data in Spark. It includes major extensions to all of Spark’s existing standard libraries (ML, Streaming, and GraphX) while also enhancing language support in Java and Python. Finally, Spark 1.0 brings operational improvements including full support for the Hadoop/YARN security model and a unified submission process for all supported cluster managers.

              You can download Spark 1.0.0 as either a source package diff --git a/site/releases/spark-release-1-0-1.html b/site/releases/spark-release-1-0-1.html index 88169b80952..68cd307530f 100644 --- a/site/releases/spark-release-1-0-1.html +++ b/site/releases/spark-release-1-0-1.html @@ -153,10 +153,10 @@

              -

              Spark Release 1.0.1

              - - -

              Spark 1.0.1 is a maintenance release with several stability fixes and a few new features in Spark’s SQL (alpha) library. This release is based on the branch-1.0 maintenance branch of Spark. We recommend users follow the head of this branch to get the most recent stable version of Spark.

              + +

              Spark Release 1.0.1

              + +

              Spark 1.0.1 is a maintenance release with several stability fixes and a few new features in Spark’s SQL (alpha) library. This release is based on the branch-1.0 maintenance branch of Spark. We recommend users follow the head of this branch to get the most recent stable version of Spark.

              You can download Spark 1.0.1 as either a source package diff --git a/site/releases/spark-release-1-0-2.html b/site/releases/spark-release-1-0-2.html index 3b9f00530df..d470d010443 100644 --- a/site/releases/spark-release-1-0-2.html +++ b/site/releases/spark-release-1-0-2.html @@ -153,10 +153,10 @@

              -

              Spark Release 1.0.2

              - - -

              Spark 1.0.2 is a maintenance release with bug fixes. This release is based on the branch-1.0 maintenance branch of Spark. We recommend all 1.0.x users to upgrade to this stable release. Contributions to this release came from 30 developers.

              + +

              Spark Release 1.0.2

              + +

              Spark 1.0.2 is a maintenance release with bug fixes. This release is based on the branch-1.0 maintenance branch of Spark. We recommend all 1.0.x users to upgrade to this stable release. Contributions to this release came from 30 developers.

              You can download Spark 1.0.2 as either a source package diff --git a/site/releases/spark-release-1-1-0.html b/site/releases/spark-release-1-1-0.html index 5d51b20ef20..3c7794cf7f4 100644 --- a/site/releases/spark-release-1-1-0.html +++ b/site/releases/spark-release-1-1-0.html @@ -153,10 +153,10 @@

              -

              Spark Release 1.1.0

              - - -

              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!

              + +

              Spark Release 1.1.0

              + +

              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!

              To download Spark 1.1 visit the downloads page.

              diff --git a/site/releases/spark-release-1-1-1.html b/site/releases/spark-release-1-1-1.html index 75b5cedefd1..8dbefdba8d0 100644 --- a/site/releases/spark-release-1-1-1.html +++ b/site/releases/spark-release-1-1-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.1.1

              - - -

              Spark 1.1.1 is a maintenance release with bug fixes. This release is based on the branch-1.1 maintenance branch of Spark. We recommend all 1.1.0 users to upgrade to this stable release. Contributions to this release came from 55 developers.

              + +

              Spark Release 1.1.1

              + +

              Spark 1.1.1 is a maintenance release with bug fixes. This release is based on the branch-1.1 maintenance branch of Spark. We recommend all 1.1.0 users to upgrade to this stable release. Contributions to this release came from 55 developers.

              To download Spark 1.1.1 visit the downloads page.

              diff --git a/site/releases/spark-release-1-2-0.html b/site/releases/spark-release-1-2-0.html index 0a60d4eda27..456c4ec740c 100644 --- a/site/releases/spark-release-1-2-0.html +++ b/site/releases/spark-release-1-2-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.2.0

              - - -

              Spark 1.2.0 is the third release on the 1.X line. This release brings performance and usability improvements in Spark’s core engine, a major new API for MLlib, expanded ML support in Python, a fully H/A mode in Spark Streaming, and much more. GraphX has seen major performance and API improvements and graduates from an alpha component. Spark 1.2 represents the work of 172 contributors from more than 60 institutions in more than 1000 individual patches.

              + +

              Spark Release 1.2.0

              + +

              Spark 1.2.0 is the third release on the 1.X line. This release brings performance and usability improvements in Spark’s core engine, a major new API for MLlib, expanded ML support in Python, a fully H/A mode in Spark Streaming, and much more. GraphX has seen major performance and API improvements and graduates from an alpha component. Spark 1.2 represents the work of 172 contributors from more than 60 institutions in more than 1000 individual patches.

              To download Spark 1.2 visit the downloads page.

              diff --git a/site/releases/spark-release-1-2-1.html b/site/releases/spark-release-1-2-1.html index d245b61f92a..0498e4311f2 100644 --- a/site/releases/spark-release-1-2-1.html +++ b/site/releases/spark-release-1-2-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.2.1

              - - -

              Spark 1.2.1 is a maintenance release containing stability fixes. This release is based on the branch-1.2 maintenance branch of Spark. We recommend all 1.2.0 users to upgrade to this stable release. Contributions to this release came from 69 developers.

              + +

              Spark Release 1.2.1

              + +

              Spark 1.2.1 is a maintenance release containing stability fixes. This release is based on the branch-1.2 maintenance branch of Spark. We recommend all 1.2.0 users to upgrade to this stable release. Contributions to this release came from 69 developers.

              To download Spark 1.2.1 visit the downloads page.

              diff --git a/site/releases/spark-release-1-2-2.html b/site/releases/spark-release-1-2-2.html index 6c63c44ec0b..c5d1820cefb 100644 --- a/site/releases/spark-release-1-2-2.html +++ b/site/releases/spark-release-1-2-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.2.2

              - - -

              Spark 1.2.2 is a maintenance release containing stability fixes. This release is based on the branch-1.2 maintenance branch of Spark. We recommend all 1.2.1 users to upgrade to this stable release. Contributions to this release came from 39 developers.

              + +

              Spark Release 1.2.2

              + +

              Spark 1.2.2 is a maintenance release containing stability fixes. This release is based on the branch-1.2 maintenance branch of Spark. We recommend all 1.2.1 users to upgrade to this stable release. Contributions to this release came from 39 developers.

              To download Spark 1.2.2 visit the downloads page.

              diff --git a/site/releases/spark-release-1-3-0.html b/site/releases/spark-release-1-3-0.html index 321f2e07da8..d78a1ed4695 100644 --- a/site/releases/spark-release-1-3-0.html +++ b/site/releases/spark-release-1-3-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.3.0

              - - -

              Spark 1.3.0 is the fourth release on the 1.X line. This release brings a new DataFrame API alongside the graduation of Spark SQL from an alpha project. It also brings usability improvements in Spark’s core engine and expansion of MLlib and Spark Streaming. Spark 1.3 represents the work of 174 contributors from more than 60 institutions in more than 1000 individual patches.

              + +

              Spark Release 1.3.0

              + +

              Spark 1.3.0 is the fourth release on the 1.X line. This release brings a new DataFrame API alongside the graduation of Spark SQL from an alpha project. It also brings usability improvements in Spark’s core engine and expansion of MLlib and Spark Streaming. Spark 1.3 represents the work of 174 contributors from more than 60 institutions in more than 1000 individual patches.

              To download Spark 1.3 visit the downloads page.

              diff --git a/site/releases/spark-release-1-3-1.html b/site/releases/spark-release-1-3-1.html index d78e29f9a64..626d0d2d3e4 100644 --- a/site/releases/spark-release-1-3-1.html +++ b/site/releases/spark-release-1-3-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.3.1

              - - -

              Spark 1.3.1 is a maintenance release containing stability fixes. This release is based on the branch-1.3 maintenance branch of Spark. We recommend all 1.3.0 users to upgrade to this stable release. Contributions to this release came from 60 developers.

              + +

              Spark Release 1.3.1

              + +

              Spark 1.3.1 is a maintenance release containing stability fixes. This release is based on the branch-1.3 maintenance branch of Spark. We recommend all 1.3.0 users to upgrade to this stable release. Contributions to this release came from 60 developers.

              To download Spark 1.3.1 visit the downloads page.

              diff --git a/site/releases/spark-release-1-4-0.html b/site/releases/spark-release-1-4-0.html index 5184af5ec0f..6ebe67190ee 100644 --- a/site/releases/spark-release-1-4-0.html +++ b/site/releases/spark-release-1-4-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.4.0

              - - -

              Spark 1.4.0 is the fifth release on the 1.X line. This release brings an R API to Spark. It also brings usability improvements in Spark’s core engine and expansion of MLlib and Spark Streaming. Spark 1.4 represents the work of more than 210 contributors from more than 70 institutions in more than 1000 individual patches.

              + +

              Spark Release 1.4.0

              + +

              Spark 1.4.0 is the fifth release on the 1.X line. This release brings an R API to Spark. It also brings usability improvements in Spark’s core engine and expansion of MLlib and Spark Streaming. Spark 1.4 represents the work of more than 210 contributors from more than 70 institutions in more than 1000 individual patches.

              To download Spark 1.4 visit the downloads page.

              diff --git a/site/releases/spark-release-1-4-1.html b/site/releases/spark-release-1-4-1.html index 9e6f4082d5f..df19ef7464f 100644 --- a/site/releases/spark-release-1-4-1.html +++ b/site/releases/spark-release-1-4-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.4.1

              - - -

              Spark 1.4.1 is a maintenance release containing stability fixes. This release is based on the branch-1.4 maintenance branch of Spark. We recommend all 1.4.0 users to upgrade to this stable release. 85 developers contributed to this release.

              + +

              Spark Release 1.4.1

              + +

              Spark 1.4.1 is a maintenance release containing stability fixes. This release is based on the branch-1.4 maintenance branch of Spark. We recommend all 1.4.0 users to upgrade to this stable release. 85 developers contributed to this release.

              To download Spark 1.4.1 visit the downloads page.

              diff --git a/site/releases/spark-release-1-5-0.html b/site/releases/spark-release-1-5-0.html index 853a1e64f0c..ee0d9814140 100644 --- a/site/releases/spark-release-1-5-0.html +++ b/site/releases/spark-release-1-5-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.5.0

              - - -

              Spark 1.5.0 is the sixth release on the 1.x line. This release represents 1400+ patches from 230+ contributors and 80+ institutions. To download Spark 1.5.0 visit the downloads page.

              + +

              Spark Release 1.5.0

              + +

              Spark 1.5.0 is the sixth release on the 1.x line. This release represents 1400+ patches from 230+ contributors and 80+ institutions. To download Spark 1.5.0 visit the downloads page.

              You can consult JIRA for the detailed changes. We have curated a list of high level changes here:

              diff --git a/site/releases/spark-release-1-5-1.html b/site/releases/spark-release-1-5-1.html index ff0b880f6bf..38492bee21e 100644 --- a/site/releases/spark-release-1-5-1.html +++ b/site/releases/spark-release-1-5-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.5.1

              - - -

              Spark 1.5.1 is a maintenance release containing stability fixes. This release is based on the branch-1.5 maintenance branch of Spark. We strongly recommend all 1.5.0 users to upgrade to this stable release.

              + +

              Spark Release 1.5.1

              + +

              Spark 1.5.1 is a maintenance release containing stability fixes. This release is based on the branch-1.5 maintenance branch of Spark. We strongly recommend all 1.5.0 users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-1-5-2.html b/site/releases/spark-release-1-5-2.html index b1ffa100398..31758dfd033 100644 --- a/site/releases/spark-release-1-5-2.html +++ b/site/releases/spark-release-1-5-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.5.2

              - - -

              Spark 1.5.2 is a maintenance release containing stability fixes. This release is based on the branch-1.5 maintenance branch of Spark. We strongly recommend all 1.5.x users to upgrade to this stable release.

              + +

              Spark Release 1.5.2

              + +

              Spark 1.5.2 is a maintenance release containing stability fixes. This release is based on the branch-1.5 maintenance branch of Spark. We strongly recommend all 1.5.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-1-6-0.html b/site/releases/spark-release-1-6-0.html index bbc1ddbd329..0d1b95c3f0e 100644 --- a/site/releases/spark-release-1-6-0.html +++ b/site/releases/spark-release-1-6-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.6.0

              - - -

              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 downloads page.

              + +

              Spark Release 1.6.0

              + +

              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 downloads page.

              You can consult JIRA for the detailed changes. We have curated a list of high level changes here:

              diff --git a/site/releases/spark-release-1-6-1.html b/site/releases/spark-release-1-6-1.html index 5bc80935eb7..31dd85fc821 100644 --- a/site/releases/spark-release-1-6-1.html +++ b/site/releases/spark-release-1-6-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.6.1

              - - -

              Spark 1.6.1 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              + +

              Spark Release 1.6.1

              + +

              Spark 1.6.1 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-1-6-2.html b/site/releases/spark-release-1-6-2.html index 0e6cad02218..c4c54a0d6db 100644 --- a/site/releases/spark-release-1-6-2.html +++ b/site/releases/spark-release-1-6-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.6.2

              - - -

              Spark 1.6.2 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              + +

              Spark Release 1.6.2

              + +

              Spark 1.6.2 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-1-6-3.html b/site/releases/spark-release-1-6-3.html index 52254bc6304..e03a4b0a6ec 100644 --- a/site/releases/spark-release-1-6-3.html +++ b/site/releases/spark-release-1-6-3.html @@ -153,10 +153,10 @@
              -

              Spark Release 1.6.3

              - - -

              Spark 1.6.3 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              + +

              Spark Release 1.6.3

              + +

              Spark 1.6.3 is a maintenance release containing stability fixes. This release is based on the branch-1.6 maintenance branch of Spark. We strongly recommend all 1.6.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-0-0.html b/site/releases/spark-release-2-0-0.html index 286b0f32d16..e9292ac6875 100644 --- a/site/releases/spark-release-2-0-0.html +++ b/site/releases/spark-release-2-0-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.0.0

              - - -

              Apache Spark 2.0.0 is the first release on the 2.x line. The major updates are API usability, SQL 2003 support, performance improvements, structured streaming, R UDF support, as well as operational improvements. In addition, this release includes over 2500 patches from over 300 contributors.

              + +

              Spark Release 2.0.0

              + +

              Apache Spark 2.0.0 is the first release on the 2.x line. The major updates are API usability, SQL 2003 support, performance improvements, structured streaming, R UDF support, as well as operational improvements. In addition, this release includes over 2500 patches from over 300 contributors.

              To download Apache Spark 2.0.0, visit the downloads page. You can consult JIRA for the detailed changes. We have curated a list of high level changes here, grouped by major modules.

              diff --git a/site/releases/spark-release-2-0-1.html b/site/releases/spark-release-2-0-1.html index 7df8eb2d7fd..23cb9a0d235 100644 --- a/site/releases/spark-release-2-0-1.html +++ b/site/releases/spark-release-2-0-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.0.1

              - - -

              Apache Spark 2.0.1 is a maintenance release containing 300 stability and bug fixes. This release is based on the branch-2.0 maintenance branch of Spark. We strongly recommend all 2.0.0 users to upgrade to this stable release.

              + +

              Spark Release 2.0.1

              + +

              Apache Spark 2.0.1 is a maintenance release containing 300 stability and bug fixes. This release is based on the branch-2.0 maintenance branch of Spark. We strongly recommend all 2.0.0 users to upgrade to this stable release.

              To download Apache Spark 2.0.1, visit the downloads page. You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-0-2.html b/site/releases/spark-release-2-0-2.html index 71c9d713fdc..e83c01d4dca 100644 --- a/site/releases/spark-release-2-0-2.html +++ b/site/releases/spark-release-2-0-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.0.2

              - - -

              Apache Spark 2.0.2 is a maintenance release containing stability fixes. We strongly recommend all 2.0.x users to upgrade to this stable release.

              + +

              Spark Release 2.0.2

              + +

              Apache Spark 2.0.2 is a maintenance release containing stability fixes. We strongly recommend all 2.0.x users to upgrade to this stable release.

              This release is based on the branch-2.0 maintenance branch of Spark and contains several bug fixes on top of 2.0.1. In addition, for the experimental Structured Streaming support, we have added support for Kafka 0.10 and runtime metrics.

              diff --git a/site/releases/spark-release-2-1-0.html b/site/releases/spark-release-2-1-0.html index 22abac450b4..ec1425ba2d2 100644 --- a/site/releases/spark-release-2-1-0.html +++ b/site/releases/spark-release-2-1-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.1.0

              - - -

              Apache Spark 2.1.0 is the second release on the 2.x line. This release makes significant strides in the production readiness of Structured Streaming, with added support for event time watermarks and Kafka 0.10 support. In addition, this release focuses more on usability, stability, and polish, resolving over 1200 tickets.

              + +

              Spark Release 2.1.0

              + +

              Apache Spark 2.1.0 is the second release on the 2.x line. This release makes significant strides in the production readiness of Structured Streaming, with added support for event time watermarks and Kafka 0.10 support. In addition, this release focuses more on usability, stability, and polish, resolving over 1200 tickets.

              To download Apache Spark 2.1.0, visit the downloads page. You can consult JIRA for the detailed changes. We have curated a list of high level changes here, grouped by major modules.

              diff --git a/site/releases/spark-release-2-1-1.html b/site/releases/spark-release-2-1-1.html index ce17850c989..ce63cd10de7 100644 --- a/site/releases/spark-release-2-1-1.html +++ b/site/releases/spark-release-2-1-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.1.1

              - - -

              Spark 2.1.1 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              + +

              Spark Release 2.1.1

              + +

              Spark 2.1.1 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-1-2.html b/site/releases/spark-release-2-1-2.html index f8ba7f61526..e2a334c7a0c 100644 --- a/site/releases/spark-release-2-1-2.html +++ b/site/releases/spark-release-2-1-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.1.2

              - - -

              Spark 2.1.2 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              + +

              Spark Release 2.1.2

              + +

              Spark 2.1.2 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-1-3.html b/site/releases/spark-release-2-1-3.html index 946d9c05515..8846a8af88b 100644 --- a/site/releases/spark-release-2-1-3.html +++ b/site/releases/spark-release-2-1-3.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.1.3

              - - -

              Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              + +

              Spark Release 2.1.3

              + +

              Spark 2.1.3 is a maintenance release containing stability fixes. This release is based on the branch-2.1 maintenance branch of Spark. We strongly recommend all 2.1.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-2-0.html b/site/releases/spark-release-2-2-0.html index 0e3cee1db1c..2fb2db01d92 100644 --- a/site/releases/spark-release-2-2-0.html +++ b/site/releases/spark-release-2-2-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.2.0

              - - -

              Apache Spark 2.2.0 is the third release on the 2.x line. This release removes the experimental tag from Structured Streaming. In addition, this release focuses more on usability, stability, and polish, resolving over 1100 tickets.

              + +

              Spark Release 2.2.0

              + +

              Apache Spark 2.2.0 is the third release on the 2.x line. This release removes the experimental tag from Structured Streaming. In addition, this release focuses more on usability, stability, and polish, resolving over 1100 tickets.

              Additionally, we are excited to announce that PySpark is now available in pypi. To install just run pip install pyspark.

              diff --git a/site/releases/spark-release-2-2-1.html b/site/releases/spark-release-2-2-1.html index c754f859b45..044b50f1319 100644 --- a/site/releases/spark-release-2-2-1.html +++ b/site/releases/spark-release-2-2-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.2.1

              - - -

              Spark 2.2.1 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.x users to upgrade to this stable release.

              + +

              Spark Release 2.2.1

              + +

              Spark 2.2.1 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-2-2.html b/site/releases/spark-release-2-2-2.html index a74ea313e61..45f84b3356d 100644 --- a/site/releases/spark-release-2-2-2.html +++ b/site/releases/spark-release-2-2-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.2.2

              - - -

              Spark 2.2.2 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.x users to upgrade to this stable release.

              + +

              Spark Release 2.2.2

              + +

              Spark 2.2.2 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes

              diff --git a/site/releases/spark-release-2-2-3.html b/site/releases/spark-release-2-2-3.html index 30028893bb3..dce62782479 100644 --- a/site/releases/spark-release-2-2-3.html +++ b/site/releases/spark-release-2-2-3.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.2.3

              - - -

              Spark 2.2.3 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.2 users to upgrade to this stable release.

              + +

              Spark Release 2.2.3

              + +

              Spark 2.2.3 is a maintenance release containing stability fixes. This release is based on the branch-2.2 maintenance branch of Spark. We strongly recommend all 2.2.2 users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-3-0.html b/site/releases/spark-release-2-3-0.html index 44de5b921fc..8c60e3bbf4e 100644 --- a/site/releases/spark-release-2-3-0.html +++ b/site/releases/spark-release-2-3-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.3.0

              - - -

              Apache Spark 2.3.0 is the fourth release in the 2.x line. This release adds support for Continuous Processing in Structured Streaming along with a brand new Kubernetes Scheduler backend. Other major updates include the new DataSource and Structured Streaming v2 APIs, and a number of PySpark performance enhancements. In addition, this release continues to focus on usability, stability, and polish while resolving around 1400 tickets.

              + +

              Spark Release 2.3.0

              + +

              Apache Spark 2.3.0 is the fourth release in the 2.x line. This release adds support for Continuous Processing in Structured Streaming along with a brand new Kubernetes Scheduler backend. Other major updates include the new DataSource and Structured Streaming v2 APIs, and a number of PySpark performance enhancements. In addition, this release continues to focus on usability, stability, and polish while resolving around 1400 tickets.

              To download Apache Spark 2.3.0, visit the downloads page. You can consult JIRA for the detailed changes. We have curated a list of high level changes here, grouped by major modules.

              diff --git a/site/releases/spark-release-2-3-1.html b/site/releases/spark-release-2-3-1.html index 8a9a161ee50..43f7f72bf51 100644 --- a/site/releases/spark-release-2-3-1.html +++ b/site/releases/spark-release-2-3-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.3.1

              - - -

              Spark 2.3.1 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              + +

              Spark Release 2.3.1

              + +

              Spark 2.3.1 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-3-2.html b/site/releases/spark-release-2-3-2.html index 88a5fb88081..a2dda749d3b 100644 --- a/site/releases/spark-release-2-3-2.html +++ b/site/releases/spark-release-2-3-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.3.2

              - - -

              Spark 2.3.2 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              + +

              Spark Release 2.3.2

              + +

              Spark 2.3.2 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-3-3.html b/site/releases/spark-release-2-3-3.html index a8a5f0770c9..1194efff2d5 100644 --- a/site/releases/spark-release-2-3-3.html +++ b/site/releases/spark-release-2-3-3.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.3.3

              - - -

              Spark 2.3.3 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.2 users to upgrade to this stable release.

              + +

              Spark Release 2.3.3

              + +

              Spark 2.3.3 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.2 users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-3-4.html b/site/releases/spark-release-2-3-4.html index 5a0872c2e94..f171d13fc4d 100644 --- a/site/releases/spark-release-2-3-4.html +++ b/site/releases/spark-release-2-3-4.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.3.4

              - - -

              Spark 2.3.4 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              + +

              Spark Release 2.3.4

              + +

              Spark 2.3.4 is a maintenance release containing stability fixes. This release is based on the branch-2.3 maintenance branch of Spark. We strongly recommend all 2.3.x users to upgrade to this stable release.

              You can consult JIRA for the detailed changes.

              diff --git a/site/releases/spark-release-2-4-0.html b/site/releases/spark-release-2-4-0.html index c819ce78bfb..bc8bfa93de7 100644 --- a/site/releases/spark-release-2-4-0.html +++ b/site/releases/spark-release-2-4-0.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.4.0

              - - -

              Apache Spark 2.4.0 is the fifth release in the 2.x line. This release adds Barrier Execution Mode for better integration with deep learning frameworks, introduces 30+ built-in and higher-order functions to deal with complex data type easier, improves the K8s integration, along with experimental Scala 2.12 support. Other major updates include the built-in Avro data source, Image data source, flexible streaming sinks, elimination of the 2GB block size limitation during transfer, Pandas UDF improvements. In addition, this release continues to focus on usability, stability, and polish while resolving around 1100 tickets.

              + +

              Spark Release 2.4.0

              + +

              Apache Spark 2.4.0 is the fifth release in the 2.x line. This release adds Barrier Execution Mode for better integration with deep learning frameworks, introduces 30+ built-in and higher-order functions to deal with complex data type easier, improves the K8s integration, along with experimental Scala 2.12 support. Other major updates include the built-in Avro data source, Image data source, flexible streaming sinks, elimination of the 2GB block size limitation during transfer, Pandas UDF improvements. In addition, this release continues to focus on usability, stability, and polish while resolving around 1100 tickets.

              To download Apache Spark 2.4.0, visit the downloads page. You can consult JIRA for the detailed changes. We have curated a list of high level changes here, grouped by major modules.

              diff --git a/site/releases/spark-release-2-4-1.html b/site/releases/spark-release-2-4-1.html index ecb3d8f1f67..d63886060fb 100644 --- a/site/releases/spark-release-2-4-1.html +++ b/site/releases/spark-release-2-4-1.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.4.1

              - - -

              Spark 2.4.1 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4.0 users to upgrade to this stable release.

              + +

              Spark Release 2.4.1

              + +

              Spark 2.4.1 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4.0 users to upgrade to this stable release.

              In Apache Spark 2.4.1, Scala 2.12 support is GA, and it’s no longer experimental. We will drop Scala 2.11 support in Spark 3.0, so please provide us feedback.

              diff --git a/site/releases/spark-release-2-4-2.html b/site/releases/spark-release-2-4-2.html index ca7ec205501..e21b34f10b9 100644 --- a/site/releases/spark-release-2-4-2.html +++ b/site/releases/spark-release-2-4-2.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.4.2

              - - -

              Spark 2.4.2 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              + +

              Spark Release 2.4.2

              + +

              Spark 2.4.2 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              Note that Scala 2.11 support is deprecated from 2.4.1 onwards. As of 2.4.2, the pre-built convenience binaries are compiled for Scala 2.12. diff --git a/site/releases/spark-release-2-4-3.html b/site/releases/spark-release-2-4-3.html index 6c5c0b10b61..abc0523b625 100644 --- a/site/releases/spark-release-2-4-3.html +++ b/site/releases/spark-release-2-4-3.html @@ -153,10 +153,10 @@

              -

              Spark Release 2.4.3

              - - -

              Spark 2.4.3 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              + +

              Spark Release 2.4.3

              + +

              Spark 2.4.3 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              Note that 2.4.3 switched the default Scala version from Scala 2.12 to Scala 2.11, which is the default for all the previous 2.x releases except 2.4.2. That means, the pre-built convenience binaries are compiled for Scala 2.11. Spark is still cross-published for 2.11 and 2.12 in Maven Central, and can be built for 2.12 from source.

              diff --git a/site/releases/spark-release-2-4-4.html b/site/releases/spark-release-2-4-4.html index cca62911708..cd774d19a73 100644 --- a/site/releases/spark-release-2-4-4.html +++ b/site/releases/spark-release-2-4-4.html @@ -153,10 +153,10 @@
              -

              Spark Release 2.4.4

              - - -

              Spark 2.4.4 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              + +

              Spark Release 2.4.4

              + +

              Spark 2.4.4 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

              Notable changes

                diff --git a/site/releases/spark-release-2-4-5.html b/site/releases/spark-release-2-4-5.html index ab8c06b8978..5f764209f8f 100644 --- a/site/releases/spark-release-2-4-5.html +++ b/site/releases/spark-release-2-4-5.html @@ -153,10 +153,10 @@
                -

                Spark Release 2.4.5

                - - -

                Spark 2.4.5 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                + +

                Spark Release 2.4.5

                + +

                Spark 2.4.5 is a maintenance release containing stability fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                Notable changes

                  diff --git a/site/releases/spark-release-2-4-6.html b/site/releases/spark-release-2-4-6.html index 5407d38cc5d..1ac54bd4a3d 100644 --- a/site/releases/spark-release-2-4-6.html +++ b/site/releases/spark-release-2-4-6.html @@ -153,10 +153,10 @@
                  -

                  Spark Release 2.4.6

                  - - -

                  Spark 2.4.6 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                  + +

                  Spark Release 2.4.6

                  + +

                  Spark 2.4.6 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                  Notable changes

                    diff --git a/site/releases/spark-release-2-4-7.html b/site/releases/spark-release-2-4-7.html index 7cc171dda63..6946c968f61 100644 --- a/site/releases/spark-release-2-4-7.html +++ b/site/releases/spark-release-2-4-7.html @@ -153,10 +153,10 @@
                    -

                    Spark Release 2.4.7

                    - - -

                    Spark 2.4.7 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                    + +

                    Spark Release 2.4.7

                    + +

                    Spark 2.4.7 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                    Notable changes

                    [SPARK-28818] - FrequentItems applies an incorrect schema to the resulting dataframe when nulls are present

                    diff --git a/site/releases/spark-release-2-4-8.html b/site/releases/spark-release-2-4-8.html index ae630b52679..1a27532505b 100644 --- a/site/releases/spark-release-2-4-8.html +++ b/site/releases/spark-release-2-4-8.html @@ -153,10 +153,10 @@
                    -

                    Spark Release 2.4.8

                    - - -

                    Spark 2.4.8 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                    + +

                    Spark Release 2.4.8

                    + +

                    Spark 2.4.8 is a maintenance release containing stability, correctness, and security fixes. This release is based on the branch-2.4 maintenance branch of Spark. We strongly recommend all 2.4 users to upgrade to this stable release.

                    Notable changes

                    diff --git a/site/releases/spark-release-3-0-0.html b/site/releases/spark-release-3-0-0.html index 8613bae388d..95fe595eb4b 100644 --- a/site/releases/spark-release-3-0-0.html +++ b/site/releases/spark-release-3-0-0.html @@ -153,10 +153,10 @@
                    -

                    Spark Release 3.0.0

                    - - -

                    Apache Spark 3.0.0 is the first release of the 3.x line. The vote passed on the 10th of June, 2020. This release is based on git tag v3.0.0 which includes all commits up to June 10. Apache Spark 3.0 builds on many of the innovations from Spark 2.x, bringing new ideas as well as continuing long-term projects that have been in development. With the help of tremendous contributions from the open-source community, this release resolved more than 3400 tickets as the result of contributions from over 440 contributors.

                    + +

                    Spark Release 3.0.0

                    + +

                    Apache Spark 3.0.0 is the first release of the 3.x line. The vote passed on the 10th of June, 2020. This release is based on git tag v3.0.0 which includes all commits up to June 10. Apache Spark 3.0 builds on many of the innovations from Spark 2.x, bringing new ideas as well as continuing long-term projects that have been in development. With the help of tremendous contributions from the open-source community, this release resolved more than 3400 tickets as the result of contributions from over 440 contributors.

                    This year is Spark’s 10-year anniversary as an open source project. Since its initial release in 2010, Spark has grown to be one of the most active open source projects. Nowadays, Spark is the de facto unified engine for big data processing, data science, machine learning and data analytics workloads.

                    diff --git a/site/releases/spark-release-3-0-1.html b/site/releases/spark-release-3-0-1.html index 2eb242b0276..a994b023f03 100644 --- a/site/releases/spark-release-3-0-1.html +++ b/site/releases/spark-release-3-0-1.html @@ -153,10 +153,10 @@
                    -

                    Spark Release 3.0.1

                    - - -

                    Spark 3.0.1 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                    + +

                    Spark Release 3.0.1

                    + +

                    Spark 3.0.1 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                    Notable changes

                      diff --git a/site/releases/spark-release-3-0-2.html b/site/releases/spark-release-3-0-2.html index 7f74aa6bba1..c848776567c 100644 --- a/site/releases/spark-release-3-0-2.html +++ b/site/releases/spark-release-3-0-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.0.2

                      - - -

                      Spark 3.0.2 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                      + +

                      Spark Release 3.0.2

                      + +

                      Spark 3.0.2 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-0-3.html b/site/releases/spark-release-3-0-3.html index e26dad878a6..d8ed117aa59 100644 --- a/site/releases/spark-release-3-0-3.html +++ b/site/releases/spark-release-3-0-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.0.3

                      - - -

                      Spark 3.0.3 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                      + +

                      Spark Release 3.0.3

                      + +

                      Spark 3.0.3 is a maintenance release containing stability fixes. This release is based on the branch-3.0 maintenance branch of Spark. We strongly recommend all 3.0 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-1-1.html b/site/releases/spark-release-3-1-1.html index fbc1139ff33..9b10e067a85 100644 --- a/site/releases/spark-release-3-1-1.html +++ b/site/releases/spark-release-3-1-1.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.1.1

                      - - -

                      Apache Spark 3.1.1 is the second release of the 3.x line. This release adds Python type annotations and Python dependency management support as part of Project Zen. Other major updates include improved ANSI SQL compliance support, history server support in structured streaming, the general availability (GA) of Kubernetes and node decommissioning in Kubernetes and Standalone. In addition, this release continues to focus on usability, stability, and polish while resolving around 1500 tickets.

                      + +

                      Spark Release 3.1.1

                      + +

                      Apache Spark 3.1.1 is the second release of the 3.x line. This release adds Python type annotations and Python dependency management support as part of Project Zen. Other major updates include improved ANSI SQL compliance support, history server support in structured streaming, the general availability (GA) of Kubernetes and node decommissioning in Kubernetes and Standalone. In addition, this release continues to focus on usability, stability, and polish while resolving around 1500 tickets.

                      To download Apache Spark 3.1.1, visit the downloads page. You can consult JIRA for the detailed changes. We have curated a list of high level changes here, grouped by major modules.

                      diff --git a/site/releases/spark-release-3-1-2.html b/site/releases/spark-release-3-1-2.html index 8173876840d..d7b29797edf 100644 --- a/site/releases/spark-release-3-1-2.html +++ b/site/releases/spark-release-3-1-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.1.2

                      - - -

                      Spark 3.1.2 is a maintenance release containing stability fixes. This release is based on the branch-3.1 maintenance branch of Spark. We strongly recommend all 3.1 users to upgrade to this stable release.

                      + +

                      Spark Release 3.1.2

                      + +

                      Spark 3.1.2 is a maintenance release containing stability fixes. This release is based on the branch-3.1 maintenance branch of Spark. We strongly recommend all 3.1 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-1-3.html b/site/releases/spark-release-3-1-3.html index 574253277ae..b19c6d5b6df 100644 --- a/site/releases/spark-release-3-1-3.html +++ b/site/releases/spark-release-3-1-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.1.3

                      - - -

                      Spark 3.1.3 is a maintenance release containing stability fixes. This release is based on the branch-3.1 maintenance branch of Spark. We strongly recommend all 3.1.3 users to upgrade to this stable release.

                      + +

                      Spark Release 3.1.3

                      + +

                      Spark 3.1.3 is a maintenance release containing stability fixes. This release is based on the branch-3.1 maintenance branch of Spark. We strongly recommend all 3.1.3 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-2-0.html b/site/releases/spark-release-3-2-0.html index 5e62d1c1284..5f9f6d5ac1f 100644 --- a/site/releases/spark-release-3-2-0.html +++ b/site/releases/spark-release-3-2-0.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.2.0

                      - - -

                      Apache Spark 3.2.0 is the third release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 1,700 Jira tickets.

                      + +

                      Spark Release 3.2.0

                      + +

                      Apache Spark 3.2.0 is the third release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 1,700 Jira tickets.

                      In this release, Spark supports the Pandas API layer on Spark. Pandas users can scale out their applications on Spark with one line code change. Other major updates include RocksDB StateStore support, session window support, push-based shuffle support, ANSI SQL INTERVAL types, enabling Adaptive Query Execution (AQE) by default, and ANSI SQL mode GA.

                      diff --git a/site/releases/spark-release-3-2-1.html b/site/releases/spark-release-3-2-1.html index 80a623c5390..f2cb06dd9fc 100644 --- a/site/releases/spark-release-3-2-1.html +++ b/site/releases/spark-release-3-2-1.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.2.1

                      - - -

                      Spark 3.2.1 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      + +

                      Spark Release 3.2.1

                      + +

                      Spark 3.2.1 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-2-2.html b/site/releases/spark-release-3-2-2.html index 552b9b5daa8..12995af1467 100644 --- a/site/releases/spark-release-3-2-2.html +++ b/site/releases/spark-release-3-2-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.2.2

                      - - -

                      Spark 3.2.2 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      + +

                      Spark Release 3.2.2

                      + +

                      Spark 3.2.2 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-2-3.html b/site/releases/spark-release-3-2-3.html index f9bf77b1e1e..731386b728d 100644 --- a/site/releases/spark-release-3-2-3.html +++ b/site/releases/spark-release-3-2-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.2.3

                      - - -

                      Spark 3.2.3 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      + +

                      Spark Release 3.2.3

                      + +

                      Spark 3.2.3 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-2-4.html b/site/releases/spark-release-3-2-4.html index aec4900f40b..eda448308ed 100644 --- a/site/releases/spark-release-3-2-4.html +++ b/site/releases/spark-release-3-2-4.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.2.4

                      - - -

                      Spark 3.2.4 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      + +

                      Spark Release 3.2.4

                      + +

                      Spark 3.2.4 is a maintenance release containing stability fixes. This release is based on the branch-3.2 maintenance branch of Spark. We strongly recommend all 3.2 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-3-0.html b/site/releases/spark-release-3-3-0.html index fe3b625800f..17e4dd347fc 100644 --- a/site/releases/spark-release-3-3-0.html +++ b/site/releases/spark-release-3-3-0.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.3.0

                      - - -

                      Apache Spark 3.3.0 is the fourth release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 1,600 Jira tickets.

                      + +

                      Spark Release 3.3.0

                      + +

                      Apache Spark 3.3.0 is the fourth release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 1,600 Jira tickets.

                      This release improve join query performance via Bloom filters, increases the Pandas API coverage with the support of popular Pandas features such as datetime.timedelta and merge_asof, simplifies the migration from traditional data warehouses by improving ANSI compliance and supporting dozens of new built-in functions, boosts development productivity with better error handling, autocompletion, performance, and profiling.

                      diff --git a/site/releases/spark-release-3-3-1.html b/site/releases/spark-release-3-3-1.html index 325e8ab48c2..177c9dab14f 100644 --- a/site/releases/spark-release-3-3-1.html +++ b/site/releases/spark-release-3-3-1.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.3.1

                      - - -

                      Spark 3.3.1 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      + +

                      Spark Release 3.3.1

                      + +

                      Spark 3.3.1 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-3-2.html b/site/releases/spark-release-3-3-2.html index dd18bbf502e..6f682a9dc4d 100644 --- a/site/releases/spark-release-3-3-2.html +++ b/site/releases/spark-release-3-3-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.3.2

                      - - -

                      Spark 3.3.2 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      + +

                      Spark Release 3.3.2

                      + +

                      Spark 3.3.2 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-3-3.html b/site/releases/spark-release-3-3-3.html index afffc4d945a..b1c90284a01 100644 --- a/site/releases/spark-release-3-3-3.html +++ b/site/releases/spark-release-3-3-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.3.3

                      - - -

                      Spark 3.3.3 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      + +

                      Spark Release 3.3.3

                      + +

                      Spark 3.3.3 is a maintenance release containing stability fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-3-4.html b/site/releases/spark-release-3-3-4.html index 3654b662f85..cb50749df59 100644 --- a/site/releases/spark-release-3-3-4.html +++ b/site/releases/spark-release-3-3-4.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.3.4

                      - - -

                      Spark 3.3.4 is the last maintenance release containing security and correctness fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      + +

                      Spark Release 3.3.4

                      + +

                      Spark 3.3.4 is the last maintenance release containing security and correctness fixes. This release is based on the branch-3.3 maintenance branch of Spark. We strongly recommend all 3.3 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-4-0.html b/site/releases/spark-release-3-4-0.html index e34b008ece8..e2cde1f0242 100644 --- a/site/releases/spark-release-3-4-0.html +++ b/site/releases/spark-release-3-4-0.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.4.0

                      - - -

                      Apache Spark 3.4.0 is the fifth release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 2,600 Jira tickets.

                      + +

                      Spark Release 3.4.0

                      + +

                      Apache Spark 3.4.0 is the fifth release of the 3.x line. With tremendous contribution from the open-source community, this release managed to resolve in excess of 2,600 Jira tickets.

                      This release introduces Python client for Spark Connect, augments Structured Streaming with async progress tracking and Python arbitrary stateful processing, increases Pandas API coverage and provides NumPy input support, simplifies the migration from traditional data warehouses by improving ANSI compliance and implementing dozens of new built-in functions, and boosts development productivity and debuggability with memory profiling.

                      diff --git a/site/releases/spark-release-3-4-1.html b/site/releases/spark-release-3-4-1.html index c025937f165..dadf0d5684a 100644 --- a/site/releases/spark-release-3-4-1.html +++ b/site/releases/spark-release-3-4-1.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.4.1

                      - - -

                      Spark 3.4.1 is a maintenance release containing stability fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      + +

                      Spark Release 3.4.1

                      + +

                      Spark 3.4.1 is a maintenance release containing stability fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-4-2.html b/site/releases/spark-release-3-4-2.html index 2b3a40688c8..b67f8478a0e 100644 --- a/site/releases/spark-release-3-4-2.html +++ b/site/releases/spark-release-3-4-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.4.2

                      - - -

                      Spark 3.4.2 is a maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      + +

                      Spark Release 3.4.2

                      + +

                      Spark 3.4.2 is a maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-4-3.html b/site/releases/spark-release-3-4-3.html index dc2b1a1369f..cf11e795bbd 100644 --- a/site/releases/spark-release-3-4-3.html +++ b/site/releases/spark-release-3-4-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.4.3

                      - - -

                      Spark 3.4.3 is a maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      + +

                      Spark Release 3.4.3

                      + +

                      Spark 3.4.3 is a maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-4-4.html b/site/releases/spark-release-3-4-4.html index 255a8ed0473..f4689e0a9ad 100644 --- a/site/releases/spark-release-3-4-4.html +++ b/site/releases/spark-release-3-4-4.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.4.4

                      - - -

                      Spark 3.4.4 is the last maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      + +

                      Spark Release 3.4.4

                      + +

                      Spark 3.4.4 is the last maintenance release containing security and correctness fixes. This release is based on the branch-3.4 maintenance branch of Spark. We strongly recommend all 3.4 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-0.html b/site/releases/spark-release-3-5-0.html index 29faf6058ae..546106dc968 100644 --- a/site/releases/spark-release-3-5-0.html +++ b/site/releases/spark-release-3-5-0.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.0

                      - - -

                      Apache Spark 3.5.0 is the sixth release in the 3.x series. With significant contributions from the open-source community, this release addressed over 1,300 Jira tickets.

                      + +

                      Spark Release 3.5.0

                      + +

                      Apache Spark 3.5.0 is the sixth release in the 3.x series. With significant contributions from the open-source community, this release addressed over 1,300 Jira tickets.

                      This release introduces more scenarios with general availability for Spark Connect, like Scala and Go client, distributed training and inference support, and enhancement of compatibility for Structured streaming; introduces new PySpark and SQL functionality such as like SQL IDENTIFIER clause, named argument support for SQL function calls, SQL function support for HyperLogLog approximate aggregations, and Python user-defined table functions; simplifies distributed training with DeepSpeed; introduces watermark propagation among operators, introduces dropDuplicatesWithinWatermark operations in Structured Streaming.

                      diff --git a/site/releases/spark-release-3-5-1.html b/site/releases/spark-release-3-5-1.html index c347811b06f..ce1aca5be13 100644 --- a/site/releases/spark-release-3-5-1.html +++ b/site/releases/spark-release-3-5-1.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.1

                      - - -

                      Spark 3.5.1 is the first maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.1

                      + +

                      Spark 3.5.1 is the first maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-2.html b/site/releases/spark-release-3-5-2.html index 4b48ebe484e..e14102b6119 100644 --- a/site/releases/spark-release-3-5-2.html +++ b/site/releases/spark-release-3-5-2.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.2

                      - - -

                      Spark 3.5.2 is the second maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.2

                      + +

                      Spark 3.5.2 is the second maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-3.html b/site/releases/spark-release-3-5-3.html index c3fa24ad643..c705a29d899 100644 --- a/site/releases/spark-release-3-5-3.html +++ b/site/releases/spark-release-3-5-3.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.3

                      - - -

                      Spark 3.5.3 is the third maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.3

                      + +

                      Spark 3.5.3 is the third maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-4.html b/site/releases/spark-release-3-5-4.html index 8bf366175e9..ef9cb93e4f4 100644 --- a/site/releases/spark-release-3-5-4.html +++ b/site/releases/spark-release-3-5-4.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.4

                      - - -

                      Spark 3.5.4 is the third maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.4

                      + +

                      Spark 3.5.4 is the third maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-5.html b/site/releases/spark-release-3-5-5.html index f524c5b2ab6..dd7b4261fef 100644 --- a/site/releases/spark-release-3-5-5.html +++ b/site/releases/spark-release-3-5-5.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.5

                      - - -

                      Spark 3.5.5 is the fourth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.5

                      + +

                      Spark 3.5.5 is the fourth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-6.html b/site/releases/spark-release-3-5-6.html index ecb85cd6ca6..8da8b348149 100644 --- a/site/releases/spark-release-3-5-6.html +++ b/site/releases/spark-release-3-5-6.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.6

                      - - -

                      Spark 3.5.6 is the sixth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.6

                      + +

                      Spark 3.5.6 is the sixth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-7.html b/site/releases/spark-release-3-5-7.html index 5c488fee255..c80a7aa70cd 100644 --- a/site/releases/spark-release-3-5-7.html +++ b/site/releases/spark-release-3-5-7.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.7

                      - - -

                      Spark 3.5.7 is the seventh maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.7

                      + +

                      Spark 3.5.7 is the seventh maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-3-5-8.html b/site/releases/spark-release-3-5-8.html index 70f20b08460..6828ac510ff 100644 --- a/site/releases/spark-release-3-5-8.html +++ b/site/releases/spark-release-3-5-8.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 3.5.8

                      - - -

                      Spark 3.5.8 is the eighth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      + +

                      Spark Release 3.5.8

                      + +

                      Spark 3.5.8 is the eighth maintenance release containing security and correctness fixes. This release is based on the branch-3.5 maintenance branch of Spark. We strongly recommend all 3.5 users to upgrade to this stable release.

                      Notable changes

                      diff --git a/site/releases/spark-release-4-0-0.html b/site/releases/spark-release-4-0-0.html index 01bd1e6c4f5..b30f44d8e4b 100644 --- a/site/releases/spark-release-4-0-0.html +++ b/site/releases/spark-release-4-0-0.html @@ -153,10 +153,10 @@
                      -

                      Spark Release 4.0.0

                      - - -

                      Apache Spark 4.0.0 marks a significant milestone as the inaugural release in the 4.x series, embodying the collective effort of the vibrant open-source community. This release is a testament to tremendous collaboration, resolving over 5100 tickets with contributions from more than 390 individuals.

                      + +

                      Spark Release 4.0.0

                      + +

                      Apache Spark 4.0.0 marks a significant milestone as the inaugural release in the 4.x series, embodying the collective effort of the vibrant open-source community. This release is a testament to tremendous collaboration, resolving over 5100 tickets with contributions from more than 390 individuals.

                      Spark Connect continues its rapid advancement, delivering substantial improvements:

                        diff --git a/site/releases/spark-release-4-0-1.html b/site/releases/spark-release-4-0-1.html index 2a4e83f8154..98ceaa180a1 100644 --- a/site/releases/spark-release-4-0-1.html +++ b/site/releases/spark-release-4-0-1.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.0.1

                        - - -

                        Apache Spark 4.0.1 is a maintenance release containing important correctness and stability fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this stable release.

                        + +

                        Spark Release 4.0.1

                        + +

                        Apache Spark 4.0.1 is a maintenance release containing important correctness and stability fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this stable release.

                        Notable changes

                        diff --git a/site/releases/spark-release-4-0-2.html b/site/releases/spark-release-4-0-2.html index 3628455ac33..1073c1df1a9 100644 --- a/site/releases/spark-release-4-0-2.html +++ b/site/releases/spark-release-4-0-2.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.0.2

                        - - -

                        Apache Spark 4.0.2 is a maintenance release containing important correctness and stability fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this or higher stable release.

                        + +

                        Spark Release 4.0.2

                        + +

                        Apache Spark 4.0.2 is a maintenance release containing important correctness and stability fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this or higher stable release.

                        You can find the list of resolved issues and detailed changes in the JIRA release notes.

                        diff --git a/site/releases/spark-release-4-0-3.html b/site/releases/spark-release-4-0-3.html index abc63420cfa..ecca5ba98c6 100644 --- a/site/releases/spark-release-4-0-3.html +++ b/site/releases/spark-release-4-0-3.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.0.3

                        - - -

                        Apache Spark 4.0.3 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this stable release.

                        + +

                        Spark Release 4.0.3

                        + +

                        Apache Spark 4.0.3 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.0 maintenance branch of Spark. We strongly recommend all 4.0 users to upgrade to this stable release.

                        You can find the list of resolved issues and detailed changes in the JIRA release notes.

                        diff --git a/site/releases/spark-release-4-1-2.html b/site/releases/spark-release-4-1-2.html index dc5670f75d6..4197e16a8f7 100644 --- a/site/releases/spark-release-4-1-2.html +++ b/site/releases/spark-release-4-1-2.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.1.2

                        - - -

                        Apache Spark 4.1.2 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.1 maintenance branch of Spark. We strongly recommend all 4.1 users to upgrade to this stable release.

                        + +

                        Spark Release 4.1.2

                        + +

                        Apache Spark 4.1.2 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.1 maintenance branch of Spark. We strongly recommend all 4.1 users to upgrade to this stable release.

                        You can find the list of resolved issues and detailed changes in the JIRA release notes.

                        diff --git a/site/releases/spark-release-4.1.0.html b/site/releases/spark-release-4.1.0.html index fd52591d7e5..60b89199961 100644 --- a/site/releases/spark-release-4.1.0.html +++ b/site/releases/spark-release-4.1.0.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.1.0

                        - - -

                        Apache Spark 4.1.0 is the second release in the 4.x series. With significant contributions from the open-source community, this release addressed over 1,800 Jira tickets with contributions from more than 230 individuals.

                        + +

                        Spark Release 4.1.0

                        + +

                        Apache Spark 4.1.0 is the second release in the 4.x series. With significant contributions from the open-source community, this release addressed over 1,800 Jira tickets with contributions from more than 230 individuals.

                        This release continues the Spark 4.x momentum and focuses on higher-level data engineering, lower-latency streaming, faster and easier PySpark, and a more capable SQL surface.

                        diff --git a/site/releases/spark-release-4.1.1.html b/site/releases/spark-release-4.1.1.html index f8505a54409..ed15b25bfb2 100644 --- a/site/releases/spark-release-4.1.1.html +++ b/site/releases/spark-release-4.1.1.html @@ -153,10 +153,10 @@
                        -

                        Spark Release 4.1.1

                        - - -

                        Apache Spark 4.1.1 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.1 maintenance branch of Spark. We strongly recommend all 4.1 users to upgrade to this stable release.

                        + +

                        Spark Release 4.1.1

                        + +

                        Apache Spark 4.1.1 is a maintenance release containing security and correctness fixes. This release is based on the branch-4.1 maintenance branch of Spark. We strongly recommend all 4.1 users to upgrade to this stable release.

                        You can find the list of resolved issues and detailed changes in the JIRA release notes.

                        diff --git a/site/research.html b/site/research.html index a4ce7c348fb..ec1cd80d2ac 100644 --- a/site/research.html +++ b/site/research.html @@ -153,6 +153,9 @@
                        + +

                        Research

                        +

                        Spark Research

                        diff --git a/site/screencasts/1-first-steps-with-spark.html b/site/screencasts/1-first-steps-with-spark.html index 5b37a9806a6..e98629cd946 100644 --- a/site/screencasts/1-first-steps-with-spark.html +++ b/site/screencasts/1-first-steps-with-spark.html @@ -153,10 +153,10 @@

                        -

                        First Steps with Spark - Screencast #1

                        - - -

                        This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:

                        + +

                        First Steps with Spark - Screencast #1

                        + +

                        This screencast marks the beginning of a series of hands-on screencasts we will be publishing to help new users get up and running in minutes. In this screencast, we:

                        1. Download and build Spark on a local machine (running OS X, but should be a similar process for Linux or Unix).
                        2. Introduce the API using the Spark interactive shell to explore a file.
                        3. diff --git a/site/screencasts/2-spark-documentation-overview.html b/site/screencasts/2-spark-documentation-overview.html index 11c2d3276ce..63523444f9f 100644 --- a/site/screencasts/2-spark-documentation-overview.html +++ b/site/screencasts/2-spark-documentation-overview.html @@ -153,10 +153,10 @@
                          -

                          Spark Documentation Overview – Screencast #2

                          - - -

                          This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.

                          + +

                          Spark Documentation Overview – Screencast #2

                          + +

                          This is our 2nd Spark screencast. In it, we take a tour of the documentation available for Spark users online.

                          diff --git a/site/screencasts/3-transformations-and-caching.html b/site/screencasts/3-transformations-and-caching.html index 5a564a8903d..3fa4d07aa5d 100644 --- a/site/screencasts/3-transformations-and-caching.html +++ b/site/screencasts/3-transformations-and-caching.html @@ -153,10 +153,10 @@
                          -

                          Transformations and Caching - Spark Screencast #3

                          - - -

                          In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.

                          + +

                          Transformations and Caching - Spark Screencast #3

                          + +

                          In this third Spark screencast, we demonstrate more advanced use of RDD actions and transformations, as well as caching RDDs in memory.

                          diff --git a/site/screencasts/4-a-standalone-job-in-spark.html b/site/screencasts/4-a-standalone-job-in-spark.html index 2b607944a7b..42d5b17da94 100644 --- a/site/screencasts/4-a-standalone-job-in-spark.html +++ b/site/screencasts/4-a-standalone-job-in-spark.html @@ -153,10 +153,10 @@
                          -

                          A Standalone Job in Scala - Spark Screencast #4

                          - - -

                          In this Spark screencast, we create a standalone Apache Spark job in Scala. In the job, we create a spark context and read a file into an RDD of strings; then apply transformations and actions to the RDD and print out the results.

                          + +

                          A Standalone Job in Scala - Spark Screencast #4

                          + +

                          In this Spark screencast, we create a standalone Apache Spark job in Scala. In the job, we create a spark context and read a file into an RDD of strings; then apply transformations and actions to the RDD and print out the results.

                          diff --git a/site/screencasts/index.html b/site/screencasts/index.html index 1d023ec513f..795788bc9f3 100644 --- a/site/screencasts/index.html +++ b/site/screencasts/index.html @@ -153,6 +153,9 @@
                          + +

                          Spark Screencast Archive

                          +

                          Spark Screencast Archive

                          diff --git a/site/security.html b/site/security.html index 5a0ed7c5cb3..e2b003c896d 100644 --- a/site/security.html +++ b/site/security.html @@ -153,9 +153,10 @@
                          -

                          Security Model

                          - -

                          For information on what security properties to expect from Apache Spark + +

                          Security

                          + +

                          For information on what security properties to expect from Apache Spark and how to configure the various security features, see the Spark Security documentation.

                          diff --git a/site/sitemap.xml b/site/sitemap.xml index dbeebcec9c8..9c4cdd926c1 100644 --- a/site/sitemap.xml +++ b/site/sitemap.xml @@ -144,1141 +144,1141 @@ - https://spark.apache.org/releases/spark-release-4-0-3.html + http://localhost:4000/releases/spark-release-4-0-3.html weekly - https://spark.apache.org/news/spark-4-0-3-released.html + http://localhost:4000/news/spark-4-0-3-released.html weekly - https://spark.apache.org/releases/spark-release-4-1-2.html + http://localhost:4000/releases/spark-release-4-1-2.html weekly - https://spark.apache.org/news/spark-4-1-2-released.html + http://localhost:4000/news/spark-4-1-2-released.html weekly - https://spark.apache.org/news/spark-4-2-0-preview5-released.html + http://localhost:4000/news/spark-4-2-0-preview5-released.html weekly - https://spark.apache.org/news/spark-4-2-0-preview4-released.html + http://localhost:4000/news/spark-4-2-0-preview4-released.html weekly - https://spark.apache.org/news/spark-4-2-0-preview3-released.html + http://localhost:4000/news/spark-4-2-0-preview3-released.html weekly - https://spark.apache.org/news/spark-4-2-0-preview2-released.html + http://localhost:4000/news/spark-4-2-0-preview2-released.html weekly - https://spark.apache.org/releases/spark-release-4-0-2.html + http://localhost:4000/releases/spark-release-4-0-2.html weekly - https://spark.apache.org/news/spark-4-0-2-released.html + http://localhost:4000/news/spark-4-0-2-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-8.html + http://localhost:4000/releases/spark-release-3-5-8.html weekly - https://spark.apache.org/news/spark-3-5-8-released.html + http://localhost:4000/news/spark-3-5-8-released.html weekly - https://spark.apache.org/news/spark-4-2-0-preview1-released.html + http://localhost:4000/news/spark-4-2-0-preview1-released.html weekly - https://spark.apache.org/releases/spark-release-4.1.1.html + http://localhost:4000/releases/spark-release-4.1.1.html weekly - https://spark.apache.org/news/spark-4-1-1-released.html + http://localhost:4000/news/spark-4-1-1-released.html weekly - https://spark.apache.org/releases/spark-release-4.1.0.html + http://localhost:4000/releases/spark-release-4.1.0.html weekly - https://spark.apache.org/news/spark-4-1-0-released.html + http://localhost:4000/news/spark-4-1-0-released.html weekly - https://spark.apache.org/news/spark-4-1-0-preview4-released.html + http://localhost:4000/news/spark-4-1-0-preview4-released.html weekly - https://spark.apache.org/news/spark-4-1-0-preview3-released.html + http://localhost:4000/news/spark-4-1-0-preview3-released.html weekly - https://spark.apache.org/news/spark-4-1-0-preview2-released.html + http://localhost:4000/news/spark-4-1-0-preview2-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-7.html + http://localhost:4000/releases/spark-release-3-5-7.html weekly - https://spark.apache.org/news/spark-3-5-7-released.html + http://localhost:4000/news/spark-3-5-7-released.html weekly - https://spark.apache.org/releases/spark-release-4-0-1.html + http://localhost:4000/releases/spark-release-4-0-1.html weekly - https://spark.apache.org/news/spark-4-0-1-released.html + http://localhost:4000/news/spark-4-0-1-released.html weekly - https://spark.apache.org/news/spark-4-1-0-preview1-released.html + http://localhost:4000/news/spark-4-1-0-preview1-released.html weekly - https://spark.apache.org/news/spark-3-5-6-released.html + http://localhost:4000/news/spark-3-5-6-released.html weekly - https://spark.apache.org/releases/spark-release-4-0-0.html + http://localhost:4000/releases/spark-release-4-0-0.html weekly - https://spark.apache.org/news/spark-4-0-0-released.html + http://localhost:4000/news/spark-4-0-0-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-6.html + http://localhost:4000/releases/spark-release-3-5-6.html weekly - https://spark.apache.org/releases/spark-release-3-5-5.html + http://localhost:4000/releases/spark-release-3-5-5.html weekly - https://spark.apache.org/news/spark-3-5-5-released.html + http://localhost:4000/news/spark-3-5-5-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-4.html + http://localhost:4000/releases/spark-release-3-5-4.html weekly - https://spark.apache.org/news/spark-3-5-4-released.html + http://localhost:4000/news/spark-3-5-4-released.html weekly - https://spark.apache.org/releases/spark-release-3-4-4.html + http://localhost:4000/releases/spark-release-3-4-4.html weekly - https://spark.apache.org/news/spark-3-4-4-released.html + http://localhost:4000/news/spark-3-4-4-released.html weekly - https://spark.apache.org/news/spark-4.0.0-preview2.html + http://localhost:4000/news/spark-4.0.0-preview2.html weekly - https://spark.apache.org/releases/spark-release-3-5-3.html + http://localhost:4000/releases/spark-release-3-5-3.html weekly - https://spark.apache.org/news/spark-3-5-3-released.html + http://localhost:4000/news/spark-3-5-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-2.html + http://localhost:4000/releases/spark-release-3-5-2.html weekly - https://spark.apache.org/news/spark-3-5-2-released.html + http://localhost:4000/news/spark-3-5-2-released.html weekly - https://spark.apache.org/news/spark-4.0.0-preview1.html + http://localhost:4000/news/spark-4.0.0-preview1.html weekly - https://spark.apache.org/releases/spark-release-3-4-3.html + http://localhost:4000/releases/spark-release-3-4-3.html weekly - https://spark.apache.org/news/spark-3-4-3-released.html + http://localhost:4000/news/spark-3-4-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-1.html + http://localhost:4000/releases/spark-release-3-5-1.html weekly - https://spark.apache.org/news/spark-3-5-1-released.html + http://localhost:4000/news/spark-3-5-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-3-4.html + http://localhost:4000/releases/spark-release-3-3-4.html weekly - https://spark.apache.org/news/spark-3-3-4-released.html + http://localhost:4000/news/spark-3-3-4-released.html weekly - https://spark.apache.org/releases/spark-release-3-4-2.html + http://localhost:4000/releases/spark-release-3-4-2.html weekly - https://spark.apache.org/news/spark-3-4-2-released.html + http://localhost:4000/news/spark-3-4-2-released.html weekly - https://spark.apache.org/releases/spark-release-3-5-0.html + http://localhost:4000/releases/spark-release-3-5-0.html weekly - https://spark.apache.org/news/spark-3-5-0-released.html + http://localhost:4000/news/spark-3-5-0-released.html weekly - https://spark.apache.org/releases/spark-release-3-3-3.html + http://localhost:4000/releases/spark-release-3-3-3.html weekly - https://spark.apache.org/news/spark-3-3-3-released.html + http://localhost:4000/news/spark-3-3-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-4-1.html + http://localhost:4000/releases/spark-release-3-4-1.html weekly - https://spark.apache.org/news/spark-3-4-1-released.html + http://localhost:4000/news/spark-3-4-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-4-0.html + http://localhost:4000/releases/spark-release-3-4-0.html weekly - https://spark.apache.org/releases/spark-release-3-2-4.html + http://localhost:4000/releases/spark-release-3-2-4.html weekly - https://spark.apache.org/news/spark-3-4-0-released.html + http://localhost:4000/news/spark-3-4-0-released.html weekly - https://spark.apache.org/news/spark-3-2-4-released.html + http://localhost:4000/news/spark-3-2-4-released.html weekly - https://spark.apache.org/releases/spark-release-3-3-2.html + http://localhost:4000/releases/spark-release-3-3-2.html weekly - https://spark.apache.org/news/spark-3-3-2-released.html + http://localhost:4000/news/spark-3-3-2-released.html weekly - https://spark.apache.org/releases/spark-release-3-2-3.html + http://localhost:4000/releases/spark-release-3-2-3.html weekly - https://spark.apache.org/news/spark-3-2-3-released.html + http://localhost:4000/news/spark-3-2-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-3-1.html + http://localhost:4000/releases/spark-release-3-3-1.html weekly - https://spark.apache.org/news/spark-3-3-1-released.html + http://localhost:4000/news/spark-3-3-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-2-2.html + http://localhost:4000/releases/spark-release-3-2-2.html weekly - https://spark.apache.org/news/spark-3-2-2-released.html + http://localhost:4000/news/spark-3-2-2-released.html weekly - https://spark.apache.org/releases/spark-release-3-3-0.html + http://localhost:4000/releases/spark-release-3-3-0.html weekly - https://spark.apache.org/news/spark-3-3-0-released.html + http://localhost:4000/news/spark-3-3-0-released.html weekly - https://spark.apache.org/news/sigmod-system-award.html + http://localhost:4000/news/sigmod-system-award.html weekly - https://spark.apache.org/releases/spark-release-3-1-3.html + http://localhost:4000/releases/spark-release-3-1-3.html weekly - https://spark.apache.org/news/3-1-3-released.html + http://localhost:4000/news/3-1-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-2-1.html + http://localhost:4000/releases/spark-release-3-2-1.html weekly - https://spark.apache.org/news/spark-3-2-1-released.html + http://localhost:4000/news/spark-3-2-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-2-0.html + http://localhost:4000/releases/spark-release-3-2-0.html weekly - https://spark.apache.org/news/spark-3-2-0-released.html + http://localhost:4000/news/spark-3-2-0-released.html weekly - https://spark.apache.org/releases/spark-release-3-0-3.html + http://localhost:4000/releases/spark-release-3-0-3.html weekly - https://spark.apache.org/news/spark-3-0-3-released.html + http://localhost:4000/news/spark-3-0-3-released.html weekly - https://spark.apache.org/releases/spark-release-3-1-2.html + http://localhost:4000/releases/spark-release-3-1-2.html weekly - https://spark.apache.org/news/spark-3-1-2-released.html + http://localhost:4000/news/spark-3-1-2-released.html weekly - https://spark.apache.org/releases/spark-release-2-4-8.html + http://localhost:4000/releases/spark-release-2-4-8.html weekly - https://spark.apache.org/news/spark-2-4-8-released.html + http://localhost:4000/news/spark-2-4-8-released.html weekly - https://spark.apache.org/news/new-repository-service.html + http://localhost:4000/news/new-repository-service.html weekly - https://spark.apache.org/releases/spark-release-3-1-1.html + http://localhost:4000/releases/spark-release-3-1-1.html weekly - https://spark.apache.org/news/spark-3-1-1-released.html + http://localhost:4000/news/spark-3-1-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-0-2.html + http://localhost:4000/releases/spark-release-3-0-2.html weekly - https://spark.apache.org/news/spark-3-0-2-released.html + http://localhost:4000/news/spark-3-0-2-released.html weekly - https://spark.apache.org/news/next-official-release-spark-3.1.1.html + http://localhost:4000/news/next-official-release-spark-3.1.1.html weekly - https://spark.apache.org/releases/spark-release-2-4-7.html + http://localhost:4000/releases/spark-release-2-4-7.html weekly - https://spark.apache.org/news/spark-2-4-7-released.html + http://localhost:4000/news/spark-2-4-7-released.html weekly - https://spark.apache.org/releases/spark-release-3-0-1.html + http://localhost:4000/releases/spark-release-3-0-1.html weekly - https://spark.apache.org/news/spark-3-0-1-released.html + http://localhost:4000/news/spark-3-0-1-released.html weekly - https://spark.apache.org/releases/spark-release-3-0-0.html + http://localhost:4000/releases/spark-release-3-0-0.html weekly - https://spark.apache.org/news/spark-3-0-0-released.html + http://localhost:4000/news/spark-3-0-0-released.html weekly - https://spark.apache.org/news/spark-ai-summit-june-2020-agenda-posted.html + http://localhost:4000/news/spark-ai-summit-june-2020-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-4-6.html + http://localhost:4000/releases/spark-release-2-4-6.html weekly - https://spark.apache.org/news/spark-2-4-6.html + http://localhost:4000/news/spark-2-4-6.html weekly - https://spark.apache.org/releases/spark-release-2-4-5.html + http://localhost:4000/releases/spark-release-2-4-5.html weekly - https://spark.apache.org/news/spark-2-4-5-released.html + http://localhost:4000/news/spark-2-4-5-released.html weekly - https://spark.apache.org/news/spark-3.0.0-preview2.html + http://localhost:4000/news/spark-3.0.0-preview2.html weekly - https://spark.apache.org/news/spark-3.0.0-preview.html + http://localhost:4000/news/spark-3.0.0-preview.html weekly - https://spark.apache.org/releases/spark-release-2-3-4.html + http://localhost:4000/releases/spark-release-2-3-4.html weekly - https://spark.apache.org/news/spark-2-3-4-released.html + http://localhost:4000/news/spark-2-3-4-released.html weekly - https://spark.apache.org/releases/spark-release-2-4-4.html + http://localhost:4000/releases/spark-release-2-4-4.html weekly - https://spark.apache.org/news/spark-2-4-4-released.html + http://localhost:4000/news/spark-2-4-4-released.html weekly - https://spark.apache.org/news/plan-for-dropping-python-2-support.html + http://localhost:4000/news/plan-for-dropping-python-2-support.html weekly - https://spark.apache.org/releases/spark-release-2-4-3.html + http://localhost:4000/releases/spark-release-2-4-3.html weekly - https://spark.apache.org/news/spark-2-4-3-released.html + http://localhost:4000/news/spark-2-4-3-released.html weekly - https://spark.apache.org/releases/spark-release-2-4-2.html + http://localhost:4000/releases/spark-release-2-4-2.html weekly - https://spark.apache.org/news/spark-2-4-2-released.html + http://localhost:4000/news/spark-2-4-2-released.html weekly - https://spark.apache.org/releases/spark-release-2-4-1.html + http://localhost:4000/releases/spark-release-2-4-1.html weekly - https://spark.apache.org/news/spark-2-4-1-released.html + http://localhost:4000/news/spark-2-4-1-released.html weekly - https://spark.apache.org/releases/spark-release-2-3-3.html + http://localhost:4000/releases/spark-release-2-3-3.html weekly - https://spark.apache.org/news/spark-2-3-3-released.html + http://localhost:4000/news/spark-2-3-3-released.html weekly - https://spark.apache.org/releases/spark-release-2-2-3.html + http://localhost:4000/releases/spark-release-2-2-3.html weekly - https://spark.apache.org/news/spark-release-2-2-3.html + http://localhost:4000/news/spark-release-2-2-3.html weekly - https://spark.apache.org/news/spark-ai-summit-apr-2019-agenda-posted.html + http://localhost:4000/news/spark-ai-summit-apr-2019-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-4-0.html + http://localhost:4000/releases/spark-release-2-4-0.html weekly - https://spark.apache.org/news/spark-2-4-0-released.html + http://localhost:4000/news/spark-2-4-0-released.html weekly - https://spark.apache.org/releases/spark-release-2-3-2.html + http://localhost:4000/releases/spark-release-2-3-2.html weekly - https://spark.apache.org/news/spark-2-3-2-released.html + http://localhost:4000/news/spark-2-3-2-released.html weekly - https://spark.apache.org/news/spark-summit-oct-2018-agenda-posted.html + http://localhost:4000/news/spark-summit-oct-2018-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-2-2.html + http://localhost:4000/releases/spark-release-2-2-2.html weekly - https://spark.apache.org/news/spark-2-2-2-released.html + http://localhost:4000/news/spark-2-2-2-released.html weekly - https://spark.apache.org/releases/spark-release-2-1-3.html + http://localhost:4000/releases/spark-release-2-1-3.html weekly - https://spark.apache.org/news/spark-2-1-3-released.html + http://localhost:4000/news/spark-2-1-3-released.html weekly - https://spark.apache.org/releases/spark-release-2-3-1.html + http://localhost:4000/releases/spark-release-2-3-1.html weekly - https://spark.apache.org/news/spark-2-3-1-released.html + http://localhost:4000/news/spark-2-3-1-released.html weekly - https://spark.apache.org/news/spark-summit-june-2018-agenda-posted.html + http://localhost:4000/news/spark-summit-june-2018-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-3-0.html + http://localhost:4000/releases/spark-release-2-3-0.html weekly - https://spark.apache.org/news/spark-2-3-0-released.html + http://localhost:4000/news/spark-2-3-0-released.html weekly - https://spark.apache.org/releases/spark-release-2-2-1.html + http://localhost:4000/releases/spark-release-2-2-1.html weekly - https://spark.apache.org/news/spark-2-2-1-released.html + http://localhost:4000/news/spark-2-2-1-released.html weekly - https://spark.apache.org/releases/spark-release-2-1-2.html + http://localhost:4000/releases/spark-release-2-1-2.html weekly - https://spark.apache.org/news/spark-2-1-2-released.html + http://localhost:4000/news/spark-2-1-2-released.html weekly - https://spark.apache.org/news/spark-summit-eu-2017-agenda-posted.html + http://localhost:4000/news/spark-summit-eu-2017-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-2-0.html + http://localhost:4000/releases/spark-release-2-2-0.html weekly - https://spark.apache.org/news/spark-2-2-0-released.html + http://localhost:4000/news/spark-2-2-0-released.html weekly - https://spark.apache.org/releases/spark-release-2-1-1.html + http://localhost:4000/releases/spark-release-2-1-1.html weekly - https://spark.apache.org/news/spark-2-1-1-released.html + http://localhost:4000/news/spark-2-1-1-released.html weekly - https://spark.apache.org/news/spark-summit-june-2017-agenda-posted.html + http://localhost:4000/news/spark-summit-june-2017-agenda-posted.html weekly - https://spark.apache.org/news/spark-summit-east-2017-agenda-posted.html + http://localhost:4000/news/spark-summit-east-2017-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-2-1-0.html + http://localhost:4000/releases/spark-release-2-1-0.html weekly - https://spark.apache.org/news/spark-2-1-0-released.html + http://localhost:4000/news/spark-2-1-0-released.html weekly - https://spark.apache.org/news/spark-wins-cloudsort-100tb-benchmark.html + http://localhost:4000/news/spark-wins-cloudsort-100tb-benchmark.html weekly - https://spark.apache.org/releases/spark-release-2-0-2.html + http://localhost:4000/releases/spark-release-2-0-2.html weekly - https://spark.apache.org/news/spark-2-0-2-released.html + http://localhost:4000/news/spark-2-0-2-released.html weekly - https://spark.apache.org/releases/spark-release-1-6-3.html + http://localhost:4000/releases/spark-release-1-6-3.html weekly - https://spark.apache.org/news/spark-1-6-3-released.html + http://localhost:4000/news/spark-1-6-3-released.html weekly - https://spark.apache.org/releases/spark-release-2-0-1.html + http://localhost:4000/releases/spark-release-2-0-1.html weekly - https://spark.apache.org/news/spark-2-0-1-released.html + http://localhost:4000/news/spark-2-0-1-released.html weekly - https://spark.apache.org/releases/spark-release-2-0-0.html + http://localhost:4000/releases/spark-release-2-0-0.html weekly - https://spark.apache.org/news/spark-2-0-0-released.html + http://localhost:4000/news/spark-2-0-0-released.html weekly - https://spark.apache.org/releases/spark-release-1-6-2.html + http://localhost:4000/releases/spark-release-1-6-2.html weekly - https://spark.apache.org/news/spark-1-6-2-released.html + http://localhost:4000/news/spark-1-6-2-released.html weekly - https://spark.apache.org/news/submit-talks-to-spark-summit-eu-2016.html + http://localhost:4000/news/submit-talks-to-spark-summit-eu-2016.html weekly - https://spark.apache.org/news/spark-2.0.0-preview.html + http://localhost:4000/news/spark-2.0.0-preview.html weekly - https://spark.apache.org/news/spark-summit-june-2016-agenda-posted.html + http://localhost:4000/news/spark-summit-june-2016-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-1-6-1.html + http://localhost:4000/releases/spark-release-1-6-1.html weekly - https://spark.apache.org/news/spark-1-6-1-released.html + http://localhost:4000/news/spark-1-6-1-released.html weekly - https://spark.apache.org/news/submit-talks-to-spark-summit-2016.html + http://localhost:4000/news/submit-talks-to-spark-summit-2016.html weekly - https://spark.apache.org/news/spark-summit-east-agenda-posted-2016.html + http://localhost:4000/news/spark-summit-east-agenda-posted-2016.html weekly - https://spark.apache.org/releases/spark-release-1-6-0.html + http://localhost:4000/releases/spark-release-1-6-0.html weekly - https://spark.apache.org/news/spark-1-6-0-released.html + http://localhost:4000/news/spark-1-6-0-released.html weekly - https://spark.apache.org/news/spark-summit-east-2016-cfp-closing.html + http://localhost:4000/news/spark-summit-east-2016-cfp-closing.html weekly - https://spark.apache.org/releases/spark-release-1-5-2.html + http://localhost:4000/releases/spark-release-1-5-2.html weekly - https://spark.apache.org/news/spark-1-5-2-released.html + http://localhost:4000/news/spark-1-5-2-released.html weekly - https://spark.apache.org/news/submit-talks-to-spark-summit-east-2016.html + http://localhost:4000/news/submit-talks-to-spark-summit-east-2016.html weekly - https://spark.apache.org/releases/spark-release-1-5-1.html + http://localhost:4000/releases/spark-release-1-5-1.html weekly - https://spark.apache.org/news/spark-1-5-1-released.html + http://localhost:4000/news/spark-1-5-1-released.html weekly - https://spark.apache.org/releases/spark-release-1-5-0.html + http://localhost:4000/releases/spark-release-1-5-0.html weekly - https://spark.apache.org/news/spark-1-5-0-released.html + http://localhost:4000/news/spark-1-5-0-released.html weekly - https://spark.apache.org/news/spark-summit-europe-agenda-posted.html + http://localhost:4000/news/spark-summit-europe-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-1-4-1.html + http://localhost:4000/releases/spark-release-1-4-1.html weekly - https://spark.apache.org/news/spark-1-4-1-released.html + http://localhost:4000/news/spark-1-4-1-released.html weekly - https://spark.apache.org/news/spark-summit-2015-videos-posted.html + http://localhost:4000/news/spark-summit-2015-videos-posted.html weekly - https://spark.apache.org/releases/spark-release-1-4-0.html + http://localhost:4000/releases/spark-release-1-4-0.html weekly - https://spark.apache.org/news/spark-1-4-0-released.html + http://localhost:4000/news/spark-1-4-0-released.html weekly - https://spark.apache.org/news/spark-summit-europe.html + http://localhost:4000/news/spark-summit-europe.html weekly - https://spark.apache.org/news/one-month-to-spark-summit-2015.html + http://localhost:4000/news/one-month-to-spark-summit-2015.html weekly - https://spark.apache.org/news/spark-summit-east-2015-videos-posted.html + http://localhost:4000/news/spark-summit-east-2015-videos-posted.html weekly - https://spark.apache.org/releases/spark-release-1-3-1.html + http://localhost:4000/releases/spark-release-1-3-1.html weekly - https://spark.apache.org/releases/spark-release-1-2-2.html + http://localhost:4000/releases/spark-release-1-2-2.html weekly - https://spark.apache.org/news/spark-1-2-2-released.html + http://localhost:4000/news/spark-1-2-2-released.html weekly - https://spark.apache.org/releases/spark-release-1-3-0.html + http://localhost:4000/releases/spark-release-1-3-0.html weekly - https://spark.apache.org/news/spark-1-3-0-released.html + http://localhost:4000/news/spark-1-3-0-released.html weekly - https://spark.apache.org/releases/spark-release-1-2-1.html + http://localhost:4000/releases/spark-release-1-2-1.html weekly - https://spark.apache.org/news/spark-1-2-1-released.html + http://localhost:4000/news/spark-1-2-1-released.html weekly - https://spark.apache.org/news/spark-summit-east-agenda-posted-2015.html + http://localhost:4000/news/spark-summit-east-agenda-posted-2015.html weekly - https://spark.apache.org/releases/spark-release-1-2-0.html + http://localhost:4000/releases/spark-release-1-2-0.html weekly - https://spark.apache.org/news/spark-1-2-0-released.html + http://localhost:4000/news/spark-1-2-0-released.html weekly - https://spark.apache.org/releases/spark-release-1-1-1.html + http://localhost:4000/releases/spark-release-1-1-1.html weekly - https://spark.apache.org/news/spark-1-1-1-released.html + http://localhost:4000/news/spark-1-1-1-released.html weekly - https://spark.apache.org/news/registration-open-for-spark-summit-east.html + http://localhost:4000/news/registration-open-for-spark-summit-east.html weekly - https://spark.apache.org/news/spark-wins-daytona-gray-sort-100tb-benchmark.html + http://localhost:4000/news/spark-wins-daytona-gray-sort-100tb-benchmark.html weekly - https://spark.apache.org/news/proposals-open-for-spark-summit-east.html + http://localhost:4000/news/proposals-open-for-spark-summit-east.html weekly - https://spark.apache.org/releases/spark-release-1-1-0.html + http://localhost:4000/releases/spark-release-1-1-0.html weekly - https://spark.apache.org/news/spark-1-1-0-released.html + http://localhost:4000/news/spark-1-1-0-released.html weekly - https://spark.apache.org/releases/spark-release-1-0-2.html + http://localhost:4000/releases/spark-release-1-0-2.html weekly - https://spark.apache.org/news/spark-1-0-2-released.html + http://localhost:4000/news/spark-1-0-2-released.html weekly - https://spark.apache.org/releases/spark-release-0-9-2.html + http://localhost:4000/releases/spark-release-0-9-2.html weekly - https://spark.apache.org/news/spark-0-9-2-released.html + http://localhost:4000/news/spark-0-9-2-released.html weekly - https://spark.apache.org/news/spark-summit-2014-videos-posted.html + http://localhost:4000/news/spark-summit-2014-videos-posted.html weekly - https://spark.apache.org/releases/spark-release-1-0-1.html + http://localhost:4000/releases/spark-release-1-0-1.html weekly - https://spark.apache.org/news/spark-1-0-1-released.html + http://localhost:4000/news/spark-1-0-1-released.html weekly - https://spark.apache.org/news/two-weeks-to-spark-summit-2014.html + http://localhost:4000/news/two-weeks-to-spark-summit-2014.html weekly - https://spark.apache.org/releases/spark-release-1-0-0.html + http://localhost:4000/releases/spark-release-1-0-0.html weekly - https://spark.apache.org/news/spark-1-0-0-released.html + http://localhost:4000/news/spark-1-0-0-released.html weekly - https://spark.apache.org/news/spark-summit-agenda-posted.html + http://localhost:4000/news/spark-summit-agenda-posted.html weekly - https://spark.apache.org/releases/spark-release-0-9-1.html + http://localhost:4000/releases/spark-release-0-9-1.html weekly - https://spark.apache.org/news/spark-0-9-1-released.html + http://localhost:4000/news/spark-0-9-1-released.html weekly - https://spark.apache.org/news/submit-talks-to-spark-summit-2014.html + http://localhost:4000/news/submit-talks-to-spark-summit-2014.html weekly - https://spark.apache.org/news/spark-becomes-tlp.html + http://localhost:4000/news/spark-becomes-tlp.html weekly - https://spark.apache.org/releases/spark-release-0-9-0.html + http://localhost:4000/releases/spark-release-0-9-0.html weekly - https://spark.apache.org/news/spark-0-9-0-released.html + http://localhost:4000/news/spark-0-9-0-released.html weekly - https://spark.apache.org/releases/spark-release-0-8-1.html + http://localhost:4000/releases/spark-release-0-8-1.html weekly - https://spark.apache.org/news/spark-0-8-1-released.html + http://localhost:4000/news/spark-0-8-1-released.html weekly - https://spark.apache.org/news/spark-summit-2013-is-a-wrap.html + http://localhost:4000/news/spark-summit-2013-is-a-wrap.html weekly - https://spark.apache.org/news/announcing-the-first-spark-summit.html + http://localhost:4000/news/announcing-the-first-spark-summit.html weekly - https://spark.apache.org/releases/spark-release-0-8-0.html + http://localhost:4000/releases/spark-release-0-8-0.html weekly - https://spark.apache.org/news/spark-0-8-0-released.html + http://localhost:4000/news/spark-0-8-0-released.html weekly - https://spark.apache.org/news/spark-user-survey-and-powered-by-page.html + http://localhost:4000/news/spark-user-survey-and-powered-by-page.html weekly - https://spark.apache.org/news/fourth-spark-screencast-published.html + http://localhost:4000/news/fourth-spark-screencast-published.html weekly - https://spark.apache.org/screencasts/4-a-standalone-job-in-spark.html + http://localhost:4000/screencasts/4-a-standalone-job-in-spark.html weekly - https://spark.apache.org/news/amp-camp-2013-registration-ope.html + http://localhost:4000/news/amp-camp-2013-registration-ope.html weekly - https://spark.apache.org/news/spark-mailing-lists-moving-to-apache.html + http://localhost:4000/news/spark-mailing-lists-moving-to-apache.html weekly - https://spark.apache.org/releases/spark-release-0-7-3.html + http://localhost:4000/releases/spark-release-0-7-3.html weekly - https://spark.apache.org/news/spark-0-7-3-released.html + http://localhost:4000/news/spark-0-7-3-released.html weekly - https://spark.apache.org/news/spark-featured-in-wired.html + http://localhost:4000/news/spark-featured-in-wired.html weekly - https://spark.apache.org/news/spark-accepted-into-apache-incubator.html + http://localhost:4000/news/spark-accepted-into-apache-incubator.html weekly - https://spark.apache.org/releases/spark-release-0-7-2.html + http://localhost:4000/releases/spark-release-0-7-2.html weekly - https://spark.apache.org/news/spark-0-7-2-released.html + http://localhost:4000/news/spark-0-7-2-released.html weekly - https://spark.apache.org/screencasts/3-transformations-and-caching.html + http://localhost:4000/screencasts/3-transformations-and-caching.html weekly - https://spark.apache.org/news/spark-screencasts-published.html + http://localhost:4000/news/spark-screencasts-published.html weekly - https://spark.apache.org/screencasts/2-spark-documentation-overview.html + http://localhost:4000/screencasts/2-spark-documentation-overview.html weekly - https://spark.apache.org/screencasts/1-first-steps-with-spark.html + http://localhost:4000/screencasts/1-first-steps-with-spark.html weekly - https://spark.apache.org/news/strata-exercises-now-available-online.html + http://localhost:4000/news/strata-exercises-now-available-online.html weekly - https://spark.apache.org/releases/spark-release-0-7-0.html + http://localhost:4000/releases/spark-release-0-7-0.html weekly - https://spark.apache.org/news/spark-0-7-0-released.html + http://localhost:4000/news/spark-0-7-0-released.html weekly - https://spark.apache.org/news/run-spark-and-shark-on-amazon-emr.html + http://localhost:4000/news/run-spark-and-shark-on-amazon-emr.html weekly - https://spark.apache.org/releases/spark-release-0-6-2.html + http://localhost:4000/releases/spark-release-0-6-2.html weekly - https://spark.apache.org/news/spark-0-6-2-released.html + http://localhost:4000/news/spark-0-6-2-released.html weekly - https://spark.apache.org/news/spark-tips-from-quantifind.html + http://localhost:4000/news/spark-tips-from-quantifind.html weekly - https://spark.apache.org/news/video-from-first-spark-development-meetup.html + http://localhost:4000/news/video-from-first-spark-development-meetup.html weekly - https://spark.apache.org/news/spark-and-shark-in-the-news.html + http://localhost:4000/news/spark-and-shark-in-the-news.html weekly - https://spark.apache.org/releases/spark-release-0-6-1.html + http://localhost:4000/releases/spark-release-0-6-1.html weekly - https://spark.apache.org/releases/spark-release-0-5-2.html + http://localhost:4000/releases/spark-release-0-5-2.html weekly - https://spark.apache.org/news/spark-0-6-1-and-0-5-2-released.html + http://localhost:4000/news/spark-0-6-1-and-0-5-2-released.html weekly - https://spark.apache.org/releases/spark-release-0-6-0.html + http://localhost:4000/releases/spark-release-0-6-0.html weekly - https://spark.apache.org/news/spark-version-0-6-0-released.html + http://localhost:4000/news/spark-version-0-6-0-released.html weekly - https://spark.apache.org/releases/spark-release-0-5-1.html + http://localhost:4000/releases/spark-release-0-5-1.html weekly - https://spark.apache.org/releases/spark-release-0-5-0.html + http://localhost:4000/releases/spark-release-0-5-0.html weekly - https://spark.apache.org/news/nsdi-paper.html + http://localhost:4000/news/nsdi-paper.html weekly - https://spark.apache.org/news/spark-meetups.html + http://localhost:4000/news/spark-meetups.html weekly - https://spark.apache.org/releases/spark-release-0-3.html + http://localhost:4000/releases/spark-release-0-3.html weekly - https://spark.apache.org/404.html + http://localhost:4000/404.html weekly - https://spark.apache.org/committers.html + http://localhost:4000/committers.html weekly - https://spark.apache.org/community.html + http://localhost:4000/community.html weekly - https://spark.apache.org/contributing.html + http://localhost:4000/contributing.html weekly - https://spark.apache.org/developer-tools.html + http://localhost:4000/developer-tools.html weekly - https://spark.apache.org/documentation.html + http://localhost:4000/documentation.html weekly - https://spark.apache.org/downloads.html + http://localhost:4000/downloads.html weekly - https://spark.apache.org/error-message-guidelines.html + http://localhost:4000/error-message-guidelines.html weekly - https://spark.apache.org/examples.html + http://localhost:4000/examples.html weekly - https://spark.apache.org/faq.html + http://localhost:4000/faq.html weekly - https://spark.apache.org/history.html + http://localhost:4000/history.html weekly - https://spark.apache.org/improvement-proposals.html + http://localhost:4000/improvement-proposals.html weekly - https://spark.apache.org/news/ + http://localhost:4000/spark-connect/ weekly - https://spark.apache.org/sql/ + http://localhost:4000/pandas-on-spark/ weekly - https://spark.apache.org/spark-connect/ + http://localhost:4000/graphx/ weekly - https://spark.apache.org/pandas-on-spark/ + http://localhost:4000/mllib/ weekly - https://spark.apache.org/graphx/ + http://localhost:4000/streaming/ weekly - https://spark.apache.org/streaming/ + http://localhost:4000/news/ weekly - https://spark.apache.org/screencasts/ + http://localhost:4000/screencasts/ weekly - https://spark.apache.org/mllib/ + http://localhost:4000/sql/ weekly - https://spark.apache.org/ + http://localhost:4000/ weekly - https://spark.apache.org/mailing-lists.html + http://localhost:4000/mailing-lists.html weekly - https://spark.apache.org/powered-by.html + http://localhost:4000/powered-by.html weekly - https://spark.apache.org/release-process.html + http://localhost:4000/release-process.html weekly - https://spark.apache.org/research.html + http://localhost:4000/research.html weekly - https://spark.apache.org/security.html + http://localhost:4000/security.html weekly - https://spark.apache.org/third-party-projects.html + http://localhost:4000/third-party-projects.html weekly - https://spark.apache.org/trademarks.html + http://localhost:4000/trademarks.html weekly - https://spark.apache.org/versioning-policy.html + http://localhost:4000/versioning-policy.html weekly diff --git a/site/spark-connect/index.html b/site/spark-connect/index.html index f72bb53708c..283d1525bf0 100644 --- a/site/spark-connect/index.html +++ b/site/spark-connect/index.html @@ -155,6 +155,9 @@
                          + +

                          Spark Connect

                          +

                          This page explains the Spark Connect architecture, the benefits of Spark Connect, and how to upgrade to Spark Connect.

                          Let’s start by exploring the architecture of Spark Connect at a high level.

                          diff --git a/site/sql/index.html b/site/sql/index.html index d555e5fafd8..0c4e49f84a3 100644 --- a/site/sql/index.html +++ b/site/sql/index.html @@ -155,6 +155,9 @@
                          + +

                          Spark SQL & DataFrames

                          +
                          Spark SQL is Apache Spark's module for working with structured data.
                          diff --git a/site/streaming/index.html b/site/streaming/index.html index e5554e64252..ce26eda4bdb 100644 --- a/site/streaming/index.html +++ b/site/streaming/index.html @@ -155,6 +155,9 @@
                          + +

                          Spark Structured Streaming

                          +
                          Spark Structured Streaming makes it easy to build streaming applications and pipelines with the same and familiar Spark APIs.
                          diff --git a/site/third-party-projects.html b/site/third-party-projects.html index be2fab5461a..96b9568fea3 100644 --- a/site/third-party-projects.html +++ b/site/third-party-projects.html @@ -153,6 +153,9 @@
                          + +

                          Third-Party Projects

                          +

                          This page tracks external software projects that supplement Apache Spark and add to its ecosystem.

                          diff --git a/site/trademarks.html b/site/trademarks.html index 984d69cbe3c..08e588f420c 100644 --- a/site/trademarks.html +++ b/site/trademarks.html @@ -153,9 +153,10 @@
                          -

                          Apache Spark trademark guidelines

                          - -

                          Apache Spark, Spark and the Spark logo are + +

                          Trademark Guidelines

                          + +

                          Apache Spark, Spark and the Spark logo are trademarks of the Apache Software Foundation (ASF). The ASF is a 501(c)(3) nonprofit organization, and as such, needs to take diff --git a/site/versioning-policy.html b/site/versioning-policy.html index da9cdfc7d16..70b6949da3a 100644 --- a/site/versioning-policy.html +++ b/site/versioning-policy.html @@ -153,9 +153,10 @@

                          -

                          Versioning policy

                          - -

                          Starting with Spark 1.0.0, the Spark project will follow the + +

                          Versioning Policy

                          + +

                          Starting with Spark 1.0.0, the Spark project will follow the semantic versioning guidelines with a few deviations. These small differences account for Spark’s nature as a multi-module project.

                          From 947c897c04caa751b26cc85c985c363ee70b0fc8 Mon Sep 17 00:00:00 2001 From: Nicholas Chammas Date: Thu, 25 Jun 2026 10:25:32 -0400 Subject: [PATCH 3/3] rebuild html --- site/index.html | 2 +- site/mailing-lists.html | 2 +- site/sitemap.xml | 568 ++++++++++++++++++++-------------------- 3 files changed, 286 insertions(+), 286 deletions(-) diff --git a/site/index.html b/site/index.html index 1d0eced32f8..e8c3b041c04 100644 --- a/site/index.html +++ b/site/index.html @@ -18,7 +18,7 @@ - + diff --git a/site/mailing-lists.html b/site/mailing-lists.html index 1a72f11b4db..f4dfffee29a 100644 --- a/site/mailing-lists.html +++ b/site/mailing-lists.html @@ -12,7 +12,7 @@ - + diff --git a/site/sitemap.xml b/site/sitemap.xml index 9c4cdd926c1..3ef7e411a11 100644 --- a/site/sitemap.xml +++ b/site/sitemap.xml @@ -144,1141 +144,1141 @@ - http://localhost:4000/releases/spark-release-4-0-3.html + https://spark.apache.org/releases/spark-release-4-0-3.html weekly - http://localhost:4000/news/spark-4-0-3-released.html + https://spark.apache.org/news/spark-4-0-3-released.html weekly - http://localhost:4000/releases/spark-release-4-1-2.html + https://spark.apache.org/releases/spark-release-4-1-2.html weekly - http://localhost:4000/news/spark-4-1-2-released.html + https://spark.apache.org/news/spark-4-1-2-released.html weekly - http://localhost:4000/news/spark-4-2-0-preview5-released.html + https://spark.apache.org/news/spark-4-2-0-preview5-released.html weekly - http://localhost:4000/news/spark-4-2-0-preview4-released.html + https://spark.apache.org/news/spark-4-2-0-preview4-released.html weekly - http://localhost:4000/news/spark-4-2-0-preview3-released.html + https://spark.apache.org/news/spark-4-2-0-preview3-released.html weekly - http://localhost:4000/news/spark-4-2-0-preview2-released.html + https://spark.apache.org/news/spark-4-2-0-preview2-released.html weekly - http://localhost:4000/releases/spark-release-4-0-2.html + https://spark.apache.org/releases/spark-release-4-0-2.html weekly - http://localhost:4000/news/spark-4-0-2-released.html + https://spark.apache.org/news/spark-4-0-2-released.html weekly - http://localhost:4000/releases/spark-release-3-5-8.html + https://spark.apache.org/releases/spark-release-3-5-8.html weekly - http://localhost:4000/news/spark-3-5-8-released.html + https://spark.apache.org/news/spark-3-5-8-released.html weekly - http://localhost:4000/news/spark-4-2-0-preview1-released.html + https://spark.apache.org/news/spark-4-2-0-preview1-released.html weekly - http://localhost:4000/releases/spark-release-4.1.1.html + https://spark.apache.org/releases/spark-release-4.1.1.html weekly - http://localhost:4000/news/spark-4-1-1-released.html + https://spark.apache.org/news/spark-4-1-1-released.html weekly - http://localhost:4000/releases/spark-release-4.1.0.html + https://spark.apache.org/releases/spark-release-4.1.0.html weekly - http://localhost:4000/news/spark-4-1-0-released.html + https://spark.apache.org/news/spark-4-1-0-released.html weekly - http://localhost:4000/news/spark-4-1-0-preview4-released.html + https://spark.apache.org/news/spark-4-1-0-preview4-released.html weekly - http://localhost:4000/news/spark-4-1-0-preview3-released.html + https://spark.apache.org/news/spark-4-1-0-preview3-released.html weekly - http://localhost:4000/news/spark-4-1-0-preview2-released.html + https://spark.apache.org/news/spark-4-1-0-preview2-released.html weekly - http://localhost:4000/releases/spark-release-3-5-7.html + https://spark.apache.org/releases/spark-release-3-5-7.html weekly - http://localhost:4000/news/spark-3-5-7-released.html + https://spark.apache.org/news/spark-3-5-7-released.html weekly - http://localhost:4000/releases/spark-release-4-0-1.html + https://spark.apache.org/releases/spark-release-4-0-1.html weekly - http://localhost:4000/news/spark-4-0-1-released.html + https://spark.apache.org/news/spark-4-0-1-released.html weekly - http://localhost:4000/news/spark-4-1-0-preview1-released.html + https://spark.apache.org/news/spark-4-1-0-preview1-released.html weekly - http://localhost:4000/news/spark-3-5-6-released.html + https://spark.apache.org/news/spark-3-5-6-released.html weekly - http://localhost:4000/releases/spark-release-4-0-0.html + https://spark.apache.org/releases/spark-release-4-0-0.html weekly - http://localhost:4000/news/spark-4-0-0-released.html + https://spark.apache.org/news/spark-4-0-0-released.html weekly - http://localhost:4000/releases/spark-release-3-5-6.html + https://spark.apache.org/releases/spark-release-3-5-6.html weekly - http://localhost:4000/releases/spark-release-3-5-5.html + https://spark.apache.org/releases/spark-release-3-5-5.html weekly - http://localhost:4000/news/spark-3-5-5-released.html + https://spark.apache.org/news/spark-3-5-5-released.html weekly - http://localhost:4000/releases/spark-release-3-5-4.html + https://spark.apache.org/releases/spark-release-3-5-4.html weekly - http://localhost:4000/news/spark-3-5-4-released.html + https://spark.apache.org/news/spark-3-5-4-released.html weekly - http://localhost:4000/releases/spark-release-3-4-4.html + https://spark.apache.org/releases/spark-release-3-4-4.html weekly - http://localhost:4000/news/spark-3-4-4-released.html + https://spark.apache.org/news/spark-3-4-4-released.html weekly - http://localhost:4000/news/spark-4.0.0-preview2.html + https://spark.apache.org/news/spark-4.0.0-preview2.html weekly - http://localhost:4000/releases/spark-release-3-5-3.html + https://spark.apache.org/releases/spark-release-3-5-3.html weekly - http://localhost:4000/news/spark-3-5-3-released.html + https://spark.apache.org/news/spark-3-5-3-released.html weekly - http://localhost:4000/releases/spark-release-3-5-2.html + https://spark.apache.org/releases/spark-release-3-5-2.html weekly - http://localhost:4000/news/spark-3-5-2-released.html + https://spark.apache.org/news/spark-3-5-2-released.html weekly - http://localhost:4000/news/spark-4.0.0-preview1.html + https://spark.apache.org/news/spark-4.0.0-preview1.html weekly - http://localhost:4000/releases/spark-release-3-4-3.html + https://spark.apache.org/releases/spark-release-3-4-3.html weekly - http://localhost:4000/news/spark-3-4-3-released.html + https://spark.apache.org/news/spark-3-4-3-released.html weekly - http://localhost:4000/releases/spark-release-3-5-1.html + https://spark.apache.org/releases/spark-release-3-5-1.html weekly - http://localhost:4000/news/spark-3-5-1-released.html + https://spark.apache.org/news/spark-3-5-1-released.html weekly - http://localhost:4000/releases/spark-release-3-3-4.html + https://spark.apache.org/releases/spark-release-3-3-4.html weekly - http://localhost:4000/news/spark-3-3-4-released.html + https://spark.apache.org/news/spark-3-3-4-released.html weekly - http://localhost:4000/releases/spark-release-3-4-2.html + https://spark.apache.org/releases/spark-release-3-4-2.html weekly - http://localhost:4000/news/spark-3-4-2-released.html + https://spark.apache.org/news/spark-3-4-2-released.html weekly - http://localhost:4000/releases/spark-release-3-5-0.html + https://spark.apache.org/releases/spark-release-3-5-0.html weekly - http://localhost:4000/news/spark-3-5-0-released.html + https://spark.apache.org/news/spark-3-5-0-released.html weekly - http://localhost:4000/releases/spark-release-3-3-3.html + https://spark.apache.org/releases/spark-release-3-3-3.html weekly - http://localhost:4000/news/spark-3-3-3-released.html + https://spark.apache.org/news/spark-3-3-3-released.html weekly - http://localhost:4000/releases/spark-release-3-4-1.html + https://spark.apache.org/releases/spark-release-3-4-1.html weekly - http://localhost:4000/news/spark-3-4-1-released.html + https://spark.apache.org/news/spark-3-4-1-released.html weekly - http://localhost:4000/releases/spark-release-3-4-0.html + https://spark.apache.org/releases/spark-release-3-4-0.html weekly - http://localhost:4000/releases/spark-release-3-2-4.html + https://spark.apache.org/releases/spark-release-3-2-4.html weekly - http://localhost:4000/news/spark-3-4-0-released.html + https://spark.apache.org/news/spark-3-4-0-released.html weekly - http://localhost:4000/news/spark-3-2-4-released.html + https://spark.apache.org/news/spark-3-2-4-released.html weekly - http://localhost:4000/releases/spark-release-3-3-2.html + https://spark.apache.org/releases/spark-release-3-3-2.html weekly - http://localhost:4000/news/spark-3-3-2-released.html + https://spark.apache.org/news/spark-3-3-2-released.html weekly - http://localhost:4000/releases/spark-release-3-2-3.html + https://spark.apache.org/releases/spark-release-3-2-3.html weekly - http://localhost:4000/news/spark-3-2-3-released.html + https://spark.apache.org/news/spark-3-2-3-released.html weekly - http://localhost:4000/releases/spark-release-3-3-1.html + https://spark.apache.org/releases/spark-release-3-3-1.html weekly - http://localhost:4000/news/spark-3-3-1-released.html + https://spark.apache.org/news/spark-3-3-1-released.html weekly - http://localhost:4000/releases/spark-release-3-2-2.html + https://spark.apache.org/releases/spark-release-3-2-2.html weekly - http://localhost:4000/news/spark-3-2-2-released.html + https://spark.apache.org/news/spark-3-2-2-released.html weekly - http://localhost:4000/releases/spark-release-3-3-0.html + https://spark.apache.org/releases/spark-release-3-3-0.html weekly - http://localhost:4000/news/spark-3-3-0-released.html + https://spark.apache.org/news/spark-3-3-0-released.html weekly - http://localhost:4000/news/sigmod-system-award.html + https://spark.apache.org/news/sigmod-system-award.html weekly - http://localhost:4000/releases/spark-release-3-1-3.html + https://spark.apache.org/releases/spark-release-3-1-3.html weekly - http://localhost:4000/news/3-1-3-released.html + https://spark.apache.org/news/3-1-3-released.html weekly - http://localhost:4000/releases/spark-release-3-2-1.html + https://spark.apache.org/releases/spark-release-3-2-1.html weekly - http://localhost:4000/news/spark-3-2-1-released.html + https://spark.apache.org/news/spark-3-2-1-released.html weekly - http://localhost:4000/releases/spark-release-3-2-0.html + https://spark.apache.org/releases/spark-release-3-2-0.html weekly - http://localhost:4000/news/spark-3-2-0-released.html + https://spark.apache.org/news/spark-3-2-0-released.html weekly - http://localhost:4000/releases/spark-release-3-0-3.html + https://spark.apache.org/releases/spark-release-3-0-3.html weekly - http://localhost:4000/news/spark-3-0-3-released.html + https://spark.apache.org/news/spark-3-0-3-released.html weekly - http://localhost:4000/releases/spark-release-3-1-2.html + https://spark.apache.org/releases/spark-release-3-1-2.html weekly - http://localhost:4000/news/spark-3-1-2-released.html + https://spark.apache.org/news/spark-3-1-2-released.html weekly - http://localhost:4000/releases/spark-release-2-4-8.html + https://spark.apache.org/releases/spark-release-2-4-8.html weekly - http://localhost:4000/news/spark-2-4-8-released.html + https://spark.apache.org/news/spark-2-4-8-released.html weekly - http://localhost:4000/news/new-repository-service.html + https://spark.apache.org/news/new-repository-service.html weekly - http://localhost:4000/releases/spark-release-3-1-1.html + https://spark.apache.org/releases/spark-release-3-1-1.html weekly - http://localhost:4000/news/spark-3-1-1-released.html + https://spark.apache.org/news/spark-3-1-1-released.html weekly - http://localhost:4000/releases/spark-release-3-0-2.html + https://spark.apache.org/releases/spark-release-3-0-2.html weekly - http://localhost:4000/news/spark-3-0-2-released.html + https://spark.apache.org/news/spark-3-0-2-released.html weekly - http://localhost:4000/news/next-official-release-spark-3.1.1.html + https://spark.apache.org/news/next-official-release-spark-3.1.1.html weekly - http://localhost:4000/releases/spark-release-2-4-7.html + https://spark.apache.org/releases/spark-release-2-4-7.html weekly - http://localhost:4000/news/spark-2-4-7-released.html + https://spark.apache.org/news/spark-2-4-7-released.html weekly - http://localhost:4000/releases/spark-release-3-0-1.html + https://spark.apache.org/releases/spark-release-3-0-1.html weekly - http://localhost:4000/news/spark-3-0-1-released.html + https://spark.apache.org/news/spark-3-0-1-released.html weekly - http://localhost:4000/releases/spark-release-3-0-0.html + https://spark.apache.org/releases/spark-release-3-0-0.html weekly - http://localhost:4000/news/spark-3-0-0-released.html + https://spark.apache.org/news/spark-3-0-0-released.html weekly - http://localhost:4000/news/spark-ai-summit-june-2020-agenda-posted.html + https://spark.apache.org/news/spark-ai-summit-june-2020-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-4-6.html + https://spark.apache.org/releases/spark-release-2-4-6.html weekly - http://localhost:4000/news/spark-2-4-6.html + https://spark.apache.org/news/spark-2-4-6.html weekly - http://localhost:4000/releases/spark-release-2-4-5.html + https://spark.apache.org/releases/spark-release-2-4-5.html weekly - http://localhost:4000/news/spark-2-4-5-released.html + https://spark.apache.org/news/spark-2-4-5-released.html weekly - http://localhost:4000/news/spark-3.0.0-preview2.html + https://spark.apache.org/news/spark-3.0.0-preview2.html weekly - http://localhost:4000/news/spark-3.0.0-preview.html + https://spark.apache.org/news/spark-3.0.0-preview.html weekly - http://localhost:4000/releases/spark-release-2-3-4.html + https://spark.apache.org/releases/spark-release-2-3-4.html weekly - http://localhost:4000/news/spark-2-3-4-released.html + https://spark.apache.org/news/spark-2-3-4-released.html weekly - http://localhost:4000/releases/spark-release-2-4-4.html + https://spark.apache.org/releases/spark-release-2-4-4.html weekly - http://localhost:4000/news/spark-2-4-4-released.html + https://spark.apache.org/news/spark-2-4-4-released.html weekly - http://localhost:4000/news/plan-for-dropping-python-2-support.html + https://spark.apache.org/news/plan-for-dropping-python-2-support.html weekly - http://localhost:4000/releases/spark-release-2-4-3.html + https://spark.apache.org/releases/spark-release-2-4-3.html weekly - http://localhost:4000/news/spark-2-4-3-released.html + https://spark.apache.org/news/spark-2-4-3-released.html weekly - http://localhost:4000/releases/spark-release-2-4-2.html + https://spark.apache.org/releases/spark-release-2-4-2.html weekly - http://localhost:4000/news/spark-2-4-2-released.html + https://spark.apache.org/news/spark-2-4-2-released.html weekly - http://localhost:4000/releases/spark-release-2-4-1.html + https://spark.apache.org/releases/spark-release-2-4-1.html weekly - http://localhost:4000/news/spark-2-4-1-released.html + https://spark.apache.org/news/spark-2-4-1-released.html weekly - http://localhost:4000/releases/spark-release-2-3-3.html + https://spark.apache.org/releases/spark-release-2-3-3.html weekly - http://localhost:4000/news/spark-2-3-3-released.html + https://spark.apache.org/news/spark-2-3-3-released.html weekly - http://localhost:4000/releases/spark-release-2-2-3.html + https://spark.apache.org/releases/spark-release-2-2-3.html weekly - http://localhost:4000/news/spark-release-2-2-3.html + https://spark.apache.org/news/spark-release-2-2-3.html weekly - http://localhost:4000/news/spark-ai-summit-apr-2019-agenda-posted.html + https://spark.apache.org/news/spark-ai-summit-apr-2019-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-4-0.html + https://spark.apache.org/releases/spark-release-2-4-0.html weekly - http://localhost:4000/news/spark-2-4-0-released.html + https://spark.apache.org/news/spark-2-4-0-released.html weekly - http://localhost:4000/releases/spark-release-2-3-2.html + https://spark.apache.org/releases/spark-release-2-3-2.html weekly - http://localhost:4000/news/spark-2-3-2-released.html + https://spark.apache.org/news/spark-2-3-2-released.html weekly - http://localhost:4000/news/spark-summit-oct-2018-agenda-posted.html + https://spark.apache.org/news/spark-summit-oct-2018-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-2-2.html + https://spark.apache.org/releases/spark-release-2-2-2.html weekly - http://localhost:4000/news/spark-2-2-2-released.html + https://spark.apache.org/news/spark-2-2-2-released.html weekly - http://localhost:4000/releases/spark-release-2-1-3.html + https://spark.apache.org/releases/spark-release-2-1-3.html weekly - http://localhost:4000/news/spark-2-1-3-released.html + https://spark.apache.org/news/spark-2-1-3-released.html weekly - http://localhost:4000/releases/spark-release-2-3-1.html + https://spark.apache.org/releases/spark-release-2-3-1.html weekly - http://localhost:4000/news/spark-2-3-1-released.html + https://spark.apache.org/news/spark-2-3-1-released.html weekly - http://localhost:4000/news/spark-summit-june-2018-agenda-posted.html + https://spark.apache.org/news/spark-summit-june-2018-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-3-0.html + https://spark.apache.org/releases/spark-release-2-3-0.html weekly - http://localhost:4000/news/spark-2-3-0-released.html + https://spark.apache.org/news/spark-2-3-0-released.html weekly - http://localhost:4000/releases/spark-release-2-2-1.html + https://spark.apache.org/releases/spark-release-2-2-1.html weekly - http://localhost:4000/news/spark-2-2-1-released.html + https://spark.apache.org/news/spark-2-2-1-released.html weekly - http://localhost:4000/releases/spark-release-2-1-2.html + https://spark.apache.org/releases/spark-release-2-1-2.html weekly - http://localhost:4000/news/spark-2-1-2-released.html + https://spark.apache.org/news/spark-2-1-2-released.html weekly - http://localhost:4000/news/spark-summit-eu-2017-agenda-posted.html + https://spark.apache.org/news/spark-summit-eu-2017-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-2-0.html + https://spark.apache.org/releases/spark-release-2-2-0.html weekly - http://localhost:4000/news/spark-2-2-0-released.html + https://spark.apache.org/news/spark-2-2-0-released.html weekly - http://localhost:4000/releases/spark-release-2-1-1.html + https://spark.apache.org/releases/spark-release-2-1-1.html weekly - http://localhost:4000/news/spark-2-1-1-released.html + https://spark.apache.org/news/spark-2-1-1-released.html weekly - http://localhost:4000/news/spark-summit-june-2017-agenda-posted.html + https://spark.apache.org/news/spark-summit-june-2017-agenda-posted.html weekly - http://localhost:4000/news/spark-summit-east-2017-agenda-posted.html + https://spark.apache.org/news/spark-summit-east-2017-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-2-1-0.html + https://spark.apache.org/releases/spark-release-2-1-0.html weekly - http://localhost:4000/news/spark-2-1-0-released.html + https://spark.apache.org/news/spark-2-1-0-released.html weekly - http://localhost:4000/news/spark-wins-cloudsort-100tb-benchmark.html + https://spark.apache.org/news/spark-wins-cloudsort-100tb-benchmark.html weekly - http://localhost:4000/releases/spark-release-2-0-2.html + https://spark.apache.org/releases/spark-release-2-0-2.html weekly - http://localhost:4000/news/spark-2-0-2-released.html + https://spark.apache.org/news/spark-2-0-2-released.html weekly - http://localhost:4000/releases/spark-release-1-6-3.html + https://spark.apache.org/releases/spark-release-1-6-3.html weekly - http://localhost:4000/news/spark-1-6-3-released.html + https://spark.apache.org/news/spark-1-6-3-released.html weekly - http://localhost:4000/releases/spark-release-2-0-1.html + https://spark.apache.org/releases/spark-release-2-0-1.html weekly - http://localhost:4000/news/spark-2-0-1-released.html + https://spark.apache.org/news/spark-2-0-1-released.html weekly - http://localhost:4000/releases/spark-release-2-0-0.html + https://spark.apache.org/releases/spark-release-2-0-0.html weekly - http://localhost:4000/news/spark-2-0-0-released.html + https://spark.apache.org/news/spark-2-0-0-released.html weekly - http://localhost:4000/releases/spark-release-1-6-2.html + https://spark.apache.org/releases/spark-release-1-6-2.html weekly - http://localhost:4000/news/spark-1-6-2-released.html + https://spark.apache.org/news/spark-1-6-2-released.html weekly - http://localhost:4000/news/submit-talks-to-spark-summit-eu-2016.html + https://spark.apache.org/news/submit-talks-to-spark-summit-eu-2016.html weekly - http://localhost:4000/news/spark-2.0.0-preview.html + https://spark.apache.org/news/spark-2.0.0-preview.html weekly - http://localhost:4000/news/spark-summit-june-2016-agenda-posted.html + https://spark.apache.org/news/spark-summit-june-2016-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-1-6-1.html + https://spark.apache.org/releases/spark-release-1-6-1.html weekly - http://localhost:4000/news/spark-1-6-1-released.html + https://spark.apache.org/news/spark-1-6-1-released.html weekly - http://localhost:4000/news/submit-talks-to-spark-summit-2016.html + https://spark.apache.org/news/submit-talks-to-spark-summit-2016.html weekly - http://localhost:4000/news/spark-summit-east-agenda-posted-2016.html + https://spark.apache.org/news/spark-summit-east-agenda-posted-2016.html weekly - http://localhost:4000/releases/spark-release-1-6-0.html + https://spark.apache.org/releases/spark-release-1-6-0.html weekly - http://localhost:4000/news/spark-1-6-0-released.html + https://spark.apache.org/news/spark-1-6-0-released.html weekly - http://localhost:4000/news/spark-summit-east-2016-cfp-closing.html + https://spark.apache.org/news/spark-summit-east-2016-cfp-closing.html weekly - http://localhost:4000/releases/spark-release-1-5-2.html + https://spark.apache.org/releases/spark-release-1-5-2.html weekly - http://localhost:4000/news/spark-1-5-2-released.html + https://spark.apache.org/news/spark-1-5-2-released.html weekly - http://localhost:4000/news/submit-talks-to-spark-summit-east-2016.html + https://spark.apache.org/news/submit-talks-to-spark-summit-east-2016.html weekly - http://localhost:4000/releases/spark-release-1-5-1.html + https://spark.apache.org/releases/spark-release-1-5-1.html weekly - http://localhost:4000/news/spark-1-5-1-released.html + https://spark.apache.org/news/spark-1-5-1-released.html weekly - http://localhost:4000/releases/spark-release-1-5-0.html + https://spark.apache.org/releases/spark-release-1-5-0.html weekly - http://localhost:4000/news/spark-1-5-0-released.html + https://spark.apache.org/news/spark-1-5-0-released.html weekly - http://localhost:4000/news/spark-summit-europe-agenda-posted.html + https://spark.apache.org/news/spark-summit-europe-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-1-4-1.html + https://spark.apache.org/releases/spark-release-1-4-1.html weekly - http://localhost:4000/news/spark-1-4-1-released.html + https://spark.apache.org/news/spark-1-4-1-released.html weekly - http://localhost:4000/news/spark-summit-2015-videos-posted.html + https://spark.apache.org/news/spark-summit-2015-videos-posted.html weekly - http://localhost:4000/releases/spark-release-1-4-0.html + https://spark.apache.org/releases/spark-release-1-4-0.html weekly - http://localhost:4000/news/spark-1-4-0-released.html + https://spark.apache.org/news/spark-1-4-0-released.html weekly - http://localhost:4000/news/spark-summit-europe.html + https://spark.apache.org/news/spark-summit-europe.html weekly - http://localhost:4000/news/one-month-to-spark-summit-2015.html + https://spark.apache.org/news/one-month-to-spark-summit-2015.html weekly - http://localhost:4000/news/spark-summit-east-2015-videos-posted.html + https://spark.apache.org/news/spark-summit-east-2015-videos-posted.html weekly - http://localhost:4000/releases/spark-release-1-3-1.html + https://spark.apache.org/releases/spark-release-1-3-1.html weekly - http://localhost:4000/releases/spark-release-1-2-2.html + https://spark.apache.org/releases/spark-release-1-2-2.html weekly - http://localhost:4000/news/spark-1-2-2-released.html + https://spark.apache.org/news/spark-1-2-2-released.html weekly - http://localhost:4000/releases/spark-release-1-3-0.html + https://spark.apache.org/releases/spark-release-1-3-0.html weekly - http://localhost:4000/news/spark-1-3-0-released.html + https://spark.apache.org/news/spark-1-3-0-released.html weekly - http://localhost:4000/releases/spark-release-1-2-1.html + https://spark.apache.org/releases/spark-release-1-2-1.html weekly - http://localhost:4000/news/spark-1-2-1-released.html + https://spark.apache.org/news/spark-1-2-1-released.html weekly - http://localhost:4000/news/spark-summit-east-agenda-posted-2015.html + https://spark.apache.org/news/spark-summit-east-agenda-posted-2015.html weekly - http://localhost:4000/releases/spark-release-1-2-0.html + https://spark.apache.org/releases/spark-release-1-2-0.html weekly - http://localhost:4000/news/spark-1-2-0-released.html + https://spark.apache.org/news/spark-1-2-0-released.html weekly - http://localhost:4000/releases/spark-release-1-1-1.html + https://spark.apache.org/releases/spark-release-1-1-1.html weekly - http://localhost:4000/news/spark-1-1-1-released.html + https://spark.apache.org/news/spark-1-1-1-released.html weekly - http://localhost:4000/news/registration-open-for-spark-summit-east.html + https://spark.apache.org/news/registration-open-for-spark-summit-east.html weekly - http://localhost:4000/news/spark-wins-daytona-gray-sort-100tb-benchmark.html + https://spark.apache.org/news/spark-wins-daytona-gray-sort-100tb-benchmark.html weekly - http://localhost:4000/news/proposals-open-for-spark-summit-east.html + https://spark.apache.org/news/proposals-open-for-spark-summit-east.html weekly - http://localhost:4000/releases/spark-release-1-1-0.html + https://spark.apache.org/releases/spark-release-1-1-0.html weekly - http://localhost:4000/news/spark-1-1-0-released.html + https://spark.apache.org/news/spark-1-1-0-released.html weekly - http://localhost:4000/releases/spark-release-1-0-2.html + https://spark.apache.org/releases/spark-release-1-0-2.html weekly - http://localhost:4000/news/spark-1-0-2-released.html + https://spark.apache.org/news/spark-1-0-2-released.html weekly - http://localhost:4000/releases/spark-release-0-9-2.html + https://spark.apache.org/releases/spark-release-0-9-2.html weekly - http://localhost:4000/news/spark-0-9-2-released.html + https://spark.apache.org/news/spark-0-9-2-released.html weekly - http://localhost:4000/news/spark-summit-2014-videos-posted.html + https://spark.apache.org/news/spark-summit-2014-videos-posted.html weekly - http://localhost:4000/releases/spark-release-1-0-1.html + https://spark.apache.org/releases/spark-release-1-0-1.html weekly - http://localhost:4000/news/spark-1-0-1-released.html + https://spark.apache.org/news/spark-1-0-1-released.html weekly - http://localhost:4000/news/two-weeks-to-spark-summit-2014.html + https://spark.apache.org/news/two-weeks-to-spark-summit-2014.html weekly - http://localhost:4000/releases/spark-release-1-0-0.html + https://spark.apache.org/releases/spark-release-1-0-0.html weekly - http://localhost:4000/news/spark-1-0-0-released.html + https://spark.apache.org/news/spark-1-0-0-released.html weekly - http://localhost:4000/news/spark-summit-agenda-posted.html + https://spark.apache.org/news/spark-summit-agenda-posted.html weekly - http://localhost:4000/releases/spark-release-0-9-1.html + https://spark.apache.org/releases/spark-release-0-9-1.html weekly - http://localhost:4000/news/spark-0-9-1-released.html + https://spark.apache.org/news/spark-0-9-1-released.html weekly - http://localhost:4000/news/submit-talks-to-spark-summit-2014.html + https://spark.apache.org/news/submit-talks-to-spark-summit-2014.html weekly - http://localhost:4000/news/spark-becomes-tlp.html + https://spark.apache.org/news/spark-becomes-tlp.html weekly - http://localhost:4000/releases/spark-release-0-9-0.html + https://spark.apache.org/releases/spark-release-0-9-0.html weekly - http://localhost:4000/news/spark-0-9-0-released.html + https://spark.apache.org/news/spark-0-9-0-released.html weekly - http://localhost:4000/releases/spark-release-0-8-1.html + https://spark.apache.org/releases/spark-release-0-8-1.html weekly - http://localhost:4000/news/spark-0-8-1-released.html + https://spark.apache.org/news/spark-0-8-1-released.html weekly - http://localhost:4000/news/spark-summit-2013-is-a-wrap.html + https://spark.apache.org/news/spark-summit-2013-is-a-wrap.html weekly - http://localhost:4000/news/announcing-the-first-spark-summit.html + https://spark.apache.org/news/announcing-the-first-spark-summit.html weekly - http://localhost:4000/releases/spark-release-0-8-0.html + https://spark.apache.org/releases/spark-release-0-8-0.html weekly - http://localhost:4000/news/spark-0-8-0-released.html + https://spark.apache.org/news/spark-0-8-0-released.html weekly - http://localhost:4000/news/spark-user-survey-and-powered-by-page.html + https://spark.apache.org/news/spark-user-survey-and-powered-by-page.html weekly - http://localhost:4000/news/fourth-spark-screencast-published.html + https://spark.apache.org/news/fourth-spark-screencast-published.html weekly - http://localhost:4000/screencasts/4-a-standalone-job-in-spark.html + https://spark.apache.org/screencasts/4-a-standalone-job-in-spark.html weekly - http://localhost:4000/news/amp-camp-2013-registration-ope.html + https://spark.apache.org/news/amp-camp-2013-registration-ope.html weekly - http://localhost:4000/news/spark-mailing-lists-moving-to-apache.html + https://spark.apache.org/news/spark-mailing-lists-moving-to-apache.html weekly - http://localhost:4000/releases/spark-release-0-7-3.html + https://spark.apache.org/releases/spark-release-0-7-3.html weekly - http://localhost:4000/news/spark-0-7-3-released.html + https://spark.apache.org/news/spark-0-7-3-released.html weekly - http://localhost:4000/news/spark-featured-in-wired.html + https://spark.apache.org/news/spark-featured-in-wired.html weekly - http://localhost:4000/news/spark-accepted-into-apache-incubator.html + https://spark.apache.org/news/spark-accepted-into-apache-incubator.html weekly - http://localhost:4000/releases/spark-release-0-7-2.html + https://spark.apache.org/releases/spark-release-0-7-2.html weekly - http://localhost:4000/news/spark-0-7-2-released.html + https://spark.apache.org/news/spark-0-7-2-released.html weekly - http://localhost:4000/screencasts/3-transformations-and-caching.html + https://spark.apache.org/screencasts/3-transformations-and-caching.html weekly - http://localhost:4000/news/spark-screencasts-published.html + https://spark.apache.org/news/spark-screencasts-published.html weekly - http://localhost:4000/screencasts/2-spark-documentation-overview.html + https://spark.apache.org/screencasts/2-spark-documentation-overview.html weekly - http://localhost:4000/screencasts/1-first-steps-with-spark.html + https://spark.apache.org/screencasts/1-first-steps-with-spark.html weekly - http://localhost:4000/news/strata-exercises-now-available-online.html + https://spark.apache.org/news/strata-exercises-now-available-online.html weekly - http://localhost:4000/releases/spark-release-0-7-0.html + https://spark.apache.org/releases/spark-release-0-7-0.html weekly - http://localhost:4000/news/spark-0-7-0-released.html + https://spark.apache.org/news/spark-0-7-0-released.html weekly - http://localhost:4000/news/run-spark-and-shark-on-amazon-emr.html + https://spark.apache.org/news/run-spark-and-shark-on-amazon-emr.html weekly - http://localhost:4000/releases/spark-release-0-6-2.html + https://spark.apache.org/releases/spark-release-0-6-2.html weekly - http://localhost:4000/news/spark-0-6-2-released.html + https://spark.apache.org/news/spark-0-6-2-released.html weekly - http://localhost:4000/news/spark-tips-from-quantifind.html + https://spark.apache.org/news/spark-tips-from-quantifind.html weekly - http://localhost:4000/news/video-from-first-spark-development-meetup.html + https://spark.apache.org/news/video-from-first-spark-development-meetup.html weekly - http://localhost:4000/news/spark-and-shark-in-the-news.html + https://spark.apache.org/news/spark-and-shark-in-the-news.html weekly - http://localhost:4000/releases/spark-release-0-6-1.html + https://spark.apache.org/releases/spark-release-0-6-1.html weekly - http://localhost:4000/releases/spark-release-0-5-2.html + https://spark.apache.org/releases/spark-release-0-5-2.html weekly - http://localhost:4000/news/spark-0-6-1-and-0-5-2-released.html + https://spark.apache.org/news/spark-0-6-1-and-0-5-2-released.html weekly - http://localhost:4000/releases/spark-release-0-6-0.html + https://spark.apache.org/releases/spark-release-0-6-0.html weekly - http://localhost:4000/news/spark-version-0-6-0-released.html + https://spark.apache.org/news/spark-version-0-6-0-released.html weekly - http://localhost:4000/releases/spark-release-0-5-1.html + https://spark.apache.org/releases/spark-release-0-5-1.html weekly - http://localhost:4000/releases/spark-release-0-5-0.html + https://spark.apache.org/releases/spark-release-0-5-0.html weekly - http://localhost:4000/news/nsdi-paper.html + https://spark.apache.org/news/nsdi-paper.html weekly - http://localhost:4000/news/spark-meetups.html + https://spark.apache.org/news/spark-meetups.html weekly - http://localhost:4000/releases/spark-release-0-3.html + https://spark.apache.org/releases/spark-release-0-3.html weekly - http://localhost:4000/404.html + https://spark.apache.org/404.html weekly - http://localhost:4000/committers.html + https://spark.apache.org/committers.html weekly - http://localhost:4000/community.html + https://spark.apache.org/community.html weekly - http://localhost:4000/contributing.html + https://spark.apache.org/contributing.html weekly - http://localhost:4000/developer-tools.html + https://spark.apache.org/developer-tools.html weekly - http://localhost:4000/documentation.html + https://spark.apache.org/documentation.html weekly - http://localhost:4000/downloads.html + https://spark.apache.org/downloads.html weekly - http://localhost:4000/error-message-guidelines.html + https://spark.apache.org/error-message-guidelines.html weekly - http://localhost:4000/examples.html + https://spark.apache.org/examples.html weekly - http://localhost:4000/faq.html + https://spark.apache.org/faq.html weekly - http://localhost:4000/history.html + https://spark.apache.org/history.html weekly - http://localhost:4000/improvement-proposals.html + https://spark.apache.org/improvement-proposals.html weekly - http://localhost:4000/spark-connect/ + https://spark.apache.org/spark-connect/ weekly - http://localhost:4000/pandas-on-spark/ + https://spark.apache.org/pandas-on-spark/ weekly - http://localhost:4000/graphx/ + https://spark.apache.org/graphx/ weekly - http://localhost:4000/mllib/ + https://spark.apache.org/mllib/ weekly - http://localhost:4000/streaming/ + https://spark.apache.org/streaming/ weekly - http://localhost:4000/news/ + https://spark.apache.org/news/ weekly - http://localhost:4000/screencasts/ + https://spark.apache.org/screencasts/ weekly - http://localhost:4000/sql/ + https://spark.apache.org/sql/ weekly - http://localhost:4000/ + https://spark.apache.org/ weekly - http://localhost:4000/mailing-lists.html + https://spark.apache.org/mailing-lists.html weekly - http://localhost:4000/powered-by.html + https://spark.apache.org/powered-by.html weekly - http://localhost:4000/release-process.html + https://spark.apache.org/release-process.html weekly - http://localhost:4000/research.html + https://spark.apache.org/research.html weekly - http://localhost:4000/security.html + https://spark.apache.org/security.html weekly - http://localhost:4000/third-party-projects.html + https://spark.apache.org/third-party-projects.html weekly - http://localhost:4000/trademarks.html + https://spark.apache.org/trademarks.html weekly - http://localhost:4000/versioning-policy.html + https://spark.apache.org/versioning-policy.html weekly
    Name