summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2014-02-03 08:42:55 +0000
committerPatrick Wendell <pwendell@apache.org>2014-02-03 08:42:55 +0000
commit6893f8f59441314367740b42229cb59e4144b908 (patch)
treee7af50b2a4a4b38555cc7b1b102049e44162a4de
parent91743034fe9e582cc526bb87eb493a10d8da1e60 (diff)
downloadspark-website-6893f8f59441314367740b42229cb59e4144b908.tar.gz
spark-website-6893f8f59441314367740b42229cb59e4144b908.tar.bz2
spark-website-6893f8f59441314367740b42229cb59e4144b908.zip
Better formatting for credits.
-rw-r--r--releases/_posts/2014-02-02-spark-release-0-9-0.md242
-rw-r--r--site/releases/spark-release-0-9-0.html244
2 files changed, 164 insertions, 322 deletions
diff --git a/releases/_posts/2014-02-02-spark-release-0-9-0.md b/releases/_posts/2014-02-02-spark-release-0-9-0.md
index d37c2d892..2775b286f 100644
--- a/releases/_posts/2014-02-02-spark-release-0-9-0.md
+++ b/releases/_posts/2014-02-02-spark-release-0-9-0.md
@@ -90,166 +90,86 @@ We expect all of the current APIs and script locations in Spark 0.9 to remain st
### Contributors
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
-
-CodingCat -- documentation improvements
-
-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
-
-Reynold Xin -- GraphX contributions, task killing, various fixes, improvements and optimizations
-
-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
-
-Andrew Xia -- bug fixes and code cleanup
-
-Dong Yan -- bug fix
+ * 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!_
diff --git a/site/releases/spark-release-0-9-0.html b/site/releases/spark-release-0-9-0.html
index 06bb365b8..833662be4 100644
--- a/site/releases/spark-release-0-9-0.html
+++ b/site/releases/spark-release-0-9-0.html
@@ -256,167 +256,89 @@
<h3 id="contributors">Contributors</h3>
<p>The following developers contributed to this release:</p>
-<p>Andrew Ash &#8211; documentation improvements</p>
-
-<p>Pierre Borckmans &#8211; documentation fix</p>
-
-<p>Russell Cardullo &#8211; graphite sink for metrics</p>
-
-<p>Evan Chan &#8211; local:// URI feature</p>
-
-<p>Vadim Chekan &#8211; bug fix</p>
-
-<p>Lian Cheng &#8211; refactoring and code clean-up in several locations, bug fixes</p>
-
-<p>Ewen Cheslack-Postava &#8211; Spark EC2 and PySpark improvements</p>
-
-<p>Mosharaf Chowdhury &#8211; optimized broadcast</p>
-
-<p>CodingCat &#8211; documentation improvements</p>
-
-<p>Dan Crankshaw &#8211; GraphX contributions</p>
-
-<p>Haider Haidi &#8211; documentation fix</p>
-
-<p>Frank Dai &#8211; Naive Bayes classifier in MLlib, documentation improvements</p>
-
-<p>Tathagata Das &#8211; new operators, fixes, and improvements to Spark Streaming (lead)</p>
-
-<p>Ankur Dave &#8211; GraphX contributions</p>
-
-<p>Henry Davidge &#8211; warning for large tasks</p>
-
-<p>Aaron Davidson &#8211; shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes</p>
-
-<p>Kyle Ellrott &#8211; GraphX contributions</p>
-
-<p>Hossein Falaki &#8211; new statistical operators, Scala and Python examples in MLlib</p>
-
-<p>Harvey Feng &#8211; hadoop file optimizations and YARN integration</p>
-
-<p>Ali Ghodsi &#8211; support for SIMR</p>
-
-<p>Joseph E. Gonzalez &#8211; GraphX contributions</p>
-
-<p>Thomas Graves &#8211; fixes and improvements for YARN support (lead)</p>
-
-<p>Rong Gu &#8211; documentation fix</p>
-
-<p>Stephen Haberman &#8211; bug fixes</p>
-
-<p>Walker Hamilton &#8211; bug fix</p>
-
-<p>Mark Hamstra &#8211; scheduler improvements and fixes, build fixes</p>
-
-<p>Damien Hardy &#8211; Debian build fix</p>
-
-<p>Nathan Howell &#8211; sbt upgrade</p>
-
-<p>Grace Huang &#8211; improvements to metrics code</p>
-
-<p>Shane Huang &#8211; separation of admin and user scripts:</p>
-
-<p>Prabeesh K &#8211; MQTT example</p>
-
-<p>Holden Karau &#8211; sbt build improvements and Java API extensions</p>
-
-<p>KarthikTunga &#8211; bug fix</p>
-
-<p>Grega Kespret &#8211; bug fix</p>
-
-<p>Marek Kolodziej &#8211; optimized random number generator</p>
-
-<p>Jey Kottalam &#8211; EC2 script improvements</p>
-
-<p>Du Li &#8211; bug fixes</p>
-
-<p>Haoyuan Li &#8211; tachyon support in EC2</p>
-
-<p>LiGuoqiang &#8211; fixes to build and YARN integration</p>
-
-<p>Raymond Liu &#8211; build improvement and various fixes for YARN support</p>
-
-<p>George Loentiev &#8211; Maven build fixes</p>
-
-<p>Akihiro Matsukawa &#8211; GraphX contributions</p>
-
-<p>David McCauley &#8211; improvements to json endpoint</p>
-
-<p>Mike &#8211; bug fixes</p>
-
-<p>Fabrizio (Misto) Milo &#8211; bug fix</p>
-
-<p>Mridul Muralidharan &#8211; speculation improvements, several bug fixes</p>
-
-<p>Tor Myklebust &#8211; Python mllib bindings, instrumentation for task serailization</p>
-
-<p>Sundeep Narravula &#8211; bug fix</p>
-
-<p>Binh Nguyen &#8211; Java API improvements and version upgrades</p>
-
-<p>Adam Novak &#8211; bug fix</p>
-
-<p>Andrew Or &#8211; external sorting</p>
-
-<p>Kay Ousterhout &#8211; several bug fixes and improvements to Spark scheduler</p>
-
-<p>Sean Owen &#8211; style fixes</p>
-
-<p>Nick Pentreath &#8211; ALS implicit feedback algorithm</p>
-
-<p>Pillis &#8211; <code>Vector.random()</code> method</p>
-
-<p>Imran Rashid &#8211; bug fix</p>
-
-<p>Ahir Reddy &#8211; support for SIMR</p>
-
-<p>Luca Rosellini &#8211; script loading for Scala shell</p>
-
-<p>Josh Rosen &#8211; fixes, clean-up, and extensions to scala and Java API’s</p>
-
-<p>Henry Saputra &#8211; style improvements and clean-up</p>
-
-<p>Andre Schumacher &#8211; Python improvements and bug fixes</p>
-
-<p>Jerry Shao &#8211; multi-user support, various fixes and improvements</p>
-
-<p>Prashant Sharma &#8211; Scala 2.10 support, configuration system, several smaller fixes</p>
-
-<p>Shiyun &#8211; style fix</p>
-
-<p>Wangda Tan &#8211; UI improvement and bug fixes</p>
-
-<p>Matthew Taylor &#8211; bug fix</p>
-
-<p>Jyun-Fan Tsai &#8211; documentation fix</p>
-
-<p>Takuya Ueshin &#8211; bug fix</p>
-
-<p>Shivaram Venkataraman &#8211; sbt build optimization, EC2 improvements, Java and Python API</p>
-
-<p>Jianping J Wang &#8211; GraphX contributions</p>
-
-<p>Martin Weindel &#8211; build fix</p>
-
-<p>Patrick Wendell &#8211; standalone driver submission, various fixes, release manager</p>
-
-<p>Neal Wiggins &#8211; bug fix</p>
-
-<p>Reynold Xin &#8211; GraphX contributions, task killing, various fixes, improvements and optimizations</p>
-
-<p>Haitao Yao &#8211; bug fix</p>
-
-<p>Xusen Yin &#8211; bug fix</p>
-
-<p>Fengdong Yu &#8211; documentation fixes</p>
-
-<p>Matei Zaharia &#8211; new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations</p>
-
-<p>Wu Zeming &#8211; bug fix</p>
-
-<p>Andrew Xia &#8211; bug fixes and code cleanup</p>
-
-<p>Dong Yan &#8211; bug fix</p>
+<ul>
+ <li>Andrew Ash &#8211; documentation improvements</li>
+ <li>Pierre Borckmans &#8211; documentation fix</li>
+ <li>Russell Cardullo &#8211; graphite sink for metrics</li>
+ <li>Evan Chan &#8211; local:// URI feature</li>
+ <li>Vadim Chekan &#8211; bug fix</li>
+ <li>Lian Cheng &#8211; refactoring and code clean-up in several locations, bug fixes</li>
+ <li>Ewen Cheslack-Postava &#8211; Spark EC2 and PySpark improvements</li>
+ <li>Mosharaf Chowdhury &#8211; optimized broadcast</li>
+ <li>Dan Crankshaw &#8211; GraphX contributions</li>
+ <li>Haider Haidi &#8211; documentation fix</li>
+ <li>Frank Dai &#8211; Naive Bayes classifier in MLlib, documentation improvements</li>
+ <li>Tathagata Das &#8211; new operators, fixes, and improvements to Spark Streaming (lead)</li>
+ <li>Ankur Dave &#8211; GraphX contributions</li>
+ <li>Henry Davidge &#8211; warning for large tasks</li>
+ <li>Aaron Davidson &#8211; shuffle file consolidation, H/A mode for standalone scheduler, various improvements and fixes</li>
+ <li>Kyle Ellrott &#8211; GraphX contributions</li>
+ <li>Hossein Falaki &#8211; new statistical operators, Scala and Python examples in MLlib</li>
+ <li>Harvey Feng &#8211; hadoop file optimizations and YARN integration</li>
+ <li>Ali Ghodsi &#8211; support for SIMR</li>
+ <li>Joseph E. Gonzalez &#8211; GraphX contributions</li>
+ <li>Thomas Graves &#8211; fixes and improvements for YARN support (lead)</li>
+ <li>Rong Gu &#8211; documentation fix</li>
+ <li>Stephen Haberman &#8211; bug fixes</li>
+ <li>Walker Hamilton &#8211; bug fix</li>
+ <li>Mark Hamstra &#8211; scheduler improvements and fixes, build fixes</li>
+ <li>Damien Hardy &#8211; Debian build fix</li>
+ <li>Nathan Howell &#8211; sbt upgrade</li>
+ <li>Grace Huang &#8211; improvements to metrics code</li>
+ <li>Shane Huang &#8211; separation of admin and user scripts:</li>
+ <li>Prabeesh K &#8211; MQTT example</li>
+ <li>Holden Karau &#8211; sbt build improvements and Java API extensions</li>
+ <li>KarthikTunga &#8211; bug fix</li>
+ <li>Grega Kespret &#8211; bug fix</li>
+ <li>Marek Kolodziej &#8211; optimized random number generator</li>
+ <li>Jey Kottalam &#8211; EC2 script improvements</li>
+ <li>Du Li &#8211; bug fixes</li>
+ <li>Haoyuan Li &#8211; tachyon support in EC2</li>
+ <li>LiGuoqiang &#8211; fixes to build and YARN integration</li>
+ <li>Raymond Liu &#8211; build improvement and various fixes for YARN support</li>
+ <li>George Loentiev &#8211; Maven build fixes</li>
+ <li>Akihiro Matsukawa &#8211; GraphX contributions</li>
+ <li>David McCauley &#8211; improvements to json endpoint</li>
+ <li>Mike &#8211; bug fixes</li>
+ <li>Fabrizio (Misto) Milo &#8211; bug fix</li>
+ <li>Mridul Muralidharan &#8211; speculation improvements, several bug fixes</li>
+ <li>Tor Myklebust &#8211; Python mllib bindings, instrumentation for task serailization</li>
+ <li>Sundeep Narravula &#8211; bug fix</li>
+ <li>Binh Nguyen &#8211; Java API improvements and version upgrades</li>
+ <li>Adam Novak &#8211; bug fix</li>
+ <li>Andrew Or &#8211; external sorting</li>
+ <li>Kay Ousterhout &#8211; several bug fixes and improvements to Spark scheduler</li>
+ <li>Sean Owen &#8211; style fixes</li>
+ <li>Nick Pentreath &#8211; ALS implicit feedback algorithm</li>
+ <li>Pillis &#8211; <code>Vector.random()</code> method</li>
+ <li>Imran Rashid &#8211; bug fix</li>
+ <li>Ahir Reddy &#8211; support for SIMR</li>
+ <li>Luca Rosellini &#8211; script loading for Scala shell</li>
+ <li>Josh Rosen &#8211; fixes, clean-up, and extensions to scala and Java API’s</li>
+ <li>Henry Saputra &#8211; style improvements and clean-up</li>
+ <li>Andre Schumacher &#8211; Python improvements and bug fixes</li>
+ <li>Jerry Shao &#8211; multi-user support, various fixes and improvements</li>
+ <li>Prashant Sharma &#8211; Scala 2.10 support, configuration system, several smaller fixes</li>
+ <li>Shiyun &#8211; style fix</li>
+ <li>Wangda Tan &#8211; UI improvement and bug fixes</li>
+ <li>Matthew Taylor &#8211; bug fix</li>
+ <li>Jyun-Fan Tsai &#8211; documentation fix</li>
+ <li>Takuya Ueshin &#8211; bug fix</li>
+ <li>Shivaram Venkataraman &#8211; sbt build optimization, EC2 improvements, Java and Python API</li>
+ <li>Jianping J Wang &#8211; GraphX contributions</li>
+ <li>Martin Weindel &#8211; build fix</li>
+ <li>Patrick Wendell &#8211; standalone driver submission, various fixes, release manager</li>
+ <li>Neal Wiggins &#8211; bug fix</li>
+ <li>Andrew Xia &#8211; bug fixes and code cleanup</li>
+ <li>Reynold Xin &#8211; GraphX contributions, task killing, various fixes, improvements and optimizations</li>
+ <li>Dong Yan &#8211; bug fix</li>
+ <li>Haitao Yao &#8211; bug fix</li>
+ <li>Xusen Yin &#8211; bug fix</li>
+ <li>Fengdong Yu &#8211; documentation fixes</li>
+ <li>Matei Zaharia &#8211; new configuration system, Python MLlib bindings, scheduler improvements, various fixes and optimizations</li>
+ <li>Wu Zeming &#8211; bug fix</li>
+ <li>Nan Zhu &#8211; documentation improvements</li>
+</ul>
<p><em>Thanks to everyone who contributed!</em></p>