Return-Path: X-Original-To: apmail-spark-commits-archive@minotaur.apache.org Delivered-To: apmail-spark-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6DEA71054B for ; Mon, 10 Feb 2014 08:37:35 +0000 (UTC) Received: (qmail 6658 invoked by uid 500); 10 Feb 2014 08:37:34 -0000 Delivered-To: apmail-spark-commits-archive@spark.apache.org Received: (qmail 6588 invoked by uid 500); 10 Feb 2014 08:37:31 -0000 Mailing-List: contact commits-help@spark.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@spark.incubator.apache.org Delivered-To: mailing list commits@spark.incubator.apache.org Received: (qmail 6568 invoked by uid 99); 10 Feb 2014 08:37:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 08:37:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Feb 2014 08:37:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1A89223889E2; Mon, 10 Feb 2014 08:37:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1566528 [2/2] - in /incubator/spark: releases/_posts/ site/ site/news/ site/releases/ Date: Mon, 10 Feb 2014 08:37:07 -0000 To: commits@spark.incubator.apache.org From: matei@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140210083708.1A89223889E2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/spark/site/releases/spark-release-0-9-0.html URL: http://svn.apache.org/viewvc/incubator/spark/site/releases/spark-release-0-9-0.html?rev=1566528&r1=1566527&r2=1566528&view=diff ============================================================================== --- incubator/spark/site/releases/spark-release-0-9-0.html (original) +++ incubator/spark/site/releases/spark-release-0-9-0.html Mon Feb 10 08:37:06 2014 @@ -163,14 +163,12 @@

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 -(5 MB tgz) or a prebuilt pacakge for - Hadoop 1/ CDH3 -(155 MB tgz), - CDH4 -(160 MB tgz), or - Hadoop 2 / CDH5 / HDP2 -(167 MB tgz). Release signatures and checksums are available at the official Apache download site.

+source package +(5 MB tgz) or a prebuilt package for +Hadoop 1 / CDH3, +CDH4, or +Hadoop 2 / CDH5 / HDP2 +(160 MB tgz). Release signatures and checksums are available at the official Apache download site.

Scala 2.10 Support

@@ -267,87 +265,87 @@

The following developers contributed to this release:

    -
  • Andrew Ash – documentation improvements
  • -
  • Pierre Borckmans – documentation fix
  • -
  • Russell Cardullo – graphite sink for metrics
  • -
  • Evan Chan – local:// URI feature
  • -
  • Vadim Chekan – bug fix
  • -
  • Lian Cheng – refactoring and code clean-up in several locations, bug fixes
  • -
  • Ewen Cheslack-Postava – Spark EC2 and PySpark improvements
  • -
  • Mosharaf Chowdhury – optimized broadcast
  • -
  • Dan Crankshaw – GraphX contributions
  • -
  • Haider Haidi – documentation fix
  • -
  • Frank Dai – Naive Bayes classifier in MLlib, documentation improvements
  • -
  • Tathagata Das – new operators, fixes, and improvements to Spark Streaming (lead)
  • -
  • Ankur Dave – GraphX contributions
  • -
  • Henry Davidge – warning for large tasks
  • -
  • Aaron Davidson – shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes
  • -
  • Kyle Ellrott – GraphX contributions
  • -
  • Hossein Falaki – new statistical operators, Scala and Python examples in MLlib
  • -
  • Harvey Feng – hadoop file optimizations and YARN integration
  • -
  • Ali Ghodsi – support for SIMR
  • -
  • Joseph E. Gonzalez – GraphX contributions
  • -
  • Thomas Graves – fixes and improvements for YARN support (lead)
  • -
  • Rong Gu – documentation fix
  • -
  • Stephen Haberman – bug fixes
  • -
  • Walker Hamilton – bug fix
  • -
  • Mark Hamstra – scheduler improvements and fixes, build fixes
  • -
  • Damien Hardy – Debian build fix
  • -
  • Nathan Howell – sbt upgrade
  • -
  • Grace Huang – improvements to metrics code
  • -
  • Shane Huang – separation of admin and user scripts:
  • -
  • Prabeesh K – MQTT example
  • -
  • Holden Karau – sbt build improvements and Java API extensions
  • -
  • KarthikTunga – bug fix
  • -
  • Grega Kespret – bug fix
  • -
  • Marek Kolodziej – optimized random number generator
  • -
  • Jey Kottalam – EC2 script improvements
  • -
  • Du Li – bug fixes
  • -
  • Haoyuan Li – tachyon support in EC2
  • -
  • LiGuoqiang – fixes to build and YARN integration
  • -
  • Raymond Liu – build improvement and various fixes for YARN support
  • -
  • George Loentiev – Maven build fixes
  • -
  • Akihiro Matsukawa – GraphX contributions
  • -
  • David McCauley – improvements to json endpoint
  • -
  • Mike – bug fixes
  • -
  • Fabrizio (Misto) Milo – bug fix
  • -
  • Mridul Muralidharan – speculation improvements, several bug fixes
  • -
  • Tor Myklebust – Python mllib bindings, instrumentation for task serailization
  • -
  • Sundeep Narravula – bug fix
  • -
  • Binh Nguyen – Java API improvements and version upgrades
  • -
  • Adam Novak – bug fix
  • -
  • Andrew Or – external sorting
  • -
  • Kay Ousterhout – several bug fixes and improvements to Spark scheduler
  • -
  • Sean Owen – style fixes
  • -
  • Nick Pentreath – ALS implicit feedback algorithm
  • -
  • Pillis – Vector.random() method
  • -
  • Imran Rashid – bug fix
  • -
  • Ahir Reddy – support for SIMR
  • -
  • Luca Rosellini – script loading for Scala shell
  • -
  • Josh Rosen – fixes, clean-up, and extensions to scala and Java API’s
  • -
  • Henry Saputra – style improvements and clean-up
  • -
  • Andre Schumacher – Python improvements and bug fixes
  • -
  • Jerry Shao – multi-user support, various fixes and improvements
  • -
  • Prashant Sharma – Scala 2.10 support, configuration system, several smaller fixes
  • -
  • Shiyun – style fix
  • -
  • Wangda Tan – UI improvement and bug fixes
  • -
  • Matthew Taylor – bug fix
  • -
  • Jyun-Fan Tsai – documentation fix
  • -
  • Takuya Ueshin – bug fix
  • -
  • Shivaram Venkataraman – sbt build optimization, EC2 improvements, Java and Python API
  • -
  • Jianping J Wang – GraphX contributions
  • -
  • Martin Weindel – build fix
  • -
  • Patrick Wendell – standalone driver submission, various fixes, release manager
  • -
  • Neal Wiggins – bug fix
  • -
  • Andrew Xia – bug fixes and code cleanup
  • -
  • Reynold Xin – GraphX contributions, task killing, various fixes, improvements and optimizations
  • -
  • Dong Yan – bug fix
  • -
  • Haitao Yao – bug fix
  • -
  • Xusen Yin – bug fix
  • -
  • Fengdong Yu – documentation fixes
  • -
  • Matei Zaharia – new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations
  • -
  • Wu Zeming – bug fix
  • -
  • Nan Zhu – documentation improvements
  • +
  • Andrew Ash – documentation improvements
  • +
  • Pierre Borckmans – documentation fix
  • +
  • Russell Cardullo – graphite sink for metrics
  • +
  • Evan Chan – local:// URI feature
  • +
  • Vadim Chekan – bug fix
  • +
  • Lian Cheng – refactoring and code clean-up in several locations, bug fixes
  • +
  • Ewen Cheslack-Postava – Spark EC2 and PySpark improvements
  • +
  • Mosharaf Chowdhury – optimized broadcast
  • +
  • Dan Crankshaw – GraphX contributions
  • +
  • Haider Haidi – documentation fix
  • +
  • Frank Dai – Naive Bayes classifier in MLlib, documentation improvements
  • +
  • Tathagata Das – new operators, fixes, and improvements to Spark Streaming (lead)
  • +
  • Ankur Dave – GraphX contributions
  • +
  • Henry Davidge – warning for large tasks
  • +
  • Aaron Davidson – shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes
  • +
  • Kyle Ellrott – GraphX contributions
  • +
  • Hossein Falaki – new statistical operators, Scala and Python examples in MLlib
  • +
  • Harvey Feng – hadoop file optimizations and YARN integration
  • +
  • Ali Ghodsi – support for SIMR
  • +
  • Joseph E. Gonzalez – GraphX contributions
  • +
  • Thomas Graves – fixes and improvements for YARN support (lead)
  • +
  • Rong Gu – documentation fix
  • +
  • Stephen Haberman – bug fixes
  • +
  • Walker Hamilton – bug fix
  • +
  • Mark Hamstra – scheduler improvements and fixes, build fixes
  • +
  • Damien Hardy – Debian build fix
  • +
  • Nathan Howell – sbt upgrade
  • +
  • Grace Huang – improvements to metrics code
  • +
  • Shane Huang – separation of admin and user scripts:
  • +
  • Prabeesh K – MQTT example
  • +
  • Holden Karau – sbt build improvements and Java API extensions
  • +
  • KarthikTunga – bug fix
  • +
  • Grega Kespret – bug fix
  • +
  • Marek Kolodziej – optimized random number generator
  • +
  • Jey Kottalam – EC2 script improvements
  • +
  • Du Li – bug fixes
  • +
  • Haoyuan Li – tachyon support in EC2
  • +
  • LiGuoqiang – fixes to build and YARN integration
  • +
  • Raymond Liu – build improvement and various fixes for YARN support
  • +
  • George Loentiev – Maven build fixes
  • +
  • Akihiro Matsukawa – GraphX contributions
  • +
  • David McCauley – improvements to json endpoint
  • +
  • Mike – bug fixes
  • +
  • Fabrizio (Misto) Milo – bug fix
  • +
  • Mridul Muralidharan – speculation improvements, several bug fixes
  • +
  • Tor Myklebust – Python mllib bindings, instrumentation for task serailization
  • +
  • Sundeep Narravula – bug fix
  • +
  • Binh Nguyen – Java API improvements and version upgrades
  • +
  • Adam Novak – bug fix
  • +
  • Andrew Or – external sorting
  • +
  • Kay Ousterhout – several bug fixes and improvements to Spark scheduler
  • +
  • Sean Owen – style fixes
  • +
  • Nick Pentreath – ALS implicit feedback algorithm
  • +
  • Pillis – Vector.random() method
  • +
  • Imran Rashid – bug fix
  • +
  • Ahir Reddy – support for SIMR
  • +
  • Luca Rosellini – script loading for Scala shell
  • +
  • Josh Rosen – fixes, clean-up, and extensions to scala and Java API’s
  • +
  • Henry Saputra – style improvements and clean-up
  • +
  • Andre Schumacher – Python improvements and bug fixes
  • +
  • Jerry Shao – multi-user support, various fixes and improvements
  • +
  • Prashant Sharma – Scala 2.10 support, configuration system, several smaller fixes
  • +
  • Shiyun – style fix
  • +
  • Wangda Tan – UI improvement and bug fixes
  • +
  • Matthew Taylor – bug fix
  • +
  • Jyun-Fan Tsai – documentation fix
  • +
  • Takuya Ueshin – bug fix
  • +
  • Shivaram Venkataraman – sbt build optimization, EC2 improvements, Java and Python API
  • +
  • Jianping J Wang – GraphX contributions
  • +
  • Martin Weindel – build fix
  • +
  • Patrick Wendell – standalone driver submission, various fixes, release manager
  • +
  • Neal Wiggins – bug fix
  • +
  • Andrew Xia – bug fixes and code cleanup
  • +
  • Reynold Xin – GraphX contributions, task killing, various fixes, improvements and optimizations
  • +
  • Dong Yan – bug fix
  • +
  • Haitao Yao – bug fix
  • +
  • Xusen Yin – bug fix
  • +
  • Fengdong Yu – documentation fixes
  • +
  • Matei Zaharia – new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations
  • +
  • Wu Zeming – bug fix
  • +
  • Nan Zhu – documentation improvements

Thanks to everyone who contributed!