summaryrefslogtreecommitdiff
path: root/news/_posts
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-05-30 09:45:12 +0000
committerPatrick Wendell <pwendell@apache.org>2014-05-30 09:45:12 +0000
commit0d1a9b8906d0cd5ebd9d93d2bde42e7d5303b50d (patch)
tree5c3e29e3e9bbe83f4195d3a54ad8f84fafa6b6a6 /news/_posts
parent2f0d1e827ed7deac7a83ba66b0dcb3e355b6dcf5 (diff)
downloadspark-website-0d1a9b8906d0cd5ebd9d93d2bde42e7d5303b50d.tar.gz
spark-website-0d1a9b8906d0cd5ebd9d93d2bde42e7d5303b50d.tar.bz2
spark-website-0d1a9b8906d0cd5ebd9d93d2bde42e7d5303b50d.zip
Adding news article
Diffstat (limited to 'news/_posts')
-rw-r--r--news/_posts/2014-05-30-spark-1-0-0-released.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/news/_posts/2014-05-30-spark-1-0-0-released.md b/news/_posts/2014-05-30-spark-1-0-0-released.md
new file mode 100644
index 000000000..04d389922
--- /dev/null
+++ b/news/_posts/2014-05-30-spark-1-0-0-released.md
@@ -0,0 +1,17 @@
+---
+layout: post
+title: Spark 1.0.0 released
+categories:
+- News
+tags: []
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '4'
+ _wpas_done_all: '1'
+---
+We are happy to announce the availability of <a href="{{site.url}}releases/spark-release-1-0-0.html" title="Spark Release 1.0.0">Spark 1.0.0</a>! Spark 1.0.0 is the first in the 1.0 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 (SparkSQL) which 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 <a href="{{site.url}}releases/spark-release-1-0-0.html" title="Spark Release 1.0.0">release notes</a> to read about the new features, or <a href="{{site.url}}downloads.html">download</a> the release today.