summaryrefslogtreecommitdiff
path: root/releases
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@apache.org>2013-12-20 01:40:45 +0000
committerPatrick Wendell <pwendell@apache.org>2013-12-20 01:40:45 +0000
commitfb987595ab03e186b8fc3df08f8c649ca4f49fbd (patch)
treea474c4d46d1ac7bf92642d1b4ff6213abf094145 /releases
parent43b3fbe2dc099b920177fe36354e61952df2fbaa (diff)
downloadspark-website-fb987595ab03e186b8fc3df08f8c649ca4f49fbd.tar.gz
spark-website-fb987595ab03e186b8fc3df08f8c649ca4f49fbd.tar.bz2
spark-website-fb987595ab03e186b8fc3df08f8c649ca4f49fbd.zip
minor small changes to release credits
Diffstat (limited to 'releases')
-rw-r--r--releases/_posts/2013-12-19-spark-release-0-8-1.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/releases/_posts/2013-12-19-spark-release-0-8-1.md b/releases/_posts/2013-12-19-spark-release-0-8-1.md
index b65ee8dff..89248d9b6 100644
--- a/releases/_posts/2013-12-19-spark-release-0-8-1.md
+++ b/releases/_posts/2013-12-19-spark-release-0-8-1.md
@@ -58,7 +58,7 @@ This release adds several performance optimizations:
* Ewen Cheslack-Postava -- `add` method for python accumulators, support for setting config properties in python
* Mosharaf Chowdhury -- optimized broadcast implementation
* Frank Dai -- documentation fix
-* Aaron Davidson -- shuffle file consolidation, H/A mode for standalone scheduler, cleaned up representation of block IDs, several small improvements and bug fixes
+* Aaron Davidson -- shuffle file consolidation, H/A mode for standalone scheduler, cleaned up representation of block IDs, several improvements and bug fixes
* Tathagata Das -- new streaming operators, fix for kafka concurrency bug
* Ankur Dave -- support for pausing spot clusters on EC2
* Harvey Feng -- optimization to JobConf broadcasts, bug fixes, YARN 2.2 build
@@ -74,12 +74,12 @@ This release adds several performance optimizations:
* Xi Liu -- bug fix and code clean-up
* David McCauley -- bug fix in standalone mode JSON output
* Michael (wannabeast) -- bug fix in memory store
-* Fabrizio Milo -- typos in documentation, minor clean-up in DAGScheduler, typo in scaladoc
+* Fabrizio Milo -- typos in documentation, clean-up in DAGScheduler, typo in scaladoc
* Mridul Muralidharan -- fixes to metadata cleaner and speculative execution
-* Sundeep Narravula -- build fix, bug fixes in scheduler and tests, minor code clean-up
+* Sundeep Narravula -- build fix, bug fixes in scheduler and tests, code clean-up
* Kay Ousterhout -- optimized result fetching, new information in UI, scheduler clean-up and bug fixes
* Nick Pentreath -- implicit feedback variant of ALS algorithm
-* Imran Rashid -- small improvement to executor launch
+* Imran Rashid -- improvement to executor launch
* Ahir Reddy -- spark support for SIMR
* Josh Rosen -- memory use optimization, clean up of BlockManager code, Java and Python clean-up/fixes
* Henry Saputra -- build fix
@@ -88,7 +88,7 @@ This release adds several performance optimizations:
* Andre Schumacher -- sortByKey in PySpark and associated changes
* Karthik Tunga -- bug fix in launch script
* Patrick Wendell -- `repartition` operator, shuffle write metrics, various fixes and release management
-* Neal Wiggins -- minor import clean-up, documentation typo
+* Neal Wiggins -- import clean-up, documentation fixes
* Andrew Xia -- bug fix in UI
* Reynold Xin -- task killing, support for setting job properties in Spark shell, logging improvements, Kryo improvements, several bug fixes
* Matei Zaharia -- optimized hashmap for shuffle data, PySpark documentation, optimizations to Kryo serializer