summaryrefslogtreecommitdiff
path: root/news/_posts
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-09-11 23:45:34 +0000
committerPatrick Wendell <pwendell@apache.org>2014-09-11 23:45:34 +0000
commitbcc48c3a7a72f48d82ccb96fd713512a52436285 (patch)
treef972f08d7ddb7278ab1a2cca79a0821b9f6c913f /news/_posts
parentc0ef35b96d0fbf7cb14a61dae1485c94af91f7b7 (diff)
downloadspark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.tar.gz
spark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.tar.bz2
spark-website-bcc48c3a7a72f48d82ccb96fd713512a52436285.zip
Adding Spark 1.1.0 release
Diffstat (limited to 'news/_posts')
-rw-r--r--news/_posts/2014-09-11-spark-1-1-0-released.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/_posts/2014-09-11-spark-1-1-0-released.md b/news/_posts/2014-09-11-spark-1-1-0-released.md
new file mode 100644
index 000000000..593d3659a
--- /dev/null
+++ b/news/_posts/2014-09-11-spark-1-1-0-released.md
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Spark 1.1.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-1-0.html" title="Spark Release 1.1.0">Spark 1.1.0</a>! Spark 1.1.0 is the second release in API-compatible 1.X line. It is Spark's largest release ever, with contributions from 173 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. This 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, and other feature and performance improvements. MLlib introduces a new statistics libary 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.
+
+Visit the <a href="{{site.url}}releases/spark-release-1-1-0.html" title="Spark Release 1.1.0">release notes</a> to read about the new features, or <a href="{{site.url}}downloads.html">download</a> the release today.