summaryrefslogtreecommitdiff
path: root/news/_posts
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-02-03 08:21:13 +0000
committerPatrick Wendell <pwendell@apache.org>2014-02-03 08:21:13 +0000
commit4d3c3750df6af496afbc5f8ec2a23514327e1f8d (patch)
treefed6724bf02ef2eae916111ad68eb2df34d26799 /news/_posts
parentffa89cfbb0887db1e53b4e774359003daae7a62c (diff)
downloadspark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.tar.gz
spark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.tar.bz2
spark-website-4d3c3750df6af496afbc5f8ec2a23514327e1f8d.zip
Updates for Spark 0.9.0 release.
Diffstat (limited to 'news/_posts')
-rw-r--r--news/_posts/2014-02-02-spark-0-9-0-released.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/news/_posts/2014-02-02-spark-0-9-0-released.md b/news/_posts/2014-02-02-spark-0-9-0-released.md
new file mode 100644
index 000000000..60ad4ee75
--- /dev/null
+++ b/news/_posts/2014-02-02-spark-0-9-0-released.md
@@ -0,0 +1,21 @@
+---
+layout: post
+title: Spark 0.9.0 released
+categories:
+- News
+tags: []
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '4'
+ _wpas_done_all: '1'
+---
+We're happy to announce the availability of <a href="{{site.url}}releases/spark-release-0-9-0.html" title="Spark Release 0.9.0">
+Spark 0.9.0</a>! 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
+hardened YARN support.
+
+Visit the <a href="{{site.url}}releases/spark-release-0-9-0.html" title="Spark Release 0.9.0">release notes</a>
+to read about the new features, or <a href="{{site.url}}downloads.html">download</a> the release today.