summaryrefslogtreecommitdiff
path: root/news/_posts
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-12-19 08:34:52 +0000
committerPatrick Wendell <pwendell@apache.org>2014-12-19 08:34:52 +0000
commitf133385ff6fd077664557b736b885c75a85fbe01 (patch)
tree40162f6617fb379bc4b6a0f3109cd3465077e44c /news/_posts
parentd627d277354d191cf47e6c97c6ba8d39ffd349ae (diff)
downloadspark-website-f133385ff6fd077664557b736b885c75a85fbe01.tar.gz
spark-website-f133385ff6fd077664557b736b885c75a85fbe01.tar.bz2
spark-website-f133385ff6fd077664557b736b885c75a85fbe01.zip
Adding 1.2.0 Release Notes
Diffstat (limited to 'news/_posts')
-rw-r--r--news/_posts/2014-12-18-spark-1-2-0-released.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/news/_posts/2014-12-18-spark-1-2-0-released.md b/news/_posts/2014-12-18-spark-1-2-0-released.md
new file mode 100644
index 000000000..1e1b773a0
--- /dev/null
+++ b/news/_posts/2014-12-18-spark-1-2-0-released.md
@@ -0,0 +1,18 @@
+---
+layout: post
+title: Spark 1.2.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-2-0.html" title="Spark Release 1.2.0">Spark 1.2.0</a>! 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 subsytem 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.
+
+Visit the <a href="{{site.url}}releases/spark-release-1-2-0.html" title="Spark Release 1.2.0">release notes</a> to read about the new features, or <a href="{{site.url}}downloads.html">download</a> the release today.